Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 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.

    had a problem with apostrophe so I changed it to “& # 39;” or “& # 146;”

    Quotation marks would be “& # 34;”
    or left “& # 147;” and right “& # 148;”

    (NOTE – USE THE CODES INSIDE QUAOTATION MARKS & REMOVE SPACES)

    you can find more HTML numerics codes here: https://www.osdata.com/system/physical/charcode.htm

Viewing 2 replies - 1 through 2 (of 2 total)