Link to home
Create AccountLog in
Avatar of weikelbob
weikelbobFlag for United States of America

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.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

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?
Avatar of Panagiotis S
Panagiotis S
Flag of Greece image

why dont you use a module for that, there are plenty in the JED
Avatar of weikelbob

ASKER

I"m not familiar with Joomla JED, I didn't build the site. Could you give me a link or two?

Thanks panagiotiss
ASKER CERTIFIED SOLUTION
Avatar of Panagiotis S
Panagiotis S
Flag of Greece image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
This worked out, thank you for letting me know about the modules.