Whiteknight / mediawiki-embedvideo

Flash video embedding extension for MediaWiki
http://whiteknight.github.com
Other
23 stars 54 forks source link

Support for Vimeo #15

Closed amig closed 13 years ago

amig commented 13 years ago

Although Vimeo is supposed to be supported, it is not.

The following should be added to the $wgEmbedVideoServiceList array (either in the EmbedVideo.Services.php or LocalSettings.php files):

'vimeo' => array('extern' => '<iframe src="http://player.vimeo.com/video/$2" width="$3" frameborder="0"></iframe>')

:)

Whiteknight commented 13 years ago

The current code doesn't work? I'll have to do some tests on it. Can you give me an example video to test with? Thanks

amig commented 13 years ago

You can test with any vimeo video (e.g., 7411858).

Whiteknight commented 13 years ago

I just tested it, and Vimeo support works just fine. I'm on MediaWiki 1.16.0, and viewing in FireFox 3.6.12.

What browser are you running where you see these problems?

amig commented 13 years ago

I just downloaded the file again and now it includes the vimeo code. In the file I downloaded on Sunday (Whiteknight-mediawiki-embedvideo-v1.0-0-g2be8876.tar.gz) this was missing. Both files are version 1.0!

BTW, some other stuff, as well, was changed in the current file compared to the one I downloaded on Sunday.

Whiteknight commented 13 years ago

Hmm... that's weird. I'll have to look at those download files and make sure they are valid. I haven't updated that file since I created it, so I feel like it should be the same every time. Thanks for the notice. I'm closing this ticket.