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.
Here is the button:
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="https://www.toprankmarketing.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='https://www.toprankmarketing.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.