Tag Archives: status

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.