ole123123
Forum Replies Created
-
The problem seems to be a global bug in the facebook “page plugin”. We have in our CMS the same error, reproducible even on blank html-dummy pages that we created following the assistant in the developer area within facebook.
The contents of the “page plugin” are only shown, if the user is logged in to any facebook account within the same browser. When you open the page in “private mode” or with a different browser, it always shows the same error.
Your Request Couldn’t be Processed
There was a problem with this request.
We’re working on getting it fixed as soon as we canForum: Plugins
In reply to: [Add Meta Tags] Changing the Open Graph title (og:title)little typo in example (var name in else)
correct:
function customize_og_title( $metatags ) { $metatags_new = array(); foreach ( $metatags as $metatag ) { if ( strpos($metatag, 'og:title') === false ) { $metatags_new[] = $metatag; } else { $metatags_new[] = '<meta property="og:title" content="MY CUSTOM OG TITLE" />'; } } return $metatags_new; } add_filter( 'amt_opengraph_metadata_head', 'customize_og_title', 10, 1 );Thank you George for this really good plugin!
Forum: Plugins
In reply to: [Insert PHP Code Snippet] compatibe to 4.1Hello nzcid,
Thanks for your reply!
The Support Desk of XYZScripts.com wrote to me:
Yes, it is compatible with wp 4.1. Is there any issue in it?
I didn’t update until today because I’m waiting other plugins to get compatible. I’ll keep you updated with my experience.
Forum: Plugins
In reply to: [Insert PHP Code Snippet] compatibe to 4.1no answer? did anyone try?