若何嵌入在你的WordPress博客SoundCloud使用oEmbed
一个用户向我们询问在WordPress网站中嵌入SoundCloud的简单体例。WordPress一个很好的功能就是oEmbed,在代码行中贴入URL就可自动嵌入。
今朝WordPress oEmbed library 撑持多种风行的处事如Youtube、 Twitter、 Vimeo等。然而,WordPress今朝还不撑持SoundCloud。但也无需担忧,WordPress 启用wp_oembed_add_provider()功能,用户可轻松地在网站中添加oEmbed供给商。
本文将展示若何在WordPress中添加oEmbed以撑持SoundCloud。我们只要在主题functions.php文件或site-specific插件中贴入以下代码。
function add_oembed_soundcloud(){
文章来历:wordpress.la
wp_oembed_add_provider('http://www.zhuojie.net/?*', 'http://www.zhuojie.net/?');
// Add SoundCloud oEmbed
add_action('init','add_oembed_soundcloud');
斗劲风行的插件SoundCloud撑持多种功能。因为WordPress.com 官网不撑持SoundCloud,WordPress.com用户可写入简短的代码。经由过程WordPress撑持的JetPack插件,启动shortcode嵌入选项。完成设置之后,您就可以使用以下简短代码:
但愿对寻找在WordPress中嵌入SoundCloud的用户。
有所辅佐。
[soundcloud url=“http://www.zhuojie.net/?/tracks/207988” iframe="true"/]
}
本页关键词:
上一篇:操作APMServ在当地安装织梦dedecms系统图文教程 下一篇:WordPress作者链接若何添加nofollow