Hi
For vimeo:
Quote:
Originally Posted by Alan_SP
Try this options (use to create new descriptions):
Provider: Vimeo - New (you can use whatever, but unique)
Tagoption: vimeon (you can use whatever, but unique)
URL: http://www.vimeo.com
Regex URL: https:\/\/(?:www\.)?vimeo\.com\/([0-9]+) (just add s to http)
Embed:
HTML Code:
<object class="restrain" type="application/x-shockwave-flash" width="640" height="360" data="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}">
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<param name="wmode" value="transparent" />
<!--[if IE 6]>
<embed width="640" height="360" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<![endif]--></object>
Priority: 0
This is what I have for old vimeo in Embed.
Anyway, this new settings works fine for me. Only thing that's different from old version is that you in Regex add s to http. And new names, as they need to be unique.
|
Change in Embed code this:
HTML Code:
<param name="wmode" value="transparent" />
for this:
HTML Code:
<param name="wmode" value="{vb:raw wmode}" />
Change in Regex URL:
Code:
https:\/\/(?:www\.)?vimeo\.com\/([0-9]+)
For this:
Code:
https?:\/\/(?:www\.)?vimeo\.com\/([0-9]+)
And works in vb4.1.12.
BR