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.

9 thoughts on “TweetSuite Errors and Troubleshooting

  1. Hey Geoff,

    Thanks for the post. I was wondering if you ran into the issue of of the actual tweetsuite link to twitter not working. I’ve installed it on my blog – http://www.jsammon.com and it just links back to the same page. Any insight would be appreciated.

    Thanks!
    John

  2. Hi John, thanks for the comment!

    That issue is due to TweetSuite not creating short urls for existing posts. Only new ones. If you unpublish an old post, then republish it, it should work.

    Thanks!

  3. i’ve seen TS on other’s website work correctly. but i could never get it to work on mine. after reading this post, i almost tried again, then i read your update. oh well

  4. Hey that didn’t work for me, redoing a post. Still points back to the page its on. If it did work, it wouldn’t help all previous post. It would make it a hassle to go back to every entry and redo or update them.

  5. Pingback: sibble.com
  6. Same problem than Ancel… It used to work, but now URL’s are not getting to my twitter post. I tried changing the id that called the bit.ly api in the plugin’s php, but that didn’t do the trick. :/

    Any ideas?

Leave a Reply

Your email address will not be published. Required fields are marked *