Last active
August 29, 2015 14:21
-
-
Save kurozumi/628a0912414b0d41ad4c to your computer and use it in GitHub Desktop.
【ワードプレス】はてなブログの「ブログカード」をワードプレスのoEmbed APIに対応させる方法
This file contains 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
wp_oembed_add_provider('#http://.*\.hatenablog\.com/.*#i', 'http://hatenablog.com/oembed', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment