AudioBlog and WordPress 2.0
What Happened To My Web Player?
Very quickly for those who use AudioBlog.com and WordPress 2.0, you’ll notice the web player no longer turns up if you use it. It seems iframe publishing has been disabled in WordPress’s xmlrpc. AudioBlog has graciously helped me with a work around, I’ll post their instructions here.
In WordPress 2.0 they have disabled the ‘iframe’ html tag during XML-RPC posts.
If you want to enable the <iframe></iframe> tag from Audioblog.com to be allowed
during XML-RPC posts to your WordPress 2.0 blog, you will need to add the
following lines of PHP code to the bottom of your wp-config.php file just
before the ‘?>
‘ at the end of the file://———- BEGIN FIX TO ENABLE IFRAME POSTING FOR AUDIOBLOG.COM ———-
$allowedposttags[“iframe”] = array(“src” => array(),
“height” => array(), “width” => array(), “frameborder” => array(),
“scroll” => array(), “scrolling” => array());
//———- END FIX TO ENABLE IFRAME POSTING FOR AUDIOBLOG.COM ———-
I honestly haven’t had the time to fix it yet but hope it works for you.
Do You Want A Hands-Free Business?
Then get this guide to help you systemize your business so you'll have more time working on your business.
Hey! I want to make sure you know what you're getting here. In addition to the guide, you will also receive our memo that includes special offers, announcements and of course actionable information.