CommentFileSizeAuthor
asset-vimeo-player-update.patch1.09 KBtauno
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

IRuslan’s picture

Status: Needs review » Closed (fixed)

Hi Tauno,

Your patch is good, but it's not working because:
1) Condition

if (preg_match('/vimeo\.com\/([0-9]+)/', $url, $matches)) {

not executed (we have path //player.vimeo.com/video/99913972 in iframe, but not //player.vimeo.com/99913972)
2) I found bug in emvideo_ina module, if this module enabled, emvideo_vimeo_embed_code not executed.
I added new patch for this.

Thank you for your help. Committed to dev.