261 comments found.
Hey xxcriversxx,
Sorry to be a pain, love the plugin but also looking for a limit feature.
I have tried to create a class limitResults and &count=4 but no luck.
Thanks, Denny
Hi Denny,
Thanks for your interest. This feature is currently available as a free addon. I plan to add this to the core version in a couple of weeks. Send me a private message so I can email it over.
Cheers,
xxcriversxxHi,
I need to pull only 5 pics from instagram (last 5 images)
Can You help me?
Thanks
Hi Radioative, I will be happy to help you get started. Limit function is not a standard feature of the Instagram API so I don’t include it in plugin. However, many users have asked for this so I have a free update available. Please send me a message using the form on my contact page and I’ll get it over to you.
Cheers!xxcriversxx
i am facing some problem to install on my website.
i place in the code..
<script>
function callgallery (){
$(document).ready(function(){
$('.demo').simpleInstagramFancybox({
accessToken : '15xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
});
});
}
callgallery();
</script>
I have also included the div tag with id=”demo”
but it is still not working… maybe because of the bad coding?
not quite sure what is this ” Next, write a JavaScript function that calls the method. Make sure you call the method on the element you wish to center to.” mean in the “Readme.txt”
anyone can help?
thanks
Hello, I see the issue. This is happening because in your javascript you are using the class “demo”(indicated by the . symbol), however you are using “id” in your html. Simply change your div from id=”demo” to class=”demo”.
This will do the trick!
xxcriversxxHi There, love the plug in
I’d also like to know how to
“Limit the number of photos displayed and have a link back to the instagram photo?”
something like
links: true, limit: ‘8’,
“Also the thumbnail images seem to be a bit blurry – look fine in fancybox tho. Is there any way to make them appear crisper”
Is this possible? Thanks!
This is currently not functionality of this plugin but it will be in the next update. What kind of timeline are you working with?
xxcriversxx
I’ve already got the plugin live on the site as I thought it would do this out of the box. I’m pretty good with code, any chance you could direct me where to add it in?
Ah no worries, I’ll make this priority. Unfortunately, the update is a little complicated to explain so I will have to do it. Send me an email so I can get this over to you asap!
Thanks!
xxcriversxxThank you for the great support! I just emailed then 
No problem, take a look at my response.
Hi great plugin I just bough it and used the link you provide to generate a userid and token and I have added both of these but it just says invalid token on page load, this is what I used to generate: https://instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize/%3Fclient_id%3Dab103e54c54747ada9e807137db52d77%26redirect_uri%3Dhttp%3A//blueprintinteractive.com/tutorials/instagram/uri.php%26response_type%3Dcode
I will be glad to assist you. First off, make sure you don’t have spaces in the token.
thank you, I have checked and no spaces are included just 2 full stops within the numbers
Can you send me a link to the page so I can take a closer look?
yes thank you http://goo.gl/dQbrOA if you post anything back could you please keep the url shortened
I see the issue already. You went into the core plugin file and added your token. NEVER do this with any jquery plugin. Instead, you can manage your settings when you call the plugin. Add your token here in the file ”/social/js/demo.js”.
$(document).ready(function(){
// Calling the Plugin
$('.demo').simpleInstagramFancybox({
captionOn : true,
mode : 'popular',
accessToken : 'YOUR_ACCESS_TOKEN_HERE',
});
});
Wonderful thank you so much for your top customer service and so quickly too! 2 quick questions can I change the width of the area used to display images and also I notice the quality of the images are a little low is there anyway of changing this, thanks again great product!
No problem, I’m happy to assist. Ok you can change the width if you like however the thumbnail pulled from the API is 150×150 so increasing the size with CSS will cause some loss of quality.
Alternatively, I could send you an upgrade that pulls in the standard resolution image instead. Send me an email if interested.
Thanks,
xxcriversxxThank you, what I mean is if my site is 990px in width can I set this to display at the same width? also my other question was about the quality of each thumb looking quite low, is there a setting to increase the quality?
Yes I can increase the photo quality with a small upgrade. The plugin is designed to be responsive so it should size automatically.
xxcriversxx
Hi Chris,
Can you please assist me with the number of photos pulled from Instagram (currently only showing latest 20) and the quality of the thumbnail images.
Aside from these issues, thanks for the great script.
Best.
Fixed the thumbnail resolution issue, but if you could point me in the right direction to increase the number of thumbnails that would be great 
Thanks!
Hi,
I will be happy to assist you. 20 photos per load is simply how the Instagram API works. It pulls photos in sets of 20 so the only way to pull more would be to use the load more button located beneath the photos.
Alternatively, I can add an additional loop in your version of the plugin to allow for multiple calls. However I typically don’t recommend doing this because you have a limit of 5000 request per hour and looping through all of your photos automatically will make you reach that limit much sooner.
But its up to you. How would you like to proceed?
Hi Chris, thanks for the response! I see! That makes sense. A load more button would be very useful. (A useful addition to the script for everyone, too!) Let’s go ahead with that. Thanks!
No problem! However the load more button is already a feature with this script. Are you not seeing it?
Thanks Chris. I can’t see it? Which script is it?
Thanks again!
No problem, can you send me a link to your site? I can tell you exactly what to do.
Great, thanks!
can you help me?
i dont understand how to make it work
trying for an hour now.
how can i show pictures on my site?
kind regards
No problem raydegraaf. Can you send me a link so I can better assist?
xxcriversxx
Good plugin many thanks – is it possible to limit the number of photos displayed and have a link back to the instagram photo?
Also the thumbnail images seem to be a bit blurry – look fine in fancybox tho. Is there any way to make them appear crisper?
Thanks in advance
Yes, I’ll be glad to assist, can you send me a link so I can see the uncrisp images? Once we resolve this, send me a private message so I can help you with the limit photos feature.
xxcriversxx
Thanks so much, here’s the link: http://kereniwhite.com.au/instagram/demo/
ah, i see what you mean. Send me a message and I’ll get this sorted out for you.
xxcriversxx
HI,
So I finally figured out how to get my personal feed to show up, but now when I go to place it in my footer (html5) it doesn’t appear AND messes up my fonts. Can you please help so I can simply just install that part and not have to worry about fixing my code?
Sure mate, send me a link so I can take a look.
xxcriversxx
Can I have an email to send it to?
The site’s not done yet
Sure mate, send me a message using the form on my profile page.
Hello xxcriversxx,
Great script! Could you email me showing me how to limit the amount of pictures to display. I would like to only show 5.
Thanks!
I think you already emailed me. See the response I sent there!
Thanks,xxcriversxx
Hello, the plugin select photos for hastag also of other users?
Yes, let me know if you need assistance getting started.
The pluging only shows 20 photos… and I need it shows more… How I can do it? I want page navigation or load more button. could you help me?
awy0303@naver.comThanks!
Hey theurlim, I’ve responded to your email!
xxcriversxx
I am having trouble with the plugin as well? Can you take a look for me?
http://metroinkprinting.com/infopage?file=design_en&s=metronew&lang=enThank you.
Sure! Looking at your site, it appears that you have a ton of errors with your other plugins. Below are what I’m seeing.
“NetworkError: 404 Not Found – http://metroinkprinting.com/images/fancybox2/source/jquery.fancybox.pack.js" jquery….pack.js “NetworkError: 404 Not Found – http://metroinkprinting.com/images/demo.js" demo.js “NetworkError: 404 Not Found – http://metroinkprinting.com/assets/royalslider/jquery-1.8.3.min.js" jquery-....min.js
I bought your item today and have sent you an email.
Responded!
You said you have responded but I didn’t get anything. which email did you respond to?
Hey, I replied again. Check now 
Just installed your code, and i keep getting an error message stating. JAVASCRIPT ERROR
The access_token provided is invalid.
please help!
Even the demo you provided in the downloadable files is generating the same message and the feed is not visible (demo).
Any help would be appreciated as I recently purchased this and it doesn’t work..
Zombiebatman,
I will be glad to assist you. If you look at the instructions, it tells you that the Only thing you need to do is call the plugin and provide your instagram token. By default, no token is provided because you are supposed to provide your own.
You can retrieve your access token by logging in a the following location.
xxcriversxx
Could we use it as an opencart module to pull our members photos from their own instagram profile to our website, so that they can choose their instagram photos to give us orders to print them ?
Yes, I’ve done a custom job similar to this for someone else. I’m not sure your skill level with jQuery plugins but all you would have to do is connect the two.
xxcriversxx
actually i don’t do this myself. but i know what i need is customers should be able to pull their own facebook and instagram photos to our website and can give us orders so that we can print their photos. i have a module called customer file upload in baskifoto.net. what i need is to connect your plugin with it. of course i need stg like your module for facebook photos,too. can you give me cost for theese ?
Thanks for clarifying. This plugin will pull photos from Instagram only. I will be more than happy to give you costs/scope if I had a better understanding of what you need. Can you send me a message instead, since I like to keep this forum for support/bug fixes.
Thanks!xxcriversxx
could we communicate with email: cemalib@gmail.com i can send you files or give you my ftp and admin panel access so that i can reflect you what i need exactly.
No problem. To stay organized, please send me a message using the form on my profile page.
xxcriversxx
Hello this plugin works fine on html/php website ?
can we modify some things in design, like arrows, close button, border, background…
thanks a lot
Of course, you can easily change the theme to match your website. Let me know if you need help getting started!
xxcriversxx
oh perfect so it works with html/php website and i can change some things, it’s perfect i’ll buy it really soon ;D
Sounds good!
Hi again, I just bought the plugin
where can i found a tuto to place it on my html website page 
thank you xxcriversxx
Or how to change de number of images, 10 is what i want
my email is crocodeal06@gmail.com
thanks
Thanks, I’ve responded!
i’ve just seen it
I answered you !!!
Got it, lets jut communicate there from here on.
Hi,
from some days, the script doesn’t work for me. It doesn’t work for mode ‘user’, whene I visit the page I get an alert with the text “empty”.
I try to re-download your demo, and for mode “populare” work great, for mode “user” doesn’t work.
Can you check?
Of course. Send me a link so I can take a look.
xxcriversxx
hello! can you also put the 15second videos? or is this only for images?
This plugin will pull in videos but does not include a video player. However I have exactly what you need in my premium plugin, Simple Instagram Video.
xxcriversxx
Why doesn’t this have a link back to the original IG photo or next and previous arrows like the IG Theater for Wordpress?
This is a much simpler plugin than Instagram Theatre. It is much lighter weight which most jQuery plugins are. However if this is a feature you would like, I would be glad to set this up free of charge.
Let me know,
xxcriversxxHi. Thanks! That would be awesome! Let me know once it’s been updated, please and I’ll purchase it right away!
Will do, can you send me your email so I can get it to you sooner?
xxcriversxx