View Full Version : Facebook Connect Button STILL Not Working!!
leitel
02-16-2011, 02:04 PM
We are running a Vb 4.1.1 and decided to enable the Facebook Connect Options.
The problem is that all of the information has entered correctly and double checked. The Facebook Connect Button just does not work. It goes from http://www.noblood.org/content to http://www.noblood.org/content/# which is the same home page. I have tried disabling other mods and plugins but still nothing. The Like Buttons on the Article and Threads work perfectly it just the Facebook Connect Button...
Any Ideas or Solutions to this?
P.S. Only posted this because I have found NO answers that have worked.
Lynne
02-16-2011, 03:38 PM
Please post images from your facebook development area that shows your information (you can blur out the keys) so we can see it was done correctly. Also, does your server meet the requirements? Server Requirements for Facebook Support (http://www.vbulletin.com/forum/showthread.php/357410-Server-Requirements-for-Facebook-Support)
leitel
02-16-2011, 04:54 PM
Here is the picture.
Once again, for some reaon the "Like" Buttons work perfectly but not the Facebook Connect Button.
And we checked, and the Server meets all of the requirements...
Lynne
02-16-2011, 07:10 PM
You are missing some information in your page source. My guess is you didn't upgrade your templates when you upgraded your site.
Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?
leitel
02-16-2011, 07:28 PM
Same thing happens...
The url goes from http://www.noblood.org/content to http://www.noblood.org/content/# like before.
Lynne
02-16-2011, 07:56 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
Also, make sure you are using all totally default files. Go to Maintenance > Diagnostics > Suspect File Versions and no default vbulletin files should show up on that list.
leitel
02-16-2011, 08:31 PM
Did as you said and it still doesn't work and the file are totally default.
Lynne
02-16-2011, 10:31 PM
You are still missing a bunch of necessary code in the page. Can you please make the totally default style selectable so I can check that out.
leitel
02-21-2011, 01:18 PM
Sorry for the delay... What you said is done...
Lynne
02-21-2011, 02:38 PM
I still do not see a totally default style to select and I still see a ton of code missing in your page source that is required for facebook to work. If you aren't going to do what I am suggesting then I really can't help at all.
leitel
02-21-2011, 02:55 PM
Sorry about that.... I forgot to set the option in the settings after I made the default style.
--------------- Added 1298307404 at 1298307404 ---------------
Done now
Lynne
02-21-2011, 03:09 PM
Facebook Connect works fine on the vB4 Default Style.
leitel
02-21-2011, 03:29 PM
I see what you mean... What in the style could delete the whole script?
Any ideas?
Lynne
02-21-2011, 03:33 PM
As I have said, you are missing a bunch of required code in your custom style. You need to upgrade your templates.
leitel
02-21-2011, 04:13 PM
Now I've come across another problem...
I see in the admincp that I have 5 templates that needs to be updated but when i click on link it does not show any templates.
It says they are customized templates...
---
I figured out what I was missing
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>
at the bottom of my footer template.
Thanks for the help...
affiliate.az
02-21-2011, 05:06 PM
I can't even create apps for affiliate.az domain name on facebook, it says - something went wrong, is it because of *az extension?
Lynne
02-21-2011, 05:09 PM
You can tell what templates are modified by looking at the style and seeing which templates are listed in red instead of the default font color.
oldfan
04-20-2011, 07:13 AM
Now I've come across another problem...
I see in the admincp that I have 5 templates that needs to be updated but when i click on link it does not show any templates.
It says they are customized templates...
---
I figured out what I was missing
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>
at the bottom of my footer template.
Thanks for the help...
Thanks I was having the same problem !! :up:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.