Quote:
Originally Posted by ct2k7
I'm glad to see it in beta stage
Ok, got a few problems, I can't actually tell it's there :/
http://theflickzone.com, I followed the instructions, but nothing.
|
This is the code that you need to place into your template, where you currently have the facebook button displayed on the right. Please note that you have to adjust this html, because your template is CSS DIV based, and this is a table block - so it might not work.
PHP Code:
<table cellpadding="3" cellspacing="0" border="0" width="100%">
<tr align="right">
<td align="right" valign="middle"><span class="smallfont">New! Use your <strong>Facebook, Google, AIM & Yahoo</strong> accounts to securely log into this site, <strong>click logo to login</strong></span></td>
<td width="380px" align="right"><!-- fbconnect --><fb:login-button onlogin="window.location='http://YOURSITE.com/forum/index.php?product=vbnexus&product-mod=facebook&do=login&loc=L2ZvcnVtLw==';"></fb:login-button><!-- / fbconnect -->  <a href='#' onclick='isgooglesignin = true; google.friendconnect.requestSignIn()'><img src="./vbnexus/images/nexus.gif" border="0"></a>
</td>
</tr>
</table>