PWaddict Posted May 30, 2018 Share Posted May 30, 2018 13 minutes ago, tires said: Just googled that one where you can see a screenshot:https://www.freedomdv.com/youtube-adds-another-relatedsuggested-videos-overlay-on-embedded-videos/ As I said above you can easily hide them by changing the "YouTube: Show Related Videos at the End" to 0 value. This adds the "rel=0" to the embed url which hides both pause and end related videos. I've already tried and it's working fine. Link to comment Share on other sites More sharing options...
tires Posted May 30, 2018 Share Posted May 30, 2018 I set this value to "0" but the pause-overlay is displayed anyway!!! The generated iframe code looks like this: <iframe style='position:absolute;top:0;left:0;width:100%;height:100%;' width="760" height="428" src="https://www.youtube-nocookie.com/embed/abc123?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> PS. i use this module code https://github.com/ryancramerdesign/TextformatterVideoEmbed/pull/12 Link to comment Share on other sites More sharing options...
PWaddict Posted May 30, 2018 Share Posted May 30, 2018 5 minutes ago, tires said: I set this value to "0" but the pause-overlay is displayed anyway!!! The generated iframe code looks like this: <iframe style='position:absolute;top:0;left:0;width:100%;height:100%;' width="760" height="428" src="https://www.youtube-nocookie.com/embed/abc123?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> PS. i use this module code https://github.com/ryancramerdesign/TextformatterVideoEmbed/pull/12 It should be src="https://www.youtube-nocookie.com/embed/abc123?feature=oembed&rel=0" in order to work. It seems that TextformatterVideoEmbedOptions module can't add the options to your custom TextformatterVideoEmbed module. Install the original TextformatterVideoEmbed module and you'll see that the "rel" will be added properly. 1 Link to comment Share on other sites More sharing options...
blynx Posted May 30, 2018 Author Share Posted May 30, 2018 Hi all, thanks @PWaddict to look into this! Actually I'd like to fix this or enhance the module, but I can't find the time right now for that and will be away for a few weeks. .......... anyone who maybe wants to contribute on GitHub to include this case? 😎😍 (https://github.com/blynx/TextformatterVideoEmbedOptions) Link to comment Share on other sites More sharing options...
PWaddict Posted October 19, 2018 Share Posted October 19, 2018 @blynx Unfortunately the showinfo parameter doesn't work anymore since it's deprecated. You should remove it from the module. Link to comment Share on other sites More sharing options...
PWaddict Posted November 13, 2018 Share Posted November 13, 2018 @blynx Can you please add multi-language support on the "yt_hl" field (YouTube: Interface Language)? Link to comment Share on other sites More sharing options...
ceberlin Posted March 22, 2019 Share Posted March 22, 2019 I wonder whether this module could be extended to serve as a EU-GDPR click solution. The original module does not have this, and I am not sure Ryan will change that for us poor Europeans. Link to comment Share on other sites More sharing options...
John W. Posted April 2, 2019 Share Posted April 2, 2019 Would it be possible to add a the title tag to the iframe in order to improve accessibility? for instance <iframe title="A welcome from our CEO" ... thanks! 1 Link to comment Share on other sites More sharing options...
ceberlin Posted November 1, 2019 Share Posted November 1, 2019 Now there is a new VIMEO privacy "do-not-track"-option, which should be always on in in the EU: ...?dnt=1 With this, VIMEO does not set a Cookie any more. Source (German):https://www.datenschutz-guru.de/wie-kann-ich-ein-vimeo-video-datenschutzfreundlicher-einbetten/ 1 Link to comment Share on other sites More sharing options...
ceberlin Posted November 1, 2019 Share Posted November 1, 2019 Maybe it could be great to add freestyle variable fields-list to add to the backend interface, in case you do not want to offer any new option hardcoded in the module? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now