I've tried to use video filter in Drupal 7, but no luck.
For example:
[video:http://www.youtube.com/watch?v=cGkOj0W_Zbw]
an the result is
">http://www.youtube.com/watch?v=cGkOj0W_Zbw] .
I tried with dailymotion video, but i had the same result.

Comments

blackdog’s picture

Status: Active » Closed (works as designed)

Make sure Video Filter gets processed before other filters. Drag it to the top of the list, even if it's allready the first, just to make sure the weight gets set. If you're using Filtered HTML, add <object> to the list of allowed tags.

liakoni’s picture

Thanks, it's working now !

amirtaiar’s picture

Works for me as well!
Thank you...