Modifying Social Buttons

Posted in: Newsmag
Post count: 2

Hi, I’d like to modify the social buttons. It seems I need to modify a file to do this so can you please point me to the correct file to change?

Also, I’d like to put a facebook social plugin widget at the bottom of each post. That is, a button to to “like” my page. Can you please give me a hint on which files to edit?

Many thanks

JT

Post count: 6535

Hi

The share buttons from posts are generated in td_module_single.php: http://screencast.com/t/jXgw8Qpil
You can add social counter at the bottom of the posts by editing the file corresponding with post template used. Here is an example for post template 1: first create a blank page and add on it the social counter and set it how you want to be displayed on posts: http://screencast.com/t/WZwWfSuAsEJi then switch in backend editor, copy the shortcode: http://screencast.com/t/g5B2cvZxx0O2 and paste it in the file where you want to display the counter: http://screencast.com/t/ceFFKIOfeHhttp://screencast.com/t/MDTfY0Na

<?php echo do_shortcode('social-counter-shortcode-goes-here'); ?>

I hope this helps.
Thanks!

Post count: 2

Great, thanks for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.