To pull instagram photo to website
I learned this from a forum but it didnt work for me. The photo didnt show
up only the header.
Anyone can help me in this?
<h1>jQuery Instagram demo</h1>
<div class="instagram"></div>
<script type="text/javascript">
$(".instagram").instagram({
userId: '0ce2a8c0d92248cab8d2a9d024f7f3ca',
accessToken: '34834147.0ce2a8c.92d5a4d1d326438fb063a31b63e208a2',
image_size: 'standard_resolution',
tag: 'awesome'
});
</script>
Thanks!
No comments:
Post a Comment