-
Bug
-
Resolution: Fixed
-
High
-
6.10.0
-
8
-
Severity 2 - Major
-
98
-
Summary
Vimeo videos that are added with the Widget Connector macro do not play on any version of Confluence or in any platform or browser.
Steps to Reproduce
- Create a page, add the Widget Connector Macro and insert a embed link to a Vimeo video.
- Save and update or publish the page
Expected Results
The video should be embedded and display a thumbnail and the controls for the video.
Actual Results
The screen remains blank.
Notes
Looking at the browser console it's clear that the embed method used in the connector no longer works as the (https://vimeo.com/moogaloop.swf) file returns a 404.
Workaround
For Confluence 6.6+, install Widget Connector 3.1.2: widgetconnector-3.1.2.jar. This will not work in Confluence 6.5 and lower.
For Confluence 6.5 and lower:
There is no workaround in the macro itself, however a user macro can be created instead as an alternative using the below code which will use the iframe embed method instead.
## Vimeo video macro ## @param URL:title=Video URL|type=string|required=true|desc=Enter the full Vimeo URL (e.g. https://player.vimeo.com/video/223136582 ) ## @param Width:title=Width|type=int|required=true|default=640|desc=Player width in pixels (e.g. 640) ## @param Height:title=Height|type=int|required=true|default=360|desc=Player height in pixels (e.g. 360) <iframe src="$paramURL" width="$paramWidth" height="$paramHeight" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
- duplicates
-
CONFSERVER-52663 Vimeo videos embedded with Widget Connector don't play on Mac
-
- Closed
-
- incorporates
-
CONFSERVER-40471 Can't set Youtube video to fullscreen using Widget Connector Macro
- Closed
- is related to
-
CONFCLOUD-68438 Unable to view pages/documents/videos in full-screen mode using the Widget Connector
-
- Closed
-
- relates to
-
PSR-134 You do not have permission to view this issue
A fix for this issue is available to Server and Data Center customers in Confluence 6.10.3
Upgrade now or check out the Release Notes to see what other issues are resolved.
If you're running the Confluence 6.6 Enterprise release, a fix for this issue is now available in Confluence 6.6.14, which you can find in the Download Archives.
If you're running the Confluence 6.13 Enterprise release, a fix for this issue is now available in Confluence 6.13.5, which you can find in the Download Archives.