Hi,
I want to embed the video on this website: https://www.ncoa.org/healthy-aging/flu-you/
I am given this embed code to copy: <script height=”240px” width=”675px” src=”http://player.ooyala.com/iframe.js#ec=licGg2dzoSw-bnNwYt6YyAgys2Fb2tEs&pbid=f97d0d24ed7a439f8debf401b45821b5″></script>
I paste it on WordPress but it does squat and only the text appears.
Online research led me to this: http://support.ooyala.com/developers/documentation/reference/player_v3_dev_iframe_nonwindows.html
I tried the following script but it does not work:
<iframe width=”480″ height=”320″ src=”http://player.ooyala.com/iframe.js#ec=licGg2dzoSw-bnNwYt6YyAgys2Fb2tEs&pbid=f97d0d24ed7a439f8debf401b45821b5
&pbid=player_branding_id
&docUrl=http%3A%2F%2Fexample.com
&platform=platform
&options[optionname]=value&options[optionname]=value…”
frameborder=”0″ allowfullscreen>
</iframe>
Can anyone show me the proper way to embed ?
Thanks.