Steps:
- 1. Install Jumi package or Custom code module on your website. These two modules both allow you to put PHP code in modules.
- 2. Go to Facebook comments module page or Facebook Like buttom module page, click "GET CODE". Copy sample code.
You will get something like that for Like button:
<div id='fb-root'></div><script src='http://connect.facebook.net/
...or code will look like this for Comments module:
en_US/all.js#appId=241285629235863&xfbml=1'></script>
<fb:like href='example.com' send='true' width='450'
show_faces='true' action='like' font=''></fb:like><div id='fb-root'></div><script src='http://connect.facebook.net/
en_US/all.js#xfbml=1'></script><fb:comments href='example.com'
num_posts='2' width='500'></fb:comments>
- 4. Insert following code between quotes in href='' part of Facebook code.
<?php echo "http://www.yourdomain.com".$_SERVER['REQUEST_URI']; ?>
- 5. Publish Jumi or Custom code module at the bottom position of your article and you are done!
Of course here is just a simple example how easy it can be done. You should also implement Open graph protocol for Facebook modules to be happy.


Ok, so you want these popular Facebook Like button and Comments box on your Joomla webpage, right? Here are easy and simple steps to achieve that.