Chuck Reynolds
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] HELP Featured image not showingYou can’t use a Page ID at all; Facebook doesn’t allow it; hence them throwing the error. You need to use a Facebook App ID or leave that one blank and just put in your personal profile id into the admins part.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Featured image not showingHey man been away for holiday.
I notice now you’re not using this plugin anymore… but you still have a warning as there’s no app_id.The ‘fb:app_id’ property should be explicitly provided, Specify the app ID so that stories shared to Facebook will be properly attributed to the app. Alternatively, app_id can be set in url when open the share dialog.
Anyway… Cheers
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] HELP Featured image not showingNone of those plugins would be adding that extra line; good news is it looks like you figured it out and removed it.
Secondly… that ID number I mentioned is wrong… evidently that’s your page name or something… What you need to do is go to https://findmyfbid.com, enter your personal facebook url and it’ll tell you the ID to use in this plugin settings.
FB is working good now but it would like that proper ID number. After that you’ll be good to go!
Cheers
Forum: Plugins
In reply to: [WP YouTube Live] Youtube Gaming?aaaaaaaand I just realized you had the github link in the readme. sigh. my bad. making an issue now.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] HELP Featured image not showingHey Lapa86, no worries. Couple things here.
1) what you have set in your fb:admins shouldn’t be the URL, it should be your personal ID number on facebook. So go to that url you have in there and you’ll see the ID number. (hint: it’s “CUS24DmTWJ9”). Enter that without the quotes and then save the plugin settings.
2) There’s something else adding another image tag for open graph that’s not my plugin… maybe your theme or another plugin?
Fix those and you should be good.
Cheers!Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] facebook share buttonMore likely than not you just want them to index the site so change it to this:
<meta name='robots' content='index,follow' />
(index,follow instead of noindex,follow)
You can read more about robots metadata here: https://www.robotstxt.org/meta.html
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] facebook share buttonwell if you want anything to index and see your site, including Google, Bing, Facebook, etc, you’re going to need to fix that noindex thing. If you don’t fix that, no plugin you ever use will help you. Talk to your theme developer, or web dev, or learn to edit that specific file with the wordpress editor or via sftp or something.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] plugin not works for meIt’s not a plugin problem; it’s working fine (view your page source to verify). There are issues with your site and/or hosting that I’m not exactly sure what that is. On initial load it takes a while then seems to do a redirect then finally loads. Basically your site isn’t allowing Facebook scraper to see the site. You need to figure that out then Facebook will display your info just fine.
Use the Facebook Debugger to test: https://developers.facebook.com/tools/debug/og/object/
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] FB tags generated ok but not recognizedAh nice! yeah if the site is slow you have a lot bigger problems than facebook not reading it properly ??
Cheers sir.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] FB tags generated ok but not recognizedI see none of these errors on the site or in Facebook Debugger (old cached scan and a brand new scan I just did).
Either there wasn’t an issue or it fixed by the time I was able to respond. But you look good! https://developers.facebook.com/tools/debug/echo/?q=https%3A%2F%2Flebonheurestpossible.org%2Fnutrition%2F
CheersForum: Plugins
In reply to: [WP Facebook Open Graph protocol] facebook share buttonFirst problem:
You have this in your code:
<meta name='robots' content='noindex,follow' />
So you’re telling all robots to NOT index your content… that’ll mess w/ FB.Second problem:
Your admin ID and app ID are messed up. I see this in your code:<meta property="fb:admins" content="100000195032462"100000195032462"/> <meta property="fb:app_id" content="1801701280113135"1801701280113135"/>
I’m assuming you tried to list those twice?? or have quotes in that input in the plugin settings? (something I should filter in a future version). BUT… clean that up… also you only need one of those… either the adminID OR the appID. not both.
Third Problem:
You have another set of OpenGraph tags being output… if those are from your theme or another plugin i’m not sure but you need to figure that out and remove those.Do all that… THEN… run your site through Facebook’s Debugger and see how you’re doing. https://developers.facebook.com/tools/debug/echo/?q=http%3A%2F%2Fbaudorock.net%2F
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] og:description issues, All In One SEOAnything following “pagebuilder” is lol. Those are always a problem and they all act differently… anyway, that said. So basically you’d like it to use the aioseo description when it’s filled out. I don’t see their OG output so is that even on in the plugin?
In the new version I’m rebuilding (insanely slowly w/ client work etc) I need to test all that again; it’s been a while. But almost certainly pagebuilders will continue to screw things up as they do.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] og:description issues, All In One SEOIt used to. AIOSEO changes constantly. If you had an excerpt it should pull that, but it should also pull what’s in the content. I’m not sure how your ‘pages’ are setup but if there’s nothing in the_content() or it’s all in shortcodes it has nothing to display. So.. without some further info on how that’s setup I don’t really have a better answer for you.
Learning more about how it works… er how it doesn’t work… will help me fix that in a future release.- This reply was modified 8 years, 4 months ago by Chuck Reynolds. Reason: adding context
Forum: Plugins
In reply to: [Yoast Duplicate Post] Notice: Undefined property: WP_Post_Type::$post_typeSame thing. just jumping in. Cheers
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] When a update for wp 4.6.1Got it. Yeah it works fine w/ 4.6.1 even up to 4.7. I just haven’t pushed a new readme file to acknowledge that. But.. you’re fine using it ?? I just pushed an update to the readme so the “compatible to” will reflect 4.6.1.
Good lookin out tho! Better safe than sorry! Cheers