Facebook Page Plugin
Hi there,
I'd like to include a small FB Page Plugin into one site of my website. I did like FB Developer Site adviced, but it doesn't work in beTheme.
This is what I did:
<div id="fb-root"></div>
I'd like to include a small FB Page Plugin into one site of my website. I did like FB Developer Site adviced, but it doesn't work in beTheme.
This is what I did:
1. I included the JavaScript SDK in "Custom JS" at BeTheme Options.
(FB says: "Include the JavaScript SDK on your page once, ideally right after the opening
This is the Code:
(FB says: "Include the JavaScript SDK on your page once, ideally right after the opening
<body>
tag.")This is the Code:
<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/de_DE/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Into the Side i tried to put the code in a "Code" Element and alternative into an "Visual Editor", it doesn't show the Box on the Side:
<div class="fb-page" data-href="https://www.facebook.com/rheinkult/"
data-tabs="Ratings" data-width="500" data-small-header="false"
data-adapt-container-width="true" data-hide-cover="false"
data-show-facepile="true"></div>
What should I do instead? Thank you very much for your help!
Best regards
Ben
data-tabs="Ratings" data-width="500" data-small-header="false"
data-adapt-container-width="true" data-hide-cover="false"
data-show-facepile="true"></div>
What should I do instead? Thank you very much for your help!
Best regards
Ben
Comments
what you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
Thanks for understanding!
Does anybody else now something about that thing? A link or something for helping me?