Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   WP-FBConnect (http://forum.bytesforall.com/showthread.php?t=2934)

ident4 Aug 12, 2009 03:07 PM

WP-FBConnect
 
Hi

I was trying to use WP-FBConnect but I'm having difficulty figuring out where to put the code. I'd like it to be aligned right beside the normal fields for users to enter their name and email address when normally commenting.

I'm supposed to add:
<?php do_action('fbc_display_login_button') ?>

http://wiki.developers.facebook.com/...p/WP-FBConnect

Also, are there any better Facebook integration plugins?

Flynn Aug 13, 2009 10:02 AM

The comment form is in comments.php, put it i.e. after this

<p>
<input class="text url" type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="30" tabindex="3" />&nbsp;
<label for="<?php _e('url','atahualpa'); ?>">
<?php _e('Website','atahualpa'); ?></label>
</p>

ident4 Aug 13, 2009 01:00 PM

Many thanks

But that gives me:

http://img7.imageshack.us/img7/7168/234r.png

Any idea how to get it on the right of the Name/emal/website boxes?

I've tried all the alignment tricks I know (admittedly my skills are limited) and can't get it to budge

thanks again :)

Flynn Aug 15, 2009 04:35 PM

Wrap the name, email website fields into one cell of a table, and facebook into another

<table><tr>
<td>
...name
...email
...website
</td>
<td style="vertical-align: top">
Facebook
</td>
</tr></table>

ident4 Aug 15, 2009 07:53 PM

Quote:

Originally Posted by Flynn (Post 12586)
The comment form is in comments.php, put it i.e. after this

<p>
<input class="text url" type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="30" tabindex="3" />&nbsp;
<label for="<?php _e('url','atahualpa'); ?>">
<?php _e('Website','atahualpa'); ?></label>
</p>

That worked great - Thanks :)

http://img7.imageshack.us/img7/4323/12311b.png


All times are GMT -6. The time now is 11:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.