Topic-icon Error in Module with {JFBCLike}

Active Subscriptions:

None
14 years 5 months ago #17044 by aarcer
"The page failed to provide a valid list of administrators. It needs to specify the administrators using either a "fb:app_id" meta tag, or using a "fb:admins" meta tag to specify a comma-delimited list of Facebook users."

www.vclarp.com/vc-forums
The topic has been locked.
Support Specialist
14 years 5 months ago #17047 by alzander
Aaron,
If you open the HTML on the page, and search for "fb:app_id", you'll find it twice. The first time, it's correctly set with your app Id, by JFBConnect. The second time, the value is blank. That extra one needs to be removed as it's overriding the correct value with a blank value. Additionally, near that, is a setting for fb:admins, which is also blank. That should be removed.

So, JFBConnect is inserting the right stuff, but something else is inserting the wrong stuff. Fix that, give Facebook a day to detect the changes, and you should be good to go.

Hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 5 months ago #17049 by aarcer
Yea, thanks. I accidentally had an old Facebook plugin still enabled that I forgot was enabled and I didnt realize that not all the like buttons on the site were from JFBC... I disabled that plugin, so now the ONLY fb code being inserted anywhere should be from JFBC.
The topic has been locked.
Support Specialist
14 years 5 months ago #17053 by alzander
In the other post I just made, I gave the Facebook Debug Tool URL, below. Use that to test your page, and everything is probably good now:
developers.facebook.com/tools/debug

Good luck, as always :D
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 5 months ago #17054 by aarcer
I ran the debugger after eliminating the other plugin, but I still have an error. I am guessing that it will just take a few days for Facebook to clear itself? Can you check to see if my code looks correct now?
The topic has been locked.
Support Specialist
14 years 5 months ago #17056 by alzander
The debugger seems to be down right now.. gives a "Error Parsing URL: Error parsing input URL, no data was scraped." for any page I try, not just yours right now.

However, I just looked at your page, and the offending Open Graph tags are indeed removed. Everything looks good to me!

Good luck!
Alex
The topic has been locked.