Retweets wont shows up on the twitter widget

  • Posted in : BookCard WP
  • isaumya
    Participant

    I’ve checked everything on my twitter widget settings, and there was nothing related to turn of showing retweets. But dont know why, on this theme, retweets wont shows up. Is there any fix for this?

    ahmetsali
    Keymaster

    Hi, edit js/twitterFetcher_v10_min.js in a text editor and find line: 36 ;

    twitterFetcher.fetch($('html').attr("data-twitterId"), '', 1, true, false, true, '', false, handleTweets);
    

    replace it with this;

    twitterFetcher.fetch($('html').attr("data-twitterId"), '', 1, true, false, true, '', true, handleTweets);
    
    isaumya
    Participant

    Thanks a lot man. Thanks a lot :)

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register