• Resolved smeps

    (@smeps)


    When the plugin loads the tweets some of the images don’t show up. Why ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter smeps

    (@smeps)

    Yes

    Go to your plugin sources code to jquery.socialfeed.js open it and find line 268 and 281
    “tweet_mode”: typeof options.twitter.tweet_mode === “undefined” ? “compatibility” : options.twitter.tweet_mode

    and change it to

    “tweet_mode”: typeof options.twitter.tweet_mode === “undefined” ? “extended” : options.twitter.tweet_mode

    hope this helps

    stef24h

    (@stef24h)

    Thanks a lot, we used another plugin but we’ll try it for future needs.

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘plugin don’t show some tweets pictures’ is closed to new replies.