8thheaven on "Problem in Social Media Add on Buttons in WP-Premium Theme"

The social bookmarking buttons work from the archives so I copied and pasted the code.

<ul class="social">
    	<li class="i_digg" ><a href="http://digg.com/submit?phase=2&url=<?php the_permalink() ?>">  Digg</a></li>
        <li class="i_stumb" ><a href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>;title=<?php the_title(); ?>">Stumbleupon   </a></li>
        <li class="i_del" ><a href="http://del.icio.us/post?url=<?php the_permalink() ?>;title=x<?php the_title(); ?>">Del.icio.us</a></li>
        <li class="i_reddit" ><a href="http://reddit.com/submit?url=<?php the_permalink() ?>;title=<?php the_title(); ?>">Reddit </a></li>
        <li class="i_technorati" ><a href="http://technorati.com/faves?add=<?php the_permalink() ?>" title="Add to Technorati Favorites"> Technorati</a></li>
    </ul> <!-- social bookmark section-->

paste this over the equivalent sections in index.php and in single.php

Just figured this out and now the buttons work on my new site: http://www.newbiesnichemarketingsite.com

You need to add the Twitter Tools plugin from alex king and enter your twitter details for the Twitter section to work.

This entry was posted in Wordpress Templates and tagged Wordpress Templates. Bookmark the permalink. Both comments and trackbacks are currently closed.