TextformatterVideoEmbed
TextformatterVideoEmbed copied to clipboard
Support for URL fields
How to modify this for use in URL fields. These URL's are not wrapped in < p> tags.
@derixithy - I know that this is a very late response, but you could modify the regex in this module to match the one in GetVideoThumbs: https://github.com/adrianbj/GetVideoThumbs/blob/master/ProcessGetVideoThumbs.module#L114
It works with or without surrounding <p> tags.
I submitted a pull request which fixes this: #13