Feb 02

Update: WordPress Plugin Tweet This

Filed under: WordPress

I recently added Tweet This to my site, a plugin for WordPress that enables your visitors to easily post a link to your article in their Twitter stream. The key point here, easier is better. One-click goodness will surely get your articles into the Twitterverse.

The plugin was updated yesterday with many more admin features along with options for Digg This, Plunk This and Ping This links. You can see all four at the bottom of this article.

A very welcome addition is customization of how the text is sent to Twitter. The default is ‘[URL] [TITLE]‘ but I followed John Chow’s lead and modified mine to ‘Reading @mesmerlab [TITLE] [URL]‘. I had to modify the plugin code itself when I first installed it.

Thanks go out to Richard X. Thripp for this great upgrade!

[Post to Twitter] [Post to Plurk] [Post to Yahoo Buzz] [Post to Delicious] [Post to Digg] [Post to Ping.fm] [Post to Reddit] [Post to StumbleUpon]

Comments

  1. RobNo Gravatar

    Tuesday, February 3rd, 2009 at 5:07 pm

    VERY nice implementation. How do you get these buttons to show up in a nice line? They’re kind of scattered all over the bottom of our posts?

    Reply to This Comment

    JasonNo Gravatar Reply:

    I had to edit the plugin a little bit. Search for ‘function get_tweet_this()’. You’ll see a variable for $link. The first part of that is a <p> tag with no parameters. I simply added a class of ‘tweet-this’. And in the main style sheet I added the class declaration as follows.

    .tweet-this {text-align:center;padding-top:15px;}

    Reply to This Comment

  2. Richard X. ThrippNo Gravatar

    Sunday, February 8th, 2009 at 2:59 am

    Thanks for writing this article, and great use of Tweet This!

    Reply to This Comment

Trackbacks and Pingbacks

Leave a Comment


Notify me of follow-up comments via email.