pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
963 stars 304 forks source link

Uncaught TypeError: $(...).socialfeed is not a function #328

Closed ewannpv closed 6 years ago

ewannpv commented 6 years ago

Hi, I have an isue when I m running my app :

Uncaught TypeError: $(...).socialfeed is not a function at HTMLDocument.<anonymous> (social:138) at j (jquery.js:3099) at Object.fireWith [as resolveWith] (jquery.js:3211) at Function.ready (jquery.js:3417) at HTMLDocument.I (jquery.js:3433)

I dont know how to solve it :/ , any ideas

ewannpv commented 6 years ago

patched using (function($){ ... }(jQuery))