JFBConnect Joomla Facebook Integration
Facebook for Kunena Integration Questions
How do I add Login With Facebook to the Kunena Login header area?
Using JFBConnect, you can add the Login With Facebook to the little header area of Kunena 1.6 where it says "Welcome, Guest" and shows a horizontal login form, do the following:1) Edit the file /components/com_kunena/template/default/loginbox/login.php
2) At line 58, add the {JFBCLogin} tag below (I left the 2 lines above it so you can make sure you're at the right spot)
<?php echo JHTML::_ ( 'form.token' ); ?>This will add the Login with Facebook button directly next to the normal Login button. Please note, these instructions are for the default Kunena template, and may be slightly different for a different template, or a modified default one.
</span>
{JFBCLogin}