Viewing 3 replies - 1 through 3 (of 3 total)
  • you need to use XFBML . add this:
    <html xmlns="https://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml">

    then use the XFBML like button:

    <div id="fb-root"></div>
    <script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
    <fb:like href="<?php echo urlencode(the_permalink());?>" show_faces="true" width="300" send="true">
    </fb:like>
    Thread Starter stanwelks

    (@stanwelks)

    Not entirely sure what you mean.I’m trying to make a stand alone send button. How do I integrate your code into this:
    <div id=”fb-root”></div>
    <script src=”https://connect.facebook.net/en_US/all.js#xfbml=1″></script&gt;
    <fb:send href=”example.com”></fb:send>

    Thanks!

    X29

    (@ray-doniel)

    OK, I’ve tried all the possible things and it insists to display only half of the button, plus the send window won’t open…

    I feel almost desperate ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Facebook send button is not rendering right’ is closed to new replies.