Search What are you looking for?

Get Your ‘Add to Sphinn Button’ Here

Posted on Jul 12th, 2007
Written by Lee Odden
In this article

    Ready to elevate your B2B brand?

    TopRank Marketing drives results with content, influencer, SEO & social media marketing.

    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.toprankblog.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.toprankblog.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.