[Plugin: Mini twitter feed] jQuery conflict
-
Great plugin, love it.
However WordPress uses jQuery in noConflict mode so using the $ in your javascript can cause conflicts (as happened to me).
If you just change line 92 of mini-twitter-feed.php from:
$(“.content_tweets_’.$this->get_field_id(‘id’).'”).miniTwitter({
to:
jQuery(“.content_tweets_’.$this->get_field_id(‘id’).'”).miniTwitter({
then it works well for me.https://www.ads-software.com/extend/plugins/mini-twitter-feed/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Mini twitter feed] jQuery conflict’ is closed to new replies.