Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #239624

    Hi guys,

    I have added the FB like/share buttons and have gotten this result:

    Would you know what is the issue here?

    These are the steps I followed:

    1. I have added the following code on the header.php at line 70

    <div id=”fb-root”></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = “//connect.facebook.net/en_US/all.js#xfbml=1&appId=408358035962424″;
    fjs.parentNode.insertBefore(js, fjs);
    }(document, ‘script’, ‘facebook-jssdk’));</script>

    2. I have added the following div to the relevant pages:

    <div class=”fb-like” data-href=”https://videyou.nu&#8221; data-layout=”button_count” data-action=”like” data-show-faces=”false” data-share=”true”></div>

    #239913

    Hi Ben!

    Please give us a link to the actual website. Maybe, the fb box is set to a specific width cutting off the content.

    Cheers!
    Ismael

    #239920

    Hi Ismael!

    Thanx for your quick reply :-)

    Here is a link to the portfolio item:

    http://videyou.nu/wp/index.php/portfolio/surfana-festival/

    #240489

    Hey!

    Try adding this code to the Quick CSS:

    .fb_iframe_widget_lift {
        max-width: none !important;
    }

    Cheers! 
    Josue

    #241648

    That worked like a charm :-)

    Thanx!

    #241696

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Like button html 5 div is not fully showing’ is closed to new replies.