potomak / jquery-instagram

Instagram jQuery plugin
http://potomak.github.io/jquery-instagram/
MIT License
555 stars 143 forks source link

no method 'instagram' #4

Closed TonyNg closed 12 years ago

TonyNg commented 12 years ago

I'm getting a no method 'instagram' from following the sample provided in the Readme. Any suggestions?

$(".instagram").instagram({

potomak commented 12 years ago

Did you import plugin script?

<script src="jquery.instagram.js"></script>
TonyNg commented 12 years ago

Okay, turns out that I used the source from your page instead of grabbing the most recent version on Github.

It works now that I'm using the updated code.