Tag Archives: tweetmeme

Twitter Friendly Links Video: Live at WordPress.tv!

I’m very glad to announce that the Twitter Friendly Links video I did a couple of days ago is now hosted at WordPress.tv! Big shout out to Michael who uploaded the video in HQ – thanks Mike!

There’s been a plugin update a few hours ago – 0.3.1. I managed to suit Twitter Friendly Links to blogs that run WordPress in a different directory. Also got a report that it doesn’t work for certain linking style in the multi-user WordPress (MU). Hope the new version fixes the issue. Oh, and I’m still looking for the plugins that conflict with Twitter Friendly Links (as reported earlier on the plugin page), can’t find it anywhere, and forums are dead too, how sad :( If anybody finds out something about it, please feedback – that’ll be so helpful!

And for those of you wondering what’s next… Here are some plans:

  • Customizable text for the Tweet area in Edit Post/Page forms
  • A simple API which will take a link to a certain post on input and output the short link for the post. This will hopefully let us pick Twitter Friendly Links in software like TweetDeck (instead of the standard tinyurl, trim, …) if everything goes well. I’ll be counting on you to vote ;)
  • Also need to come up with something to make third-party plugins (such as Twitter Tools, Sociable, Tweetmeme) tweet out cool links instead of TinyURLs

Guess that’s all for now. Suggestions are still welcome!



Twitter: Promotion via Tweetmeme in WordPress

Howdy! As you may have noticed I’ve installed a Tweetmeme button in the Share section of each post. Basically, it’s just a retweet counter which lets you promote the current post via a retweet on Twitter. More info about Tweetmeme and how it works can be found on their website and the official Tweetmeme WordPress plugin page is here.

Anyways, I found it a little bit nasty having only three options for display in the Tweetmeme configuration (display button before post, after post, before and after post) – that kinda freaked me out cause I couldnt place the button right next to my Sociable share buttons, so I’ve jumped into the plugin code and added a fourth option – Manual. You can now place the Tweetmeme button in any div/span/p/em/.. you like (from within the loop of course).

Interested? Download my version of Tweetmeme for WordPress. The installation process is the same. Then go to plugin settings and pick the manual display mode. Use it in your theme within the loop like this:

if (function_exists('tweetmeme')) echo tweetmeme();

UPD 6.05.2009: It seems that this update was included in the most recent update of the plugin. Thanks so much, Tweetmeme! Lovin’ your service! Keep up the good work.