Viewing 1 replies (of 1 total)
  • The social bookmarking buttons work from the archives so I copied and pasted the code.

    <ul class="social">
        	<li class="i_digg" ><a href="https://digg.com/submit?phase=2&url=<?php the_permalink() ?>">  Digg</a></li>
            <li class="i_stumb" ><a href="https://www.stumbleupon.com/submit?url=<?php the_permalink() ?>;title=<?php the_title(); ?>">Stumbleupon   </a></li>
            <li class="i_del" ><a href="https://del.icio.us/post?url=<?php the_permalink() ?>;title=x<?php the_title(); ?>">Del.icio.us</a></li>
            <li class="i_reddit" ><a href="https://reddit.com/submit?url=<?php the_permalink() ?>;title=<?php the_title(); ?>">Reddit </a></li>
            <li class="i_technorati" ><a href="https://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: https://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.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem in Social Media Add on Buttons in WP-Premium Theme’ is closed to new replies.