LucaOprea
Member
Posted 5 months ago #
Sociable is the best social sharing plugin out there, but you don't give me the option to put the icons only on top of my posts.
Crazy!
How do I modify the code to do this, because if I don't have this option, can't use it. And there are others out there in my position.
http://wordpress.org/extend/plugins/sociable/
NosCoffin
Member
Posted 5 months ago #
You can place the code anywhere you want on the page via the template tag.
Just add this code to where you want the icons to appear:
<?php if (function_exists('sociable_html')) {echo sociable_html(); } ?>
Just make sure that the "Do you want to automatically use Sociable on the locations specified?" is unchecked in the Sociable admin.
sociable
Member
Posted 5 months ago #
Thanks!
this is the best solution