LinkedIn for Kunena Integration Questions
How do I add Login With LinkedIn to the Kunena Login header area?
Using JLinked, you can add the Login With LinkedIn 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 {JLinkedLogin} 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' ); ?>
</span>
{JLinkedLogin}
This will add the Login with LinkedIn 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.