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
Comment #1
blackdog commentedMake 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.Comment #2
liakoni commentedThanks, it's working now !
Comment #3
amirtaiar commentedWorks for me as well!
Thank you...