Just another quick post to let everyone know about the new button I’ve released for TweetBacks, you can see it on an older post, as well as on this one.
This buttons was graciously designed by Jeff at GoMedia who also did the bigger TweetBacks logo.
To use the number-of-TweetBacks feature you’ll need to turn on the TweetStats feature of TweetBacks, otherwise it’ll just say “Tweet”.
To use just copy and paste the code below like you would with a Digg button.
<script src="http://danzarrella.com/rtjs.php?from=danzarrella&title=New+TweetBack+This+Button"></script>
You can also optionally provide your Twitter username after ‘from=’ and the text you’d like the TweetBacks to contain after ‘title=’. If you don’t include these parameters, the TweetBack will just include a shortened link to your post and your readers can provide their own descriptions.
If you liked this post, don't forget to subscribe to my RSS feed or my email newsletter so you never miss the science.







January 9th, 2009 at 6:57 pm
I like it!
When I get time i’ll post something @Livecrunch about it.
Keep it coming Dan!
January 9th, 2009 at 7:15 pm
Awesome work Dan. The image isn’t loading correctly though as the src doesn’t include the full url to your domain (it is only “rt-0.png” when it should be “http://danzarrella.com/rt-0.png”).
For people looking to integrate this into WordPress, you can just add the following code to your theme on the page that displays posts.
Just below , add:
<script src=”http://danzarrella.com/rtjs.php?from=username&title=”>
Then just change “username” text and you are good to go.
January 9th, 2009 at 7:16 pm
Meh, html in previous post got bonked. Let me try like this:
<script src=”http://danzarrella.com/rtjs.php?from=username&title=”>
January 9th, 2009 at 7:20 pm
Maybe like this:
<div style="float:left;padding-right:10px;">
<script src="http://danzarrella.com/rtjs.php?from=username&title=<?php the_title(); ?>"></script>
</div>
January 9th, 2009 at 7:36 pm
By the way, what’s the delay between a tweet and the tweetback engine picking it up?
January 9th, 2009 at 7:56 pm
Another thought… It would be awesome if we could specify a url parameter for the script in case you want to display tweetbacks on the home page of your blog for individual blog posts. Currently (as you can see on your own home page), including the script in each blog entry on the home page will only check tweetbacks for the home page, not the individual entries that the tweetbacks are displayed in.
Digg does this with a simple js parameter.
January 11th, 2009 at 4:22 pm
Now I’ll need to figure how to add this to my Drupal module for Tweetbacks. Keep up the great work, Dan!
January 11th, 2009 at 11:13 pm
Good one! Would love to know how I can integrate this into WordPress blog! Anyone has info please feel free to twit me!
January 12th, 2009 at 2:18 am
Very nice tool and Digg-like effect with the logo. I don’t have the “Tweet this post” and the No Tweet Yet shows up on my first blog post only on my home page. Plus I don’t have the retweet this image. So I’ll keep reading here and playing a bit but might wait until I have more control over what’s going on.