Get Your ‘Add to Sphinn Button’ Here
You can now add a Sphinn button to your site to let visitors quickly submit your post to Sphinn, the SEO Digg clone from Search Engine Land.
Feel free to download it and host it yourself. It also does measure up to Danny Sullivan’s button standards.
Wordpress Code:
<a href="http://sphinn.com/submit?url=<?php echo get_permalink() ?>"><img src="http://bloggerdesign.com/downloads/sphinn.png" border="0" alt="Sphinn" title="Add to Sphinn"></a>
JavaScript Code:
<script type="text/javascript">
var URL = window.location.href;
document.write("<a href='http://sphinn.com/submit?url="+URL+"'><img src='http://bloggerdesign.com/downloads/sphinn.png' border='0' alt='Sphinn' title='Add to Sphinn'></a>")
</script>
I’ll be working on getting the Sphinn button into the social bookmark tool too in the upcoming week or so.
[tags]sphinn,search-engine-land,social-bookmark,digg[/tags]
Categories: Blog Marketing, Commentary, News, SEO, Wordpress
Tags Digg, search-engine-land, social-bookmark, sphinn
Thursday, July 12th, 2007







This. Rocks. Awesome! After I get some sleep, I’m going to start working on our tools page and get a link going to this.
Thanks for the comments, and possible link, Danny!
[...] I gave out the Sphinn buttons, today you get a [...]
Any chance of getting a Sphinn button (http://sphinn.com/tools.php put sphinn on your site) that ONLY appears if a story has already been sphunn?
Rae, that’d be part of the Spinn API which I don’t think exists yet.
Thomas, Rae — I’ll be in touch on what more we need to provide to make cool buttons and widgets happen. Like I said on Sphinn, the first part of this week is mainly devoted to stamping out bugs.
Just added this to our site. Thanks for the useful post!
Nice… is there any chance of getting a little box like this with the Sphinn count in it? The nice thing about the round gears button is the script pops in a count.
great job!
Thanks for the code, it’s added to my blog!