Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2017-01-24 21:46:10

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

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

#26 2017-01-25 07:51:06

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

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.


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#27 2017-04-04 09:13:02

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

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)


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

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

#29 2017-04-13 07:17:45

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

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.


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

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 an https domain and I’m not sure if it also requires enablejsapi to work.

Hey Nicolas, thanks for getting back so quickly.
Gave it a try and it appears it does require enablejsapi
Cheers,
Craig

Offline

#31 2017-04-21 12:24:30

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

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.


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#32 2017-04-25 12:45:48

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

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.


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#33 2017-05-24 09:14:58

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: oui_player (formerly oui_video) - Easily embed customized players

oui_player v1.3.0 is officially out and now available via Composer!


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#34 2017-05-28 07:16:23

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

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)


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#35 2017-07-13 13:37:33

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

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&amp;color=008000&amp;portrait=0&amp;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&amp;color=008000&amp;portrait=0&amp;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

#36 2017-07-13 14:44:39

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: oui_player (formerly oui_video) - Easily embed customized players

Vienuolis wrote #306270:

It seems that oui_player v1.3.0 ignors a class attribute […]

Thanks for the report; v1.3.1 should fix this issue.


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

Board footer

Powered by FluxBB