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

      1. Create a page, add the Widget Connector Macro and insert a embed link to a Vimeo video.
      2. 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.jarThis 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>
      

            [CONFSERVER-56135] Vimeo videos don't play using the Widget Connector macro

            Quan Pham added a comment -

            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.

            Quan Pham added a comment - 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 .

            If you're running the Confluence 6.6 Enterprise release, a fix for this issue is now available in Confluence 6.6.9, which you can find in the Download Archives.

            Efim (Inactive) added a comment - If you're running the Confluence 6.6 Enterprise release, a fix for this issue is now available in Confluence 6.6.9, which you can find in the Download Archives .

            For customers of 6.6, we're shipping Widget Connector version 3.1.2 with 6.6.9. You may download version 3.1.2 ahead of time: widgetconnector-3.1.2.jar, and install the plugin.

            dan.rausch377671828, and customers of 6.7 - 6.10, you may download widgetconnector-3.1.2.jar, and install it into your running instance to get the fix as well

            Alex Yakovlev (Inactive) added a comment - For customers of 6.6, we're shipping Widget Connector version 3.1.2 with 6.6.9. You may download version 3.1.2 ahead of time:  widgetconnector-3.1.2.jar , and install the plugin. dan.rausch377671828 , and customers of 6.7 - 6.10, you may download  widgetconnector-3.1.2.jar , and install it into your running instance to get the fix as well

            dan.rausch377671828, 6.6 is the "Enterprise Release" so it continues to get critical fixes according to our Enterprise Release policy: https://confluence.atlassian.com/support/atlassian-bug-fixing-policy-201294573.html#AtlassianBugFixingPolicy-Enterprisereleases

            Unfortunately, 6.7 - 6.10 do not have any more scheduled releases.

            Alex Yakovlev (Inactive) added a comment - dan.rausch377671828 , 6.6 is the "Enterprise Release" so it continues to get critical fixes according to our Enterprise Release policy: https://confluence.atlassian.com/support/atlassian-bug-fixing-policy-201294573.html#AtlassianBugFixingPolicy-Enterprisereleases Unfortunately, 6.7 - 6.10 do not have any more scheduled releases.

            Dan Rausch added a comment -

            We are on a 6.7.x release.  Is this only being ported to 6.6 or all major releases up to 6.11?

            Dan Rausch added a comment - We are on a 6.7.x release.  Is this only being ported to 6.6 or all major releases up to 6.11?

            Excellent news...Thank You!

            Rob Leonard added a comment - Excellent news...Thank You!

            Thank you for the 6.6 Enterprise fix!

            Tanya Botta added a comment - Thank you for the 6.6 Enterprise fix!

            We are now backporting a fix to the 6.6 Enterprise Release.

            Alex Yakovlev (Inactive) added a comment - We are now backporting a fix to the 6.6 Enterprise Release.

            Minh Tran added a comment -

            A fix for this issue is available to Server and Data Center customers in Confluence 6.11.1
            Upgrade now or check out the Release Notes to see what other issues are resolved.

            Minh Tran added a comment - A fix for this issue is available to Server and Data Center customers in Confluence 6.11.1 Upgrade now or check out the Release Notes to see what other issues are resolved.

            Our organization would also like to see this implemented in a 6.6.x release. We're running a Datacenter instance with ~30K users and upgrading to 6.11.x is not an option. Atlassian, please give an update on this ask, and at least some idea of a date it will be released.

            Rob Leonard added a comment - Our organization would also like to see this implemented in a 6.6.x release. We're running a Datacenter instance with ~30K users and upgrading to 6.11.x is not an option. Atlassian, please give an update on this ask, and at least some idea of a date it will be released.

              alyakovlev Alex Yakovlev (Inactive)
              wmasters Will Masters
              Affected customers:
              26 This affects my team
              Watchers:
              39 Start watching this issue

                Created:
                Updated:
                Resolved: