Chuck Reynolds
Forum Replies Created
-
what url(s) is this for? did you use the facebook debugger?
https://developers.facebook.com/tools/debugno clue – would need the url to debug and look. can’t help otherwise.
no clue. show me the debug url
The plugin puts an array of images in if there are multiple – that’s a feature FB added for the OG protocol. It’s so you / user can choose which image to use of those in the array
have you used the debugger? https://developers.facebook.com/tools/debug
without your url it’s kinda hard to help.Facebook doesn’t say how it pulls images nor the order in which they prioritize them. If i changed it for a push they’d probably display them another way anyways.
@lizac you’re using drupal for the main site and wp for the blog? lol… oiy.
Not sure why desc isn’t showing up for you… done a lot of testing w/ that plugin and most work. I’ll try and look into it but hard w/o knowing if another plugin is jumping into the title filter before or after or what… *shrug*
Also… seems you have some weird redirect issue that facbook just doesn’t like… maybe stuff in your .htaccess file or a redirect plugin or… idk hard to tell but they’re flagging it as a problem.
https://developers.facebook.com/tools/debug/og/object?q=www.veteransadvantage.com%2FblogThe image size warning should be fixed in the next minor push. I may just send it tonight.
it doesn’t do exactly what.. but yeah he’s improved it a lot lately to basically do what i built a while back. good luck man.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Installing wp-facebook-open-graph-protocolwould depend on your host but they’re just called “error.log”. Typically in root or could be in wp-content maaaybe? idk.
I’m just interested in seeing if it said what the problem was.. never heard of anybody have this issue out of the thousands that use it so.. *shrug*
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Installing wp-facebook-open-graph-protocolthose are access logs not error logs.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Installing wp-facebook-open-graph-protocolWe’d need to see error logs there’s no way I can diagnose this. All i know is nobody else has an issue. Could be a function in your theme or some other plugin… no clue.
I don’t have access to your site and I don’t know the environment. you just need to take out that other ogp data, however it’s getting in there, and your site will be fine.
…. you’re killin me man.
My plugin is now displaying the admin id perfectly, and the description is working now that you got it into yoast’s plugin.
you STILL have that other ogp code in the header and that’s what’s causing your problems. You need to fix that. But my plugin is working perfectly fine.
so first off…. your Admins field in the settings needs to be JUST the ID not the full url. currently you have it that way… it’s bugging out the system. Fix that.
second off… you have another set of open graph tags in your source that are causing problems. see: http://d.pr/i/O8D5
my plugin is pulling these – http://d.pr/i/Exl1 (note the admins field)Desc not pulling probably because of the conflict of your theme and/or other plugin you have in there messing with stuff. You need to clean things up before I can test my plugin not working. It works for thousands of people… you have other things in there causing issues.
Good luck.
well it doesn’t seem your site is releasing the cache then because as you can see by this screengrab of your code it’s still not using the latest source that would spit out from the latest version of the ogp plugin.
http://d.pr/i/itRzAgain the en_US would be en_us and there wouldn’t be any trailing slashes closing those meta property tags.
So not much I can do until your source starts outputting the right info