How do I add it here http://screencast.com/t/qn4BAPp7pC
Google +1
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
I don't know how the code for the Google +1 implementation but you need to insert the code after following code in single.php:
<li><a class='ie6fix twitter' href="http://twitter.com/home/?status=<?php _e('Currently reading ','newscast'); the_title(); echo ': '; the_permalink(); ?>">Twitter</a></li> <li><a class='ie6fix fb' href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>">Facebook</a></li> <li><a class='ie6fix stumble' href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">StumbleUpon</a></li> <li><a class='ie6fix digg' href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>">Digg</a></li> <li><a class='ie6fix techno' href="http://www.technorati.com/faves?add=<?php the_permalink(); ?>">Technorati</a></li> <li><a class='ie6fix deli' href="http://del.icio.us/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">Delicious</a></li>You can use social toolbar plugins like http://wordpress.org/extend/plugins/digg-digg/
Posted 1 year ago #
Reply
You must log in to post.














