TextformatterVideoEmbed icon indicating copy to clipboard operation
TextformatterVideoEmbed copied to clipboard

ProcessWire Textformatter module that enables translation of YouTube or Vimeo URLs to full embed codes, resulting in a viewable video in textarea fields you apply it to.

Results 17 TextformatterVideoEmbed issues
Sort by recently updated
recently updated
newest added

Hi Ryan and the team :), this may be a german-only thing, but recently we had some discussions with clients' lawyers regarding the direct embed of videos and the GDPR....

By default the module caches the embed code for each video, but it would be good if it only cached successful embeds. My client had an issue where they attempted...

### Short description of the issue I'm using the code from TextformatterVideoEmbed module, method embedYoutube. Noticed that there is a [code for optional query string](https://github.com/ryancramerdesign/TextformatterVideoEmbed/blob/master/TextformatterVideoEmbed.module#L460) which should put a query...

The video embed is not working on the following types of Vimeo URLs, where "123456789" is the ID of the video: https://vimeo.com/channels/staffpicks/123456789 https://vimeo.com/ondemand/somevideoname/123456789 (should show the trailer for the on...

When I put a link on a non-existing or private Youtube video, it generates this error message: ``` Ouch… Fatal Error: Uncaught ArgumentCountError: Too few arguments to function WireHttp::_errorHandler(), 4...

CKEditor sometimes creates tags like ``; this commit updates the regex to match tags with inline styles added.

This is one step for being ePrivacy compliant

How to modify this for use in URL fields. These URL's are not wrapped in < p> tags.

If the field that is passed contains no spaces, ie is a URL field or similar, do not check for tag when replacing video url's.

This change stops YouTube trying to show related videos at the end (which most of the time aren't relevant!) Nwadays YouTube also autoplays the next video too which isn't generally...