weikelbob
asked on
how to add facebook like box
How do you add a facebook like box to the home page here
nlpca(dot)com
It's a large like box with pictures.
I added this below the body:
<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";
fjs.parentNode.insertBefor e(js, fjs);
}(document, 'script', 'facebook-jssdk'));</scrip t>
and this on our site (Joomla site):
<div class="fb-like-box" data-href="http://www.facebook.com/pages/The-NLP-Coaching-Institute-of-California/187804434598142" data-width="217" data-show-faces="true" data-stream="false" data-header="true"></div>
What am I doing wrong?
nlpca(dot)com
It's a large like box with pictures.
I added this below the body:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en
fjs.parentNode.insertBefor
}(document, 'script', 'facebook-jssdk'));</scrip
and this on our site (Joomla site):
<div class="fb-like-box" data-href="http://www.facebook.com/pages/The-NLP-Coaching-Institute-of-California/187804434598142" data-width="217" data-show-faces="true" data-stream="false" data-header="true"></div>
What am I doing wrong?
why dont you use a module for that, there are plenty in the JED
ASKER
I"m not familiar with Joomla JED, I didn't build the site. Could you give me a link or two?
Thanks panagiotiss
Thanks panagiotiss
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
This worked out, thank you for letting me know about the modules.