Skip to content

[FIX][REM] PluginVimeo: Remove Vimeo froogaloop dependency (library) and its use in the plugin Vimeo because it's no longer supported by Vimeo and no longer necessary to play standard Vimeo videos in a wiki page

To embed a Vimeo video in a wiki page we use the plugin Vimeo. This one had a parameter "useFroogaloop" in advanced options. When this parameter is enabled, the plugin doesn't work and the video player is not embedded in the page cause froogaloop is no longer supported by Vimeo. But if we don't enable the use of froogaloop, the plugin works and videos are played correctly. So to fix that, I remove the vimeo froogaloop dependency (library) and its use(the parameter froogaloop and the related lines of code) in the plugin Vimeo cause it's no longer supported by Vimeo and no longer necessary to play standards Vimeo videos in a wiki page. I also removed the file lib/jquery_tiki/tiki-vimeo.js cause it was included when the parameter froogaloop is enable and it has no longer importance in tiki cause we removed froogaloop library.

Task on avant.tech : https://avan.tech/item72770

Edited by luci

Merge request reports