Saturday, 24 August 2013

Embed Creative Commons attribution on Youtube

Embed Creative Commons attribution on Youtube

I have a video on youtube, which contents music from Free Music Archive.
The track I use allows commercial use and remixing/adapting, but needs to
have an attribution. According to official creative commons info page
(http://creativecommons.org/licenses/by/3.0/) I have to embed this div
<div xmlns:cc="http://creativecommons.org/ns#"
xmlns:dct="http://purl.org/dc/terms/"
about="http://freemusicarchive.org/music/Chris_Zabriskie/Reappear">
<span property="dct:title">Reappear</span> (<a rel="cc:attributionURL"
property="cc:attributionName" href="http://chriszabriskie.com">Chris
Zabriskie</a>) / <a rel="license"
href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
</div>
The problem is that Youtube doesn't allow HTML in video description. How
can I handle it?

No comments:

Post a Comment