Skip to content

Instantly share code, notes, and snippets.

@kirkegaard
Created May 23, 2011 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirkegaard/987584 to your computer and use it in GitHub Desktop.
Save kirkegaard/987584 to your computer and use it in GitHub Desktop.
enable vimeo js api in wordpress oembed
<?php
wp_oembed_add_provider('#http://(www\.)?vimeo\.com/.*#i', 'http://www.vimeo.com/api/oembed.{format}?api=1', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment