|
Turn on suggestions
![]() Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
| |
If you don't find an answer, please click here to post your question.
|
12-20-2014 10:21 PM
I know we must add <iframe> tags to embed a player in a wordpress site. Got that figured out. Sample:
<iframe src="//player.ooyala.com/iframe.html?ec=dlbWQ4cTqsMzJ0w3__Je8FeLXkxT9zxA&pbid=b37affed94ca4a71b53c5e9fade4fd4d" width="860" height="483" frameborder="0" allowfullscreen="allowfullscreen"> </iframe>
I am finding it impossible so far to embed the ThemeBuilder code.
12-21-2014 12:01 PM
Hey, thank you for contacting us thru the Ooyala Community.
All you need to you it's copy and paste the whole themebuilder embed code into the "text" field when you are creating a new Wordpress entry. See my screenshot.
It should work as you can see on http://aquiestabueno.com/oo/?p=36
12-21-2014 12:14 PM
Thanks for your reply!
That was the VERY first thing I tried! Didn't work.
http://gardentv.tv/themebuilder/
Is there some kidn of conflict, I wonder?
12-21-2014 12:18 PM
12-21-2014 12:24 PM
12-21-2014 12:32 PM
I am just copying the EXACT code that the Themebuilder generates.
12-21-2014 12:34 PM
I also adjusted the player so it was a fixed size rather than fluid.
Same result:
<div id="playerContainer" ></div>
<script type="text/javascript" src="https://player.ooyala.com/v3/4791c83be03a4cd5a2f05e4cdd6a21b2"></script>
<script type="text/javascript">
var ooyalaPlayer;
OO.ready(function() {
var playerConfiguration = {
playlistsPlugin: {"data":["7f8397eebbf9401da2a1d44c31d841cc"]},
autoplay: false,
loop: false,
height: 371,
width: 860,
useFirstVideoFromPlaylist: true
};
ooyalaPlayer = OO.Player.create('playerContainer', '', playerConfiguration);
});
</script>
12-21-2014 12:36 PM
12-21-2014 12:37 PM
12-21-2014 12:43 PM
Doesn't work. http://gardentv.tv/themebuilder/
Yes I placed in text only.