I would like to know the same thing.
For sharing buttons you can use:
synved_social_share_markup();
For following buttons you can use:
synved_social_follow_markup();
Great, thanks! That worked wonderfully – I would definitely add as a line-item on the plugin page.
Thank you! It would be great to have this information on the plugin page for everyone who wants to incorporate into their themes.
Hi, I don’t understand how I can use this? I am sorry, I’m learning with it all. I’d really appreciate if someone could help me by telling me where I put this and is this the full bit of code I need?
I am trying to put some share buttons in a particular part of my page and no share plugin seems to be easy to do this!
Don’t worry, I worked it out. Just in case someone else is looking:
<?php echo synved_social_share_markup(); ?>
This is perfect, just what I wanted!