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.
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
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..
any help?
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
Problem solved. Thanks!
Sorry for being idle)