Twitter username:

Please Retweet!

110

About

Please Retweet enables people to retweet you with a click and a comment.

Instead of asking please retweet, we append a compact link to your tweet like this: http://plzRT.me/1. Here people can see your tweet, retweet and see the other retweets.

Why retweet?

It’s not how many followers you have that counts, it’s how many times you get retweeted. - Techcrunch

Retweeting is the sincerest form of flattery. - Guy Kawasaki

Retweeting can be a great way to add followers, as it pushes your @username into foreign social graphs. - Kevin Rose

API

Request (XML):

http://plzrt.me/api/?u={username}&t={tweet}

Response:

<?xml version="1.0" encoding="UTF-8"?>

<api>
	<url>http://plzRT.me/{uid}</url>
	<tweet>{tweet}</tweet>
</api>

Request (JSON):

http://plzrt.me/api/?u={username}&t={tweet}&f=json

Response:

api = {
	"url": "{url}",
	"tweet": "{tweet}"
}