Adding to the article/post

Posted in: Newspaper
Post count: 64

Hello thank you for all your great help so far. I would like to add the following code to be placed right before the post:
<?php echo $td_mod_single->get_social_like_tweet();?>

If you go to any post on gomerblog.com you will see a simple facebook like box. I would like to replace it with yours as above. If I add it anywhere on the loop-single.php file there is a gap between the like/tweet buttons and the article. This facebook like button plugin I have seems to be able to do this. Where can I place the code to get the formatting I desire? Thank you

Post count: 6600

Hi,

You will have to add this line so that the social like/tweet/google+ buttons appear before the post content, like this: http://screencast.com/t/rqFkotmg then use this css to remove the gap between post content and the buttons: http://screencast.com/t/qUyD8CYhyTYR

.td-social-like-tweet {
margin-bottom: 0px !important;
}

Hope this helps!

Thanks

Post count: 64

Thanks this somewhat helps, I would like it after the mashable share plugin and not on top of it. I think that was my original question is where could I put that code to be at the same position as the Facebook like button (that is now gone)

Also is there a way to order it Facebook first? Thank you for your help!

Post count: 6600

hi,

In that case you will have to find a way to add the mashable share plugin using short-codes or other method and place it in front of the social like/tweet/google+ buttons like this: http://screencast.com/t/v046XQr3Ysg as the share plugin is placed by default at the beginning of the post content.
You can put the FB button in front like this: http://screencast.com/t/xkTzcuebZ

Thanks

Post count: 64

perfect THANK you. Fast response. Exactly what I needed

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