Bug #31661
closedVimeo Mediawizardprovider stopped working
100%
Description
Vimeo changed its behaviour and no videos are shown anymore.
The change is pretty strange as moving the clip_id to the 1st place is all what is needed
How to test:
- Use any vimeo URL, e.g.: http://vimeo.com/31078875
- Either use e.g. EXT:news or build some code like this and place it somewhere in the FE (e.g. into an extension)
$finalUrl = '';
$url = 'http://vimeo.com/31078875';
$mediaWizard = tslib_mediaWizardManager::getValidMediaWizardProvider($url);
if ($mediaWizard !== NULL) {
$finalUrl = $mediaWizard->rewriteUrl($url);
}
$content = '<div id="abc123"></div>
<script type="text/javascript">
var params = { allowScriptAccess: "always" };
var atts = { id: "abc123" };
swfobject.embedSWF("' . htmlspecialchars($finalUrl) . '",
"' . $uniqueDivId . '", "600", "400", "8", null, null, params, atts);
</script>';
echo $content;
Updated by Mr. Hudson about 13 years ago
- Status changed from New to Under Review
Patch set 1 of change I62e9c425895e08dfe091179dac34495fc681ffe1 has been pushed to the review server.
It is available at http://review.typo3.org/6591
Updated by Mr. Jenkins almost 13 years ago
Patch set 2 of change I62e9c425895e08dfe091179dac34495fc681ffe1 has been pushed to the review server.
It is available at http://review.typo3.org/6591
Updated by Mr. Jenkins almost 13 years ago
Patch set 1 of change Iaac1138d981401abfd5cd6a931579ef1915d7aa4 has been pushed to the review server.
It is available at http://review.typo3.org/6840
Updated by Mr. Jenkins almost 13 years ago
Patch set 1 of change I6f4e1758175a2bda1eb7bfd9083fb769e1c6eeca has been pushed to the review server.
It is available at http://review.typo3.org/6841
Updated by Mr. Jenkins almost 13 years ago
Patch set 2 of change I6f4e1758175a2bda1eb7bfd9083fb769e1c6eeca has been pushed to the review server.
It is available at http://review.typo3.org/6841
Updated by Mr. Jenkins almost 13 years ago
Patch set 2 of change Iaac1138d981401abfd5cd6a931579ef1915d7aa4 has been pushed to the review server.
It is available at http://review.typo3.org/6840
Updated by Georg Ringer almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 305fa5e6564259b9fac506fb2313ec576199c637.