mozilla / learning-networks

INACTIVE - http://mzl.la/ghe-archive - This repo is for tracking initiatives of the Mozilla Learning Networks team.
12 stars 10 forks source link

Allow embedding of videos in the template #344

Closed flukeout closed 8 years ago

ldecoursy commented 8 years ago

@flukeout Do we still need this ticket?

flukeout commented 8 years ago

@ldecoursy Depends if you are still wanting to have embeddable videos, like youtube etc. Let me know if it's a priority for these guides!

ldecoursy commented 8 years ago

OK is this for the CMS templates like the community calls? Then yes :) Wasn't sure if you were still tracking that in this repo...

flukeout commented 8 years ago

Originally, this ticket was for the github hosted Clubs Guides in this repo, the ones with the purple side-navigation on the left side. Are you planning to continue using them or are you looking to transition your content to the CMS?

ldecoursy commented 8 years ago

My bad! @amirad Do you still need embedded videos in the Clubs Guides?

hannahkane commented 8 years ago

Just a note - I'd suggest we transition this content to the CMS when we can, so, unless there's a need for embedded video content now, I'd prefer to close this ticket. But it's up to @amirad!

amirad commented 8 years ago

It would definitely be nice to be able to place videos in the guides!

flukeout commented 8 years ago

Embedding videos via an iframe works just fine, you can copy and paste the markup from Youtube (for example) directly into the markdown.md file...

<iframe width="560" height="315" src="https://www.youtube.com/embed/otaEPVwwz-0" frameborder="0" allowfullscreen></iframe>

...and it will work. Closing.

amirad commented 8 years ago

Thanks @flukeout

cc: @Carotejada @KGorr

Carotejada commented 8 years ago

Great!