Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Tagged: instagram
I’m not getting my Instagram to appear in Memento template. What am I doing wrong?
My blog; https://costaricapaus.blogspot.se/
did you go to: http://instagram.pixelunion.net/
get your access token.
Yes, I’ve got the access token. But I do not know how to place it right.
How do I place the access token?
On Blogger Dashboard, Click Layout.
Click Add a Gadget
Choose Javascript
Copy this code and add it to that widget.
<div class='dark-wrapper'>
<h3 class='section-title'><img src="http://webagate.com/demos/alia/loop-one-page-multipurpose-website-template/light-version/images/instagram/instagram.png" /></h3>
<div class='clear'/>
<ul id='instafeed'/>
</ul>
</div>
<script type='text/javascript'>//<![CDATA[
var feed = new Bthemezinsta({
get: 'user',
userId: 1531863919,
limit:14,
sortBy:'random',
accessToken: '1531863919.1677ed0.23d238bc564249e799095d060c750218',
template: '<li><a href="{{link}}" target="_blank"><img src="{{image}}" /></a></li>',
resolution: 'standard_resolution'
});
feed.run();
//]]>
</script></div>
Where it says userID: Copy the first section of your access code and add it there. Up to the .
Where it says accessToken: add your access code.
Save widget.