Chuck Reynolds
Forum Replies Created
-
well as of right now I don’t see any fb og stuff in your site at all.
Errors from the debugger like that are typically because the scrapers can’t access your site…but a 200 code usually means it’s good. Maybe it’s just because you’re not outputting any OG meta data.
Same bug in current 1.5 version. produces php error log. needs to be fixed for wp3.5
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Striphtml in og:titlewondering how you had html in the title in the first place? thought WP stripped all that. you have a site to look at to test?
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Facebook Graph APIso it looks like FB has updated all of those requirements a couple weeks ago (as per https://developers.facebook.com/docs/technical-guides/opengraph/built-in-objects/
I made an issue in github to remind me to look at it. Glad it works for you now. This maaaay be something we’ll patch in the next release.
They change shit all the time and there’s really no way to subscribe to when that happens so… i’ll figure it out. Cheers!
hmm.. idk what internal error means… FB debugger either broke or it doesn’t like something.
The one thing I do see weird in your code is the image it’s pulling… it’s pulling the attachement id url instead of an actual image file… which is weird.
If you can set a default logo in the plugin settings and use your twitter logo for now
https://twimg0-a.akamaihd.net/profile_images/2543812462/l0ssq72ws3vgkhwtmp5d.pngThen test with debugger. I wonder if that’s the issue.
As for the single post page you listed “ep-305…”… some other plugin or maybe your theme is inputting extra FB OG tags into the header. Whatever that is you need to turn it off as it’s causing conflicts.
As for the FB app… you don’t really need one. Everybody can like and share it the same. The only difference is how you view stats… if you want the stats on shared data in the app insights then do it in a new app. If you add an appid you should remove the fb:admins
because you didn’t read the directions. fb:admins requires your id.
You have this. <meta property=”fb:admins” content=”gorgeousunderground, NinaGreyGSU, tennessee.loveless”/>1. go to http://graph.facebook.com/NinaGreyGSU and pull that ID for you and do the same for the other guy
2. page id’s won’t work anymore. FB doesn’t support them so remove that.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] I want to contribute but …AH right. gotcha. that’s awesome!
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] I want to contribute but …explain what you mean with the “gettext support for the settings site”??
Also, I think I’ve done a bad job with preparing the plugin for languages… that’s something that probably should be included in a near update . 🙂
Thanks for whatever time you put in. Yeah just do pull request and we’ll see what’s goin on.
Cheers
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] I want to contribute but …Yeah man –> https://github.com/chuckreynolds/WPFBOGP
currently have some crash code on there for resorting the image loop (which kinda sucks and I haven’t had time to mess with) and some other stuff. (some comments at top on what changed since .7)
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Facebook Graph APIhmm that’s weird. the source is normal and fine. the raw debug scraper looks fine.
At first I thought maybe your site’s robots.txt was blocking it or something. Maybe the server or something is blocking it? But it shows the raw source it scraped…Idk what this error means; never seen it before. “Error Linting URL: An internal error occurred while linting the URL.”
It’s just something with your front page as the inside pages work fine. Exp:
https://developers.facebook.com/tools/debug/og/object?q=www.goodnightjournal.com%2Fcategory%2Fread-public-journal%2FI’d check what scripts and plugins you have loading on the front of the site… what redirects may be in place etc. FB just doesn’t like your homepage for some reason.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Facebook Graph APIwhat’s the url in question? can’t look into it without knowing where to look.
1. my plugin isn’t installed at least on this page… it’s not in source. There’s your first issue.
2. Facebook DOES cache things but that’s why the instructions of my plugin mention to check the Facebook Debugger as that will clear their cache and give you a more accurate depiction of what FB will pull@WonderfulWandering – I don’t even see my plugin active on your site but you do have two sets of OGP data in your source – yoast’s and something else is putting them in. gotta fix that.
also BEEJ thx for heads up. wasn’t getting emails from this forum for a while so I just realized i’m a little lagged :/
i’ll look at that in testing. only an AIDSEO issue it seems. hoping to get a break from client stuff to release 2.0.8. on beta in github now already…