Chuck Reynolds
Forum Replies Created
-
fixed in 2.0.6 pushed tonight.
MAY have been associated with the bug in 2.0.5. just pushed an update that should fix it… let me know if you continue to have issues but i’m sure this patch will fix those issues.
pushed 2.0.6 bug fix to handle that. sorry for the issue.
2.0.6 pushed just now will fix… basically a rollback until we reassess the updates we tried to make – things got hairy fast and pushing a quick update was ill-conceived.
working on a bigger rewrite of the plugin to do everything better as well as address these issues.
2.0.6 pushed just now will fix that. planning a bigger update here soon – sorry about the inconvenience :/
pushed 2.0.6 as rollback to fix. we’re working on a real fix w/ a rewrite so look for a bigger update soon.
sorry for the inconvenience guys.
fixed in 2.0.5 (pushed to repo). bug in preg_replace() making $ signs go wonky. worked around it. standby for update in your dashboard.
Because you’re using a pageID in your admins field… admin field is for PERSONAL ID’s only. remove that and you should be fine.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] How to exclude Facebook Meta Tags?Wondering the same thing. If I’m already handling OGP meta tags, can I disable yours in the plugin?
@stifoo I see my plugin code functioning perfectly… you have something else adding in another set of OGP tags that are incomplete and it throws in the tag
<meta property=”fb:app_id” content=””>You need to remove that plugin or whatever is injecting that additional code as that’s what’s screwing up the validation. Otherwise the code from my plugin seems to be working great 🙂
Good luck.
Why don’t you just link to my plugin instead of the pastebin?
http://wordpress.org/extend/plugins/wp-facebook-open-graph-protocol/also dev on github to fork: https://github.com/chuckreynolds/WPFBOGP
no. i’d have to put in modal boxes on posts and make the plugin much more involved to do something 99% of people don’t need to do.
seems like your simplesocial or another plugin is adding in duplicate og meta tags that this plugin already handles. It’s doing your video stuff but also making duplicates… You need to turn that plugin off or this one.
your locale in source seems fine – it’s outputting th_th as it should be via this plugin.
That said… other than video tags… that other plugin doesn’t do as good of a job at the open graph stuff. good luck.
the id is wrong so… https://graph.facebook.com/256201747827917
need to pull your admin id from graph.facebook.com/yourusername
1. when there are multiple images the plugin will build an array as now allowed by FB OGP. I honestly don’t know in which order they decide to choose the first image from… sometimes i’ve seen it pull the first one in the array and sometimes I’ve seen it pull the last one… I don’t know how to fix that lol. perhaps would require a setting to not allow an array to form but not sure how else to do that. FB just does what it does, and they change stuff often w/o updates so… really no idea.
2. the thumbnail size will be fixed in 2.0.4 to push today or very soon. FB changed that randomly a little while ago an the default WP thumbnail size is 150. I’m change it to ‘medium’ so it should be max 300px.