Category Archives: twitter

Twitter: Hashtag Etiquette

Nearly every Tuesday or Thursday, and sometimes randomly, someone tries to start a new Twitter meme by using the #tpt hashtag for a variety of things: Third Person [Tue/Thu], TwitPic [Tue/Thu], and others. The Twitter Poker Tour has been using the #tpt hashtag for over a year and it is counter productive to both the TPT and the new meme to share a hashtag as it causes confusion. Continue reading Twitter: Hashtag Etiquette

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.

URL Encode a Twitter Status Message

Updated 5/23/2013: Thanks @Jason Coleman:

For anyone wondering, the /home/?status= URLs don’t work anymore. You need to use the “intent” URLs. e.g.

http://twitter.com/intent/tweet?text=This+is+a+tweet.

You may have seen Twitter contests where to enter you need to “Click Here to Retweet” a certain message. Here is how it is done!

You can add a custom message to the Twitter URL as a link like so:

http://twitter.com/home?status=Custom%20Message%20Here

When you click it, you will be brought to your Twitter home page (if you are logged on already) and the status box will now say “Custom Message Here”. Obviously you can put in whatever text you wish to be displayed.

What do you do if you want to put spaces, hashtags, slashes and other special characters in your message? You can use an URL Encoder like this to do the work for you.

When you encode the URL, be sure to append it to http://twitter.com/home?status=

Share the love, Tweet this article!!

If you would like to follow me on twitter click here.