Chuck Reynolds
Forum Replies Created
-
Wow sorry i’m just getting to this… 2 weeks is horrible. busy and sick. my bad. :/
Anyways… right now it doesn’t look like you’re currently using this plugin but even the one you’re using is referencing an image that 404’s.
see: http://www.domundocoaching.com/wp-content/uploads/2015/04/cherrytreefade_webversion.jpgFeel free to continue this thread if you need help with this plugin.
CheersForum: Plugins
In reply to: [WP Facebook Open Graph protocol] og:image resize?The current plugin version shows the “large” size of the image, which WordPress creates by default. That should be big enough for Facebook’s requirements.
If you need to know what image sizes are recommended for FB and other sites I have those listed here: https://github.com/chuckreynolds/social-profile-image-sizes
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Wrong image on FB sharingFirst issue I see is you’re using a Page ID instead of a personal FB ID in the settings.
If you put your domain into FB’s Debugger you get this response:
“Object at URL ‘http://auburnmassdaily.com/’ of type ‘website’ is invalid because the given value ‘547716265288586’ for property ‘fb:admins’ could not be parsed as type ‘fbid’.”On your home page you haven’t specified a fallback image in settings so FB just pulls your logo.
Taking a single post for reference: auburnmassdaily.com/2015/05/18/lacrosse-to-debut-at-ahs-spring-2016/
FB still throws that warning, obviously, but pulls the image of the guy running with the stick and shows info just fine.You need to fix that ID problem in the plugin settings per the instructions in the plugin and then use the debugger as the instructions also mention.
Now… with all that said.. sometimes the debugger will show one thing and when you post a link to your wall it will show something else. That’s a very common issue with Facebook that they don’t seem to care to fix. So. Nothing I can do about it.
But it looks like you’re in good shape – just need to update that ID and you’re fine.
Maybe you were using this plugin but not now? Looks like your site is pulling good data though.
But to address the original question…. yes Facebook does weird stuff – even negate what their debugger says. Happens often – they make a LOT of changes all the time so it’s kind of up and down with them.
Nice video btw 😀Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Cant scrape imageForum: Plugins
In reply to: [WP Facebook Open Graph protocol] [dropcap]text[/dropcap] helpbtw.. nice photos 🙂
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] [dropcap]text[/dropcap] helpWell things get weird with shortcodes and typically those get filtered out as there’s a million different ways shortcodes are used – so for safety and not showing the [shortcodename] in the description they get filtered out.
You should have a specific description for the page in the SEO plugin which should pull into the plugin’s og:description tag. It seems to be relying on reading the content and the shortcode is being filtered out.
A more standard way to handle dropcaps/words is to have a css class for them that you’d wrap the letter/word in a span tag.
3rd option is to write an excerpt that the plugin will pull before looking for content.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Cant scrape image@noeninoslav you’re not even using my plugin. and the one you’re using doesn’t output anything on your homepage either.
@lordmat – you don’t have an image set as default fallback in settings so your home doesn’t pull anything. Your single posts like https://www.lordmat.de/2015/04/rundum-kolwezi-eine-stadt-im-kongo/ do pull images in the source and the plugin is working fine.
@all – FB seems to be having issues with their scraper and/or debugger. Nothing I can do about that. From the supplied examples here the plugin is still working as intended and fine – just facebook is being weird. That’s very normal for them. give it time – they’ll fix whatever they broke.
Well that’s never happened on any of our test environments or in the production sites this version of the plugin is running. I’ve setup a few different scenarios here too on 4.2.1 and I cannot replicate that at all.
That looks like the javascript for the new emoji crap in WP but doesn’t make sense how this plugin would be causing that at all.
Not saying you’re wrong but w/o better data I can’t explain or tell you how to fix it. I’d assume it’s something other than this plugin but I can’t say with any certainty. It could be something in your theme that’s causing it when it outputs this plugin code???? that’s a long shot.
Worst case – turn off the emoji stuff and see if that helps: https://wordpress.org/plugins/disable-emojis/Otherwise… I’d like to help but I don’t have enough to go on and I can’t replicate the issue.
Forum: Plugins
In reply to: [Rel Nofollow Checkbox] 1.1.3 title input update makes search box unviewablevery nice. thank you for the quick response sir. Cheers!
Forum: Plugins
In reply to: [Rel Nofollow Checkbox] 1.1.3 title input update makes search box unviewableright on. thanks man. cheers
yeah this definitely has been reissued – I started a new thread @hlorenz as this one was previously marked resolved (it was with earlier versions).
LINK: https://wordpress.org/support/topic/113-title-input-update-makes-search-box-unviewablelol. he put same review on my ogp plugin. love to help but not asking for help before leaving 1 star reviews.
Forum: Reviews
In reply to: [WP Facebook Open Graph protocol] It does not work for me.You sure? Did you check your source? Did you use the facebook debugger to test and bust FB cache?
If you file a support ticket with your domain and pages you think ‘do nothing’ I’d be happy to take a look.Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Inconsistency with image sharing (WP 4.0.1)There’s always a chance FB is doing their own thing – pretty common actually lol.
re: multiple images pulled from content – no – that’s the intended usage of that.