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!
It worked for me except that it lost the link url and title of the page on my site that it was linking to
This topic has been closed to new replies.