[youtube] tagged videos were showing up as empty boxes on my web page. The attached patch fixes that and adds the gesture attribute Youtube is putting in their embed code.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | xbbcode-2930533-4.patch | 660 bytes | cburschka |
| xbbcode_basic_fix_youtube_link.patch | 597 bytes | mdesimone |
Comments
Comment #2
cburschkaComment #3
cburschkaPatch should be relative to the module directory
Comment #4
cburschkaComment #6
cburschkaThanks very much for your work!
Comment #7
mdesimone commentedWhoops! I just uploaded the output of my `git diff`. This is my first time posting a patch to a Drupal module.
Comment #8
cburschkaYeah, `git diff` is always relative to the repository (which I guess is the site in your case). When you create a patch, the best way to do it is to clone the module itself (`git clone https://git.drupal.org/project/*`) and make the changes in there. :)