Chuck Reynolds
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Cache] automagically purge cache on new post?hey 1.3 added this? 🙂 HIFIVE
1.3 - Purge single view cache for all post types when they are updated/deleted - Admin bar button for purging the cacheForum: Plugins
In reply to: [Simple Cache] automagically purge cache on new post?but if i wanted to spend time and code anything on my personal site i’d do that or just put a more bloated plugin that does that and everything else under the sun.
I like how minimal and seemingly very capable this plugin is; and yes I realize the irony in me saying that and yet asking for the flush function to run on save post. 🙂Forum: Plugins
In reply to: [Widget CSS Classes] Consider wrapping in div with clear bothI mean it looks like you had one in there previously..
//$fields .= "<div class='wcssc'>\n";Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] New theme affecting my open graph plugin?Did you tell FB Debugger to “Fetch new Scrape Information”?
Looking at your source you have Yoast SEO plugin doing OGP tags and this plugin so. You need to choose one and stick with it; can’t have two sets of OGP tags in.
Fix that plugin settings situation then use the debugger to rescrape: https://developers.facebook.com/tools/debug/
Cheers
Hey tranzitw,
First off your site loads VERY slowly… that’s why FB scraper is timing out. You can run speed tests to track down issues with http://www.webpagespeedtest.org. Right now it’s saying your page completely loads in SIXTY SECONDS… that’s horrible lol. First view starts at 20seconds. Anything over 6-10 seconds for a complete load is very very very very bad. So… not just for FB but.. you need to look at that.
Secondly you have a second set of OG: tags in your source code… It’s either another plugin or your theme adding those. So you need to figure that out and remove those.
Otherwise this plugin is working fine and the metatags in your sourcecode are good.
Nice! Cheers
I don’t see that you’re using my plugin at all. you’d have to consult with whomever built the plugin you are using. Cheers.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Not displaying image from pluginHey integratutions,
my plugin is showing these two images in code:
<meta property="og:image" content="http://qj-gemresidences.sg/wp-content/uploads/2016/04/Gem-Residence-Main-Picture-200x200.jpg"/> <meta property="og:image" content="http://realestatesg.wpengine.com/wp-content/uploads/2015/02/Map_of_GEM.jpg"/>you have another plugin (or your theme) outputting open graph tags too and that’s showing an image:
qj-gemresidences.sg/wp-content/uploads/2016/04/Gem-Residences-Logo-240.pngStart off by using only one OGP plugin and/or check your theme for a setting or something to not do that or to set a default image.
I’m not getting those errors at all. The only one I’m seeing in FB Debugger is that your ID isn’t a personal user ID – it looks long enough to be an AppID? or pageID?
That’s what this means:
Object at URL 'http://www.faizh.id/teknologi/terlalu-banyak-password/' of type 'article' is invalid because the given value '1344448825581506' for property 'fb:admins' could not be parsed as type 'fbid'.@keichipump question… why are you relating this to an app id? Why not just use your personal FB id? seems doing that will alleviate some of your problems.
But yes having that AppID issue is most, if not all, of your problem.Well first off you’re telling all robots to ‘noindex,follow’ in your header so that’s not helping you at all.
The error FB is giving you is this:
The app id (789729317828204) in fb:app_id metatag is invalid. The default app id (966242223397117) will be assigned instead when this URL is shared to Facebook.
I’m assuming you have the wrong APP ID in there. They’re attempting to fix it for you however.
So your action items are:
1. fix the robots tags to allow them to scan – facebook is abiding by the rules you have set. If you don’t want google and robots to scan then you can’t expect facebook to magically do it.
2. Take a second look at your App ID… something’s off there.Otherwise the plugin is functioning normally.
Cheers.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] duplicated tags OG:IMAGEWell nothing you posted was duplicated at all. You mean instead there were multiple images listed? That’s a very different thing.
The plugin explains how it lists images. Facebook now prefers to have one image listed which still works this old way the plugin works but the new version of the plugin will only give FB one.
Cheers.No ideas. that’s weird. I see you’re not using it anymore but I’d need to know a lot more about your environment to even attempt to debug that issue. Hope the new one is working well for you.
Cheers.
Hey ephemeraicas
I was on vacation and came back to a lot of client work so I’m just now taking a look and it seems you’re not using this plugin – so not much I can help with there.
Cheers
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Plugin not working for our sitesPlugin works fine. Can you provide a URL for me to look at and the image url you’re expecting to show up on Facebook?
Have you used the FB Debugger?
developers.facebook.com/tools/debug/