Chuck Reynolds
Forum Replies Created
-
eh i’m not that tired yet… just pushed 2.0.7 to repo. should fix.
I think there’s a bug with it.. i’ll be updating that part of the filter tomorrow (well today but it’s 4am here so later today)
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] 404 Not found: /images/submit-bg.gifevidently it’s an image in your content. if you didn’t put a default image it’ll pull stuff from the content to use.
Whoa… so it seems it’s having an issue pulling your post ID… which doesn’t make sense unless something’s wrong with your template code… or core WP files were altered.
Facebook is puling an image in debugger but it’s 36px by 36px
I’d look into your theme for issues. and turn off error reporting in wp
are you asking me to support the official facebook plugin? cause I can’t do that.
it would be nice to see a URL to run through debugger and view source – w/o it idk what’s up.
why require app ID… it needs either an appID OR an admin id of a user profile. that’s required because facebook docs say it’s required.
putting a note into dev roadmap. if FB always uses the last image in the array as the default display then I see why you’d want it inserted first not last. Problem is… facebook doesn’t say shit about how they display stuff; and knowing them they’ll change it randomly w/o letting anybody know. Anyways… big rewrite is underway so we’ll consider this too.
to be honest. no clue. lol. If debugger says it’s good then it’s good. Could be her cache.
biggest thing to remember here… facebook is buggy as hell. Sometimes it doens’t work for me either – but usually putting the same url in the debugger helps fix it. Facebook says that’ll clear their cache for that url. seems to work mostly but it is facebook.
When you put in a URL facebook sends scrappers out to grab the content… so technically it really has nothing to do with her computer. maaaaybe it’s something weird in browser cache… but clear and dump all that too just in case but use the debugger.
have you tried setting a featured image for the home page?
can’t look w/o a url
because the id “168589376525706” you have in admin section isn’t an admin – that’s a page. it’s telling you you have a bad ID… take that one out of admin field and you should be fine. 100001690824093 is fine cause it’s tied to Aimee personal profile.
yeah we’re rewriting a lot in the next major release that’ll address the buffering issues and all that. thx
@yairhaim – I don’t see the tags in your source. assuming you’ve removed the plugin?
@fearlessjenn – that’s saying your site isn’t allowing the facebook scraper. assuming your server or htaccess file are blocking it? If you view your page source the plugin code is in there and working properly. You need to figure out why Facebook can’t read your site. bigger issue.. but the plugin is working fine.
looks like it’s pulling the right image just fine: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Frvsmusic.net
no idea man. provide the url and maybe I can look and use the facebook debugger.
If your’e having problems with all plugins there might be something else wrong in your code. /shrugwell.. if you’re validating with xhtml then it would flag… if you’re validating with html5 it won’t. I’m assuming you guys are running xhtml strict.
initially reading into it I’m not sure HTML5 would then validate if the ending slash was in there.
Just speaking freely… validating code w/ the w3c validator is mostly pointless anymore.
I can say I’ll look more into it.. but even other meta plugins I see doing it all different ways… yoasts seo includes them but then doens’t on the twitter cards etc.I just don’t know right now how to handle it. IMO HTML5 is the way to go but I’ll read into it more. Feel free to do the same and post findings proving one way or the other. I’ll leave the topic open