Tag Archives: tweetsuite

TweetSuite Errors and Troubleshooting

I ran into more issues getting this to work properly so I switched to another TweetBack plugin. I like the TweetSuite implementation better so I will try to get it working on another one of my blogs (this one perhaps!). Thanks for reading!

I was having a lot of trouble getting TweetSuite to work properly on the Tweet Vegas website. After some tweaking and researching I finally got it to work. Here is a list of issues/pointers to keep in mind while integrating it.

  1. “Tweet This” button will only appear on posts published after the plugin was installed. There is a table called WP_ShortURLS which is populated with the different iterations of the short urls for the post (bit.ly, tinyurl, etc). The records are inserted upon the publishing of the post. Therefore previous posts will not be available in this table. You can unpublish then republish your post to see it work.
  2. You need to set the permissions on the TweetSuite plugin folder to 777 or else the dynamic “Tweet This” image cannot be created.
  3. I had an issue where the “Tweet This” image wouldn’t show up when there were zero tweetbacks. I added this line to rt-gif.php
  4. if($count<1) { $count="0"; }

    I added it directly after line 4. Your results may vary, this was an issue I came across. There is likely a more elegant solution, but it worked for me!

  5. If you do not set your twitter handle in the TweetSuite settings, but leave the default “admin” then your tweetback will default to appending “from @admin” at the end. You can see this in action here: http://search.twitter.com/search?q=from+%40admin

Hopefully this will come in handy as you install TweetSuite.