Quote:
Originally Posted by DemoVFW
Had the same problem. You need to set "Extract destination data" to YES in vb cpanel-> AME-> Settings. I'm able to embed daily motion now.
|
Daily Motion
Regular expression by default:
PHP Code:
http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/[\w\-]+
Extract destination data by default:
PHP Code:
http://[w\.]*dailymotion\[/url].[com|alicet\.]+/swf/([\w]*)
In any way [com|alicet\.]must be [com|alice\.it]
Also the only way I was able to make
Daily Motion working is to set:
- Regular expression to:
PHP Code:
http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/([\w\-]+)
- And set off "Extract destination data".
- And remove "Embedding Regexp"