Chuck Reynolds
Forum Replies Created
-
pushing out 2.0.12 right now to address the trailing slashes issue. should solve your problem. LMK.
I need to finish the big update i’ve been too busy to finish 😉 soon.and I’ve already fixed this in the dev version. ref: https://github.com/chuckreynolds/WPFBOGP/issues/46
LMK about those before but I can push out a small patch update with those changes.
Hey Kic00
1. can you tell me what you have in your /wp-admin/options-general.php for WP Address && Site Address? Just want to see how you have that setup.
2. Also is this a single install or a multisite?Seems when WP in based in a subdirectory it acts a little differently than usual. An old ticket talks about that: https://core.trac.wordpress.org/ticket/15619
…question for you… if I gave you a code snippet are you comfortable modifying the plugin code to test it? or no? I think I know the flow it’s following and can patch that issue fairly quickly but I’d like to make sure that’s how it’s really acting.
To fully test I’d have to setup another test environment with WP in a subdirectory and I can’t jump on that super fast… but I’d get to it.Let me know on those. Thx
okay. standby. on a client call and I’ll get to this after that
that’d be a site specific issue. have a url I can look at to try and help?
check other plugins that may be conflicting.
check other plugins that may be outputting ogp tags.
check caching and/or minification scripts that may be doing something wrong.
etc.Forum: Plugins
In reply to: [EWWW Image Optimizer] error on plugin options page in version 2.4.4coo. i missed that. cheers
@nicolebobbin you’re not even using this plugin. That said, you too have two different plugins outputting OG: tags. need to look into that.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] incorrect image shared to facebookThose look like two different posts? (I can’t read Russian sorry).
Your home page http://artdom-romanovo.ru doesn’t have any content images that are large enough to use so I think Facebook is using one of the images from the carousel up top.
Just remember: “Any post image source should be at least 600×315 pixels.”
And you can set a default fallback image in the plugin settings too which will show up if no images are found for your pages/posts – and make sure it’s at least 600×315.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] incorrect image shared to facebookHey domdom777
FIrst off your fb:admins is wrong. If you use Facebook’s debugger it’ll show that you’re using a page in that settings field instead of all people id’s.
– 100005191531043 – is ok. leave only this one in there. remove the others.
– 871140822927342 – is a page. remove.
– 247863211896816 – is a page. remove.Secondly most of your images in the pages I’ve seen are too small for Facebook’s minimum requirements. Any post image source should be at least 600×315 pixels.
otherwise it looks like it’s working okay. new version of the plugin should further help with featured images too.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Image shared to fb doesn't work…Hey there
Looking at your first post – you only have a very small image in the post – too small for Facebook’s rules (minimum is 600px X 315px). So FB seems to pull the sidebar image as it’s the biggest image on the page.
Post I’m looking at: http://www.lyckasbloggen.se/bogratis/
Image in the post: http://i2.wp.com/www.lyckasbloggen.se/wp-content/uploads/2015/06/Bo-gratis-pa%CC%8A-dro%CC%88mresan.png?resize=300%2C157
— that image is only 300 x 157. the actual image is here but it seems you’re using Photo probably in Jetpack. http://www.lyckasbloggen.se/wp-content/uploads/2015/06/Bo-gratis-paÌŠ-drömresan-300×157.png
— However it links to the larger image which would be better to have in the post instead: http://www.lyckasbloggen.se/wp-content/uploads/2015/06/Bo-gratis-pa%CC%8A-dro%CC%88mresan.png (it’s 1200 x 628 – good!)Same thing with this post: http://www.lyckasbloggen.se/nagon-annan-borde-betala/
Also what you could and SHOULD do – in this plugin settings make sure to link to a properly sized image as a default fallback. Maybe a brand image or advertisement type image that would look good on any post shared to Facebook that didn’t have a large enough photo or didn’t have one at all. The plugin will then server that default fallback image instead so you’ll always have a good image on FB alongside your posts.
Cheers!
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] incorrect image shared to facebookHey domdom777, I’d like to help – could you provide what website domain you’re talking about so I can look at the rendered source?
Sometimes there are other plugins outputting og: tags that conflict or sometimes the code is correct but FB cache is bad (use the FB debugger mentioned in the plugin help) developers.facebook.com/tools/debug/
Anyways.. .let me know and I’ll do what I can to help
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Image not showing properlyWhen I run that through the debugger it looks great. Has this image displayed and looks good: http://latempestad.mx/wp-content/uploads/2015/05/maxresdefault-12.jpg
I’m assuming you updated the image. but yes if you don’t meet their minimum image size requirements they’ll pull whatever they want.
Cheers
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Setting "Fallback" Photo for linkno worries man. If it IS a plugin, turning everything off then back on one by one will tell you.
I’d keep one tab open with your plugins admin page. And another tab open with one of your pages in view-source mode. just turn a plugin on, then refresh the view-source tab and see if those other og: tags show up.
You’ll figure it out then.Or just look at plugins that do any sort of sharing or social stuff – those guys usually start dumping in random open graph tags.
edit: forgot to add. if you turn off all plugins and that other OG: tag grouping is in there that means it’s in your theme somewhere – maaybe in the header.php or functions.php but completely depends on your theme.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Setting "Fallback" Photo for link1. if you view your page source you’ll see this: “<!– Facebook Open Graph protocol plugin NEEDS an admin or app ID to work, please visit the plugin settings page! –>”
That means that you need to fill out the settings in the plugin for it to start working. Read the plugin instructions as it explains what you need and how to get it.2. You have another plugin outputting og: tags. And that’s going to cause problems with Facebook. I can’t tell which plugin it is but you’ll need to track that down. It’s using this image: http://bytephoria.com/wp-content/uploads/2015/05/face_twitter_pdf.jpg but it doesn’t output all the required tags anyways.
OK…. now onto your numbered questions:
1. Once you complete the plugin instructions (#1 above) you can put in the default/fallback image in the plugin settings and save. That technically should then show for the homepage (depends on your theme but you should be okay with that)2. 1. make sure you run it through the facebook debugger (also in plugin instructions) and fetch new info. and 2. see my 1&2 above. the other plugin is doing that code right now.
3. see my 1&2 above.
FIx that stuff and you’ll be fine. Cheers
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Wrong image on FB sharingyeah… trust me i know… FB changes stuff ALL THE TIME lol. I get so many support tickets because of it. I’ll do what I can to help but most times it’s them messing with stuff.
Cheers bud!