How do I manually add code to Wordpress so it display sociable? As it is now I't shows it in the wrong place in relation to other plugins in my wordpress posts.
How do I manually add code to Wordpress so it display sociable? As it is now I't shows it in the wrong place in relation to other plugins in my wordpress posts.
It used to be:
<?php if (function_exists('sociable_html')) { echo sociable_html(); } ?>
And to define what to show:
<?php if (function_exists('sociable_html')) { echo sociable_html(Array("Print", "email", "LinkedIn", "TwitThis", "Facebook")); } ?>
Not sure if still works!
You must log in to post.