[Simple Facebook Connect] Adding Connect button
-
Hi,
How could I add connect button in my login box, I recently designed.
Here is the code for that login box :
echo 'Welcome, Guest!'; $toplinks6 = get_option('stylewp_toplinks6'); $toplinks4 = get_option('stylewp_toplinks4'); echo '<br /><a class="topbarlink" href="' . get_settings('home') . '/wp-login.php">' . $toplinks6 . '</a> | <a class="topbarlink" href="' . get_settings('home') . '/wp-login.php?action=register">' . $toplinks4 . '</a>';
I tried SFC Connect Widget but is adding above the links rather that after Register | Here
- The topic ‘[Simple Facebook Connect] Adding Connect button’ is closed to new replies.