Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: oui_player (formerly oui_video) - Easily embed customized players
http://on.lt/filmai/ (sorry, in Lithuanian only). I am waiting for the version 1.2 to local files, thank you very much!
Offline
Re: oui_player (formerly oui_video) - Easily embed customized players
Vienuolis wrote #303668:
http://on.lt/filmai/ (sorry, in Lithuanian only). I am waiting for the version 1.2 to local files, thank you very much!
Thanks for the link Vienuolis; I’ll try to finish the work for uploaded files in february, maybe march.
Offline
Re: oui_player (formerly oui_video) - Easily embed customized players
Hi,
1.3.0-beta is ready to be tried with its code improvements and its new supports for Bandcamp provider and HTML audio/video players (no fallback or multiple sources support width HTML players for now).
Edit: if you’re updating, do not forget to disable and re-enable the plugin to set new providers.
Last edited by NicolasGraph (2017-04-04 09:40:25)
Offline
#28 2017-04-12 07:01:34
- craigdrown
- Member
- Registered: 2006-01-02
- Posts: 19
Re: oui_player (formerly oui_video) - Easily embed customized players
Bonjour Nicolas
Thanks for the player.
We can’t use it on an https site as Google now requires an origin on the URL
https://developers.google.com/youtube/iframe_api_reference
Cheers,
Craig
Offline
Re: oui_player (formerly oui_video) - Easily embed customized players
craigdrown wrote #305303:
can’t use it on an https site as Google now requires an origin on the URL […]
Thanks for the report Craig, could you try the last beta release (don’t forget to disable and re-enable after an update)?
origin
is added but I didn’t test it on an https
domain and I’m not sure if it also requires enablejsapi
to work.
Offline
#30 2017-04-18 05:44:48
- craigdrown
- Member
- Registered: 2006-01-02
- Posts: 19
Re: oui_player (formerly oui_video) - Easily embed customized players
NicolasGraph wrote #305318:
origin
is added but I didn’t test it on anhttps
domain and I’m not sure if it also requiresenablejsapi
to work.
Hey Nicolas, thanks for getting back so quickly.
Gave it a try and it appears it does require enablejsapi
Cheers,
Craig
Offline
Re: oui_player (formerly oui_video) - Easily embed customized players
craigdrown wrote #305374:
Gave it a try and it appears it does require
enablejsapi
Ok, thanks, I’ll add it soon with some more parameters.
Offline
Re: oui_player (formerly oui_video) - Easily embed customized players
oui_player v1.3.0-beta-3 is now available.
It allows to enable Youtube, Dailymotion and Vimeo players API’s.
Offline
Re: oui_player (formerly oui_video) - Easily embed customized players
oui_player v1.3.0 is officially out and now available via Composer!
Offline
Re: oui_player (formerly oui_video) - Easily embed customized players
There is a Composer install related issue about non textilized plugin help files.
Prefer Compiled files for now.
Last edited by NicolasGraph (2017-05-28 21:39:08)
Offline
Re: oui_player (formerly oui_video) - Easily embed customized players
It seems that oui_player
v1.3.0 ignors a class
attribute, e. g. my string
<txp:oui_player provider=“vimeo” play=“97847807” width=“580” height=“464” wraptag=“div” class=“grotuvas” />
interprets as
<div class="Oui\Player\Youtube">
<div class="Oui\Player\vimeo">
<iframe width="580" height="464" src="//player.vimeo.com/video/97847807?byline=0&color=008000&portrait=0&title=0" frameborder="0" allowfullscreen=""></iframe>
</div>
(with no ending </div>
).
Not a problem in my case — when I write an outer <div class="">
instead of inner attributes wraptag="" class=""
, the resulting code is:
<div class="Oui\Player\Youtube">
<div class="grotuvas"><iframe width="580" height="464" src="//player.vimeo.com/video/97847807?byline=0&color=008000&portrait=0&title=0" frameborder="0" allowfullscreen=""></iframe></div>
(No ending div, too. Youtube is set there as a default player in oui_player preferences of Textpattern v4.6.2).
Offline
Offline