loizidm
Member
Posted 2 years ago #
I've embedded a few Viddler videos using oEmbed, in Firefox and Opera some HTML code is visible above the video. Is there any way to stop this from appearing?
Here's an example:
http://explore.bttradespace.com/bt-tel-tv-ad/
The following code is visible just above the player:
"600" height="492" id="viddlerplayer-1b8f9b90">
Have you read through http://codex.wordpress.org/Embeds ? Only I noted that viddler.com isn't on the WP internal whitelist, so you'd need to add support or use the Enable oEmbed Discovery plugin.
loizidm
Member
Posted 2 years ago #
Thanks for your reply,
Viddler is listed on the Embeds page but I think I found the problem. Viddler's JSON response includes a new line and a carriage return about half way through. Presumably they'll need to tidy this up to stop the raw HTML from being rendered in the browser.
I'll check out the plugin in the meantime, that might sort out the problem.
Thanks