• Love the plugin, just what I needed. However, the retweets and starts do not see to increments at all, no matter what I try.

Viewing 1 replies (of 1 total)
  • Thread Starter Paul Scollon

    (@scollonp)

    Further to my previous post, I had a look under the hood. In bamboo-tweets.php,the lines

    $retweets = 0;
    $favourites = 0

    should read

    $retweets = $tweet->retweet_count;
    $favourites = $tweet->favorite_count;

    can’t imagine why these were set to 0.

Viewing 1 replies (of 1 total)
  • The topic ‘Retweets and Stars not updating’ is closed to new replies.