Created
March 30, 2018 18:36
-
-
Save MrPetovan/6f3a36b0334b8d082481971431222c6f to your computer and use it in GitHub Desktop.
Friendica Asynchronous Youtube Embed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="oembed video"> | |
<a class="embed_video" | |
href="https://www.youtube.com/watch?v=vZgDCngoa6w" | |
// Base64 encoded embed HTML from Youtube | |
onclick="this.innerHTML=window.atob('PGlmcmFtZSB3aWR0aD0iNDI1IiBoZWlnaHQ9IjIzOSIgc3JjPSJodHRwczovL3d3dy55b3V0dWJlLmNvbS9lbWJlZC92WmdEQ25nb2E2dz9mZWF0dXJlPW9lbWJlZCIgZnJhbWVib3JkZXI9IjAiIGFsbG93PSJhdXRvcGxheTsgZW5jcnlwdGVkLW1lZGlhIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+'); this.classList.add('active'); return false;"> | |
<img width="160" height="120" src="https://i.ytimg.com/vi/vZgDCngoa6w/hqdefault.jpg"> | |
<div style="width: 160px; height: 120px;"></div> | |
</a> | |
<h4>YouTube: <a href="https://www.youtube.com/watch?v=vZgDCngoa6w" rel="oembed">Présentation DojoCoin - EN</a> (NintendojoFR)</h4> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment