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” data-layout=”button_count” data-action=”like” data-show-faces=”false” data-share=”true”></div>
—
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
Hi Ismael!
Thanx for your quick reply :-)
Here is a link to the portfolio item:
Hey!
Try adding this code to the Quick CSS:
.fb_iframe_widget_lift {
max-width: none !important;
}
Cheers!
Josue
That worked like a charm :-)
Thanx!
You are welcome, glad we could help :)
Regards,
Josue