As vine is quickly becoming the defacto way to share short videos in mobile devices, it would see wise to have Video Filter support for this growing format.

Sample embed code:
<iframe class="vine-embed" src="https://vine.co/v/btYOwrdZJiF/embed/simple" width="600" height="600" frameborder="0"></iframe><script async src="//platform.vine.co/static/scripts/embed.js" charset="utf-8"></script>

Vine also seems to support oembed, if that is another way we'd like to handle filtering.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

luismagr’s picture

Hello,

How can i insert this sample code? Do you include it in a text field of an specific content (in Full HTML)?

Thanks

MO-2’s picture

This would be fantastic!

fcedillo’s picture

you can try this module https://drupal.org/project/vine

kmonty’s picture

@fcedillo, nice, but your module doesn't achieve the primary thing we're looking for: ability to embed vine videos inline within textareas, such as the Body field.

luismagr’s picture

I'll test this module in a few days.

fcedillo’s picture

ok, i will do some research about shortcodes

fcedillo’s picture

Issue summary: View changes

Fixing a proofreading oversight.

walangitan’s picture

Here's a patch that includes a Vine HTML5 codec for Vines using the simple embed.

walangitan’s picture

Status: Active » Needs review
walangitan’s picture

FileSize
990 bytes

An example token

[video:https://vine.co/v/ihbVF3wEKEP]
markdorison’s picture

Status: Needs review » Reviewed & tested by the community

#9 tests out great for me.

minnur’s picture

This has been added to D8 version of the module.

  • minnur committed 8441261 on 7.x-3.x
    Add Vine support. [#1969644]
    
minnur’s picture

Just added this to 7.x-3.x

DamienMcKenna’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

minnur’s picture

Status: Fixed » Closed (fixed)