Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #195092

    Hello!
    I have following issue:
    when I’m trying to like post via Facebook plugin (http://wordpress.org/plugins/facebook/) – the comment section does not appearing fully – so I cant submit like comment.
    Example:
    http://kino-casting.ru/pyotr-vasilevich-basin-chast-2/
    Help, please.
    P.S. I know there is possibility to make comment box under post – but I need to have comment section right after “Like” (“Нравится”) button? after the post.

    #195094
    This reply has been marked as private.
    #195143

    Hey!

    Please add this on your custom.css or Quick CSS:

    .fb-social-plugin.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
    position: relative;
    z-index: 20;
    height: 300px;
    }

    Regards,
    Ismael

    #195277

    Thanks – but can it be a solution which dosent make that spacing between like button and tags? Can comment box appear “above” text and related post?
    I’ve tried to make something like this:

    .fb-social-plugin.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
    position: absolute;
    z-index: 20;
    bottom: -10px;
    }

    but it worked only in browser-mode, when I’ve added this to CSS, related posts section and tags just disappeared.

    UPDATE: it’s disappeared even now, with code you’ve provided..

    • This reply was modified 10 years, 4 months ago by artspbseo.
    #196116

    any help?

    #196738

    Hey!

    I am not sure if i understood you clearly. Can you elaborate? This is how it looks on my end http://i.imgur.com/nCHkovx.jpg
    and even when plugin is removed from the page, tags do not appear, so it should not be related with the code Ismael provided.

    Cheers!
    Yigit

    #218258

    Problem solved. Thanks!
    Sorry for being idle)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Facebook Like’ is closed to new replies.