While the Video Block supports videos, as described here, inserting a TED Talk video, is done using the embed code and inserting that into an iFrame Block.
For example, inserting the TED Talk "A Taste of Mexico's Ancient Chocolate-making Tradition as seen here at its original location:
https://www.ted.com/talks/german_santillan_a_taste_of_mexico_s_ancient_chocolate_making_tradition
will use the embed code found in the SHARE icon as seen here:
Once clicked you will see all the different sharing methods available:
Click the Embed icon as seen in the previous image and the Embed code will be displayed:
Clicking the Copy embed code" button will add it to your clipboard for easy copy/pasting. The full embed code for this video is:
<div style="max-width:854px"><div style="position:relative;height:0;padding-bottom:56.25%"><iframe src="https://embed.ted.com/talks/german_santillan_a_taste_of_mexico_s_ancient_chocolate_making_tradition" width="854" height="480" style="position:absolute;left:0;top:0;width:100%;height:100%" frameborder="0" scrolling="no" allowfullscreen></iframe></div></div>
But only the orange highlighted portion of the code is what gets added to the URL field f the iFrame Block:
<div style="max-width:854px"><div style="position:relative;height:0;padding-bottom:56.25%"><iframe src="https://embed.ted.com/talks/german_santillan_a_taste_of_mexico_s_ancient_chocolate_making_tradition" width="854" height="480" style="position:absolute;left:0;top:0;width:100%;height:100%" frameborder="0" scrolling="no" allowfullscreen></iframe></div></div>
The video will now appear in a SAM when distributed.
Comments
0 comments
Please sign in to leave a comment.