Chuck Reynolds
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] It´s not working.. could help?@CodakKeys …. replied to your other thread.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] WP Facebook Open Graph= Error 302uninstall it and see if FB gives you the same issue. my plugin can’t make redirects.. just not possible.
.htaccess file is a hidden file in your web root directory… but you probably shouldn’t mess with that if you don’t know what it is.
Something you have installed is redirecting things. Usually a plugin. So check them by disabling them then enabling one by one and checking each time on FB debug to see which one causes the redirect.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] It´s not working.. could help?looks like you have multiple opengraph plugins running. facebook debugger is showing 2 og:urls and others too.
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.obrasdarte.com%2F
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] WP Facebook Open Graph= Error 302right. was too hard to handle this over twitter and I was moving today so no internet and life in boxes for now lol.
So the 302 redirect thing… that’s not this plugin – something else is causing that – I don’t know what but you need to investigate other plugins or your htaccess file or something is wrong. Facebook is freaking out on that part.
Otherwise from what I saw in the debugger the rest was pulling okay.
See: http://i.imgur.com/bi93Giq.png
Everything looks good – just need to clear up that redirect issue.looking at your source the first image is http://keeping-chickens.me.uk/wp-content/uploads/2013/03/keeping-chickens-logo-500×575-260×300.jpg
I can’t load that either. you need to check what images you have in your settings and in the posts to make sure you have working images. FB evidently likes to throw warnings when images referenced are 404
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Getting it to work…So FB OG doesn’t work off of page ID’s anymore. All you get is either your personal account ID or an app ID. So that’s why it wouldn’t validate with a page id in there.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Typo in og:locale?In the past this is because a default UTC timezone is set and not one of the locations in general settings. I don’t add the actual letters for locale – that pulls from WP core. Try setting an actual location in wp settings.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Some posts don't pull the featured imagenot sure I understand that totally but…
G+ only pulls one image out of the array if you have multiple. FB usually pulls the last one first and G+ seems sometimes to only recognize the first.Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Compatibility with qTranslatenot sure how i’m supposed to help you here? i’m assuming the translate plugin is changing the url based on a cookie language setting? This plugin simply pulls what the current url that WP says it’s on. nothing more.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Cannot Change OG Type:your locale on your site isn’t pulling properly. I’d check the settings in General and check your Timezone select box. I’m betting that’s not set to the right zone so i guess WP defaults to a en?? it should do en_us as WP handles all locales as 5char unless it’s like japan.
Couple things which have nothign to do with my plugin or this issue but heads up::
————-
1. You have duplicate meta content type tags… so some plugin is adding in another one2. Your site load time is pretty slow… about 7 seconds or more with 145 requests. Check out the report here: http://tools.pingdom.com/fpt/BDeN6Wu1B/http://www.principledpolicy.com/
Looks like some javascript from the ecom plugin is really taking forever. Just FYIForum: Plugins
In reply to: [WP Facebook Open Graph protocol] Some posts don't pull the featured imageOK. Look first at the debugger.
In the “Raw Open Graph Document Information” it’s showing there are two lines for each fb:app_id and fb:admins. You have something else adding in those extra lines. My plugin is working fine but some other plugin or theme setting is adding that info in.The image warning is valid as your height and width are both at some point below the 200px minimum width on all three. Just replace those with bigger images and FB won’t throw that warning.
That said… FB will still display those images just throw a warning about them not meeting requirements.Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Some posts don't pull the featured imagehow can I help you w/o knowing what domain to look at?
did you use the facebook debugger?
do you have another plugin adding og: tags that may be interfering?goin to test it w/ that. thanks.
yup lmk when it’s on. and send link… just email us the link instead of here.
chuck @rynoweb.com
and
andrewryno @gmail.comwhat html was showing up? screenshot or copy it? your site for us to test w/ debuger and view source?