oEmbed Showcase

Comprehensive oEmbed test page for supported providers

Copy this post

oEmbed Showcase

Use this page to verify oEmbed rendering across providers on localhost:8000.

YouTube (Lite) #

Vimeo #

TikTok #

Spotify #

CodePen (fallback card) #

Gist (syntax highlighting) #

bling.js javascript
/* bling.js */
window.$ = document.querySelector.bind(document);
window.$$ = document.querySelectorAll.bind(document);
Node.prototype.on = window.on = function(name, fn) { this.addEventListener(name, fn); };
NodeList.prototype.__proto__ = Array.prototype;
NodeList.prototype.on = function(name, fn) { this.forEach((elem) => elem.on(name, fn)); };

Giphy #

Reddit #