Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created May 25, 2014 22:26
Show Gist options
  • Save wpspeak/92c7e72ae3c97e312dd4 to your computer and use it in GitHub Desktop.
Save wpspeak/92c7e72ae3c97e312dd4 to your computer and use it in GitHub Desktop.
Add oEmbed support for CodePen
<?php
//* Add oEmbed support for CodePen
wp_oembed_add_provider('http://codepen.io/*/pen/*', 'http://codepen.io/api/oembed');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment