• Hi all,

    I’m trying to add a FB like button to my single post PHP file, but I’m having trouble with where I want it to appear. I want it on the same line as my other two buttons (retweet, FB share), but when I insert the function call as directed, the like button appears on a new line. The code I’m using is below, with the first function for retweet, the second for FB share, and the third for FB like.

    <p><?php if (function_exists('topsy_retweet_small')) echo topsy_retweet_small(); ?><?php if(function_exists("SFBSB_direct")) {echo SFBSB_direct();}?><?php if(function_exists("wpfblike")) {echo wpfblike();} ?></p>

    You can see what the end result is here: https://www.blueseatblogs.com/2010/10/17/new-lines-at-practice/

    How do I get the FB Like button on that first line with the other two buttons?

    Thanks.

  • The topic ‘FB Like Button Appearing on Different Line’ is closed to new replies.