Hi there.
I’ve been pulling my hair out trying to embed video from HuffPo.
I’ve tried editing my theme’s functions.php with wp oembed as directed here: http://codex.ww.wp.xz.cn/Function_Reference/wp_oembed_add_provider
But I can’t get it straight. I’m trying to add the provider: live.huffingtonpost.com.
Specifically, here’s an example of the code they provide as an iFrame: <iframe src=”http://embed.live.huffingtonpost.com/HPLEmbedPlayer/?segmentId=512791c678c90a3b5e000214″ width=”480″ height=”270″ frameBorder=”0″ scrollable=”no”></iframe>
Can anyone please help me? Perhaps provide the properly formatted function for me to edit into my functions.php?