YAFLogo
[VIMEO]http://vimeo.com/97812533[/VIMEO]
You need to use the whole url to the vimeo video[VIMEO]http://vimeo.com/97812533[/VIMEO]
You need to use the whole url to the vimeo video
Vimeo redirects to https now...this link shown about will work but no NEW link works How can we get this to work?
Vimeo redirects to https now...this link shown about will work but no NEW link works How can we get this to work? Have you tried editing the BBCode? Administration » YafBBCode Extensions » Edit YafBBCode Extensions Select Vimeo and in Replace RegEx: change http to https and see if that does the trick.
I can get the regex search to return the named capture groups (vimeoId) but the replace is not happening.Can someone post a WORKING copy of the RegEx Search and the RegEx Replace strings that are known to work?Thanks,R
\[vimeo\](?<inner>http://(?<prefix>[A-Za-z][A-Za-z][A-Za-z]?\.)?vimeo.com/(?<vimeoId>[0-9]{8}))[^[]*\[/vimeo\]|\[vimeo\](?<inner>https://(?<prefix>[A-Za-z][A-Za-z][A-Za-z]?\.)?vimeo.com/(?<vimeoId>[0-9]{8}))[^[]*\[/vimeo\]
I can get the regex search to return the named capture groups (vimeoId) but the replace is not happening.Can someone post a WORKING copy of the RegEx Search and the RegEx Replace strings that are known to work?Thanks,RThe updated Search Regex would be...\[vimeo\](?<inner>http://(?<prefix>[A-Za-z][A-Za-z][A-Za-z]?\.)?vimeo.com/(?<vimeoId>[0-9]{8}))[^[]*\[/vimeo\]|\[vimeo\](?<inner>https://(?<prefix>[A-Za-z][A-Za-z][A-Za-z]?\.)?vimeo.com/(?<vimeoId>[0-9]{8}))[^[]*\[/vimeo\][/code][/quote] Ingo... This is still not working on my installation so I can only assume that I have something else wrong: Here is what is in the RegEx Replace section: [code=markup]<div><iframe src="//player.vimeo.com/video/{vimeoId}?title=1&byline=1&portrait=1" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div> What is supposed to be in optional identifiers?R
\[vimeo\](?<inner>http://(?<prefix>[A-Za-z][A-Za-z][A-Za-z]?\.)?vimeo.com/(?<vimeoId>[0-9]{8}))[^[]*\[/vimeo\]|\[vimeo\](?<inner>https://(?<prefix>[A-Za-z][A-Za-z][A-Za-z]?\.)?vimeo.com/(?<vimeoId>[0-9]{8}))[^[]*\[/vimeo\][/code][/quote] Ingo... This is still not working on my installation so I can only assume that I have something else wrong: Here is what is in the RegEx Replace section: [code=markup]<div><iframe src="//player.vimeo.com/video/{vimeoId}?title=1&byline=1&portrait=1" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>
The YAF.NET Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies. More Details Close