Chuck Reynolds
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] og:locale for Japan needs a little changeYeah I know the ja_JP thing is broke in WordPress core… I brought it up once and they didn’t seem like they wanted to fix it.
I’ll put this into github issues and we’ll try and get something written in to handle it. I know a few other plugins have built their own functions to handle it… pretty annoying but I’ve heard this a few times from some sites in Japan.
I’ll see what I can do man. ðThe new Beta addresses the filtering issues some sites were having but needs more testing as it fixes a lot and has a lot of additions and changes. Just need some more time to test and should be up in near future.
The new Beta addresses the filtering issues some sites were having but needs more testing as it fixes a lot and has a lot of additions and changes. Just need some more time to test and should be up in near future.
The new Beta addresses the filtering issues some sites were having but needs more testing as it fixes a lot and has a lot of additions and changes. Just need some more time to test and should be up in near future.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Problem with description metathis thread seems a little off topic but we’re working on addressing most of the filter issues w/ the seo plugins. Beta version needs more testing as it fixes a lot and has a lot of additions and changes. Just need some more time to test and should be up in near future.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] http & httpsthe only way FB would change to https is if you had a redirect on the url. It’s scraper just hits the page. I’d figure out what’s causing the redirect
Forum: Plugins
In reply to: [Facebook] comment stays on right post but posts to FB as different url?ok figured it out… a custom query was allowing the plugin to pull permalink as the last one in our ‘related articles’ query… Doing a wp_reset_query() seems to have fixed it.
annoying.. closing. thx.Forum: Plugins
In reply to: [Facebook] comment stays on right post but posts to FB as different url?every refresh the header og:url is right… but the div where the plugin is outputting the data-href is wrong..
EXP for that page…
<div class=”fb-social-plugin fb-comments” id=”commentform” data-href=”http://www.cherylstyle.com/showcase/game-day-table-runner-2/” data-order-by=”social”></div>well first off there’s another plugin adding some OGP stuff now which is duplicating tags but doesn’t include all the right stuff.
exp:
<meta property=”fb:app_id” content=”159538290872515″/>
<meta property=”fb:admins” content=””/>so need to fix that.
This plugin is just pushing out <meta property=”og:title” content=”Evaristo”/> because it’s not getting anything from AIOSEO… all that plugin has is this..
<!– All in One SEO Pack 1.6.15.3 by Michael Torbert of Semper Fi Web Design[786,873] –>
<link rel=”canonical” href=”http://www.informeclooney.com/madrid/categoria/lugares/cockteleria/” />
<!– /all in one seo pack –>So it doesn’t seem you filled out the category meta info anyways.
With all that said… I know my plugin is occasionally having filtering problems with allinone… I just haven’t had time to fix it but at least right now it looks like that plugin doesn’t have the proper info either.
do you use an seo plugin? this plugin just filters whatever metadata is being output; so if your install is just using the default title and no desc then it’ll just fake it and revert to basic stuff
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] finding the admin idgraph.facebook.com/username
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Open Graph Protocol not working any morewell it explains it a bit in the readme and on the plugin page on wp.
Cheers man.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Open Graph Protocol not working any moreWell.. looking at the debuger it’s pulling this image on your home page:
http://code-e-keyz.com/wp-content/uploads/2013/03/Thumbnail2.jpgand these in your one post i looked at.
<meta property=”og:description” content=”This cat just recently snatched my name up and is going by Codeine on twitter, but its cool, I give full permission. Mostly because he's Hip Hops Bill Cosby. “/>
<meta property=”og:type” content=”article”/>
<meta property=”og:image” content=”http://code-e-keyz.com/wp-content/uploads/2013/04/riffraff-300×177.jpg”/>
<meta property=”og:image” content=”http://code-e-keyz.com/wp-content/uploads/2013/04/comcloudtenappsriffraff-1-1.jpg”/>
<meta property=”og:image” content=”http://code-e-keyz.com/wp-content/uploads/2013/03/Thumbnail2.jpg”/>Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Open Graph Protocol not working any morewell that’s pretty trusting of you but… it’s outputting the proper information so…
FOUND IT. You have some other plugin adding in bad fb:admin data.
<!– All in One Webmaster plugin by Crunchify.co –><meta name=”msvalidate.01″ content=”meta name=\\\\\\\\” />
<meta property=”fb:admins” content=”<meta property=\\” />Fix that… that’s your problem. My plugin is working fine. ð Carry on.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Open Graph Protocol not working any more@CodakKeys do me a quick favor and remove “1393640138” from yours and put in mine “507282144” then run the debugger again.
If you look at mine: http://graph.facebook.com/507282144
and yours: http://graph.facebook.com/1393640138Note mine has the “link” and the JSON build is a little different. Idk why.. but put in my ID and let me know what the debugger says after you change it to my id.
https://developers.facebook.com/tools/debug/og/object?q=code-e-keyz.com