Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
fix amp-dailymotion sample (#1981)
Browse files Browse the repository at this point in the history
The example was using an ID of a deleted video
  • Loading branch information
jakub-g authored and sebastianbenz committed Mar 26, 2019
1 parent 7e094ec commit eb9e5d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/20_Components/amp-dailymotion.html
@@ -1,4 +1,4 @@
<!--
<!--
## Introduction
The [amp-dailymotion](https://www.ampproject.org/docs/reference/components/amp-dailymotion) component allows to embed daily motion videos into your AMP HTML files.
Expand Down Expand Up @@ -26,7 +26,7 @@
You can find the Dailymotion video id in the video page URL. Change the play button hover color with `data-ui-highlight`.
-->
<amp-dailymotion
data-videoid="x1r0aw6"
data-videoid="x3rdtfy"
layout="responsive"
data-ui-highlight="FF4081"
width="480" height="270"></amp-dailymotion>
Expand All @@ -36,7 +36,7 @@
Hide the logo and titles via `amp-ui-logo` and `data-info`.
-->
<amp-dailymotion
data-videoid="x1r0aw6"
data-videoid="x3rdtfy"
layout="responsive"
data-ui-logo="false"
data-info="false"
Expand Down
2 changes: 1 addition & 1 deletion src/30_Advanced/Integrating_Videos_in_AMP_an_Overview.html
Expand Up @@ -64,7 +64,7 @@
Use `amp-dailymotion` for dailymotion videos.
Find more examples [here](/components/amp-dailymotion/).
-->
<amp-dailymotion data-videoid="x1r0aw6"
<amp-dailymotion data-videoid="x3rdtfy"
layout="responsive"
data-ui-highlight="FF4081"
width="480"
Expand Down
8 changes: 4 additions & 4 deletions src/30_Advanced/Video_Carousels_with_amp-carousel.html
Expand Up @@ -64,7 +64,7 @@
<amp-brightcove data-account="906043040001" data-video-id="1401169490001" data-player-id="180a5658-8be8-4f33-8eba-d562ab41b40c"
layout="responsive" width="400" height="300">
</amp-brightcove>
<amp-dailymotion data-videoid="x1r0aw6" layout="responsive" data-ui-highlight="FF4081" width="480" height="270"></amp-dailymotion>
<amp-dailymotion data-videoid="x3rdtfy" layout="responsive" data-ui-highlight="FF4081" width="480" height="270"></amp-dailymotion>
<div>
<div class="amp-video-container">
<amp-facebook class="amp-video" width="552" height="574" layout="responsive" data-embed-as="video"
Expand All @@ -87,9 +87,9 @@
<amp-vine width="400" height="300" layout="responsive" data-vineid="MdKjXez002d"></amp-vine>
<amp-youtube height="270" layout="fixed-height" data-videoid="SOx1XfOjJPI"></amp-youtube>
<amp-iframe title="Video of Sintel, an independently produced short film"
width="400"
height="300"
layout="responsive"
width="400"
height="300"
layout="responsive"
sandbox="allow-scripts allow-same-origin allow-popups"
allowfullscreen frameborder="0"
src="https://player.ooyala.com/iframe.html?ec=Vxc2k0MDE6Y_C7J5podo3UDxlFxGaZrQ&pbid=6440813504804d76ba35c8c787a4b33c&platform=html5">
Expand Down

0 comments on commit eb9e5d3

Please sign in to comment.