Wordpress剥离youtube在帖子中嵌入标签

时间:2013-12-03 16:34:32

标签: php html wordpress youtube

我正在尝试将此视频插入我的Wordpress帖子中:

<iframe src="http://www.youtube.com/embed/5CvLs2KCAEc" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>

我知道Wordpress不允许出于安全原因嵌入视频,所以你使用短代码:[embed width =“123”height =“456”] ... [/ embed](用url替换句点) )但由于某种原因,这也没有用。

如果有帮助的话,我正在使用Reventon主题。

1 个答案:

答案 0 :(得分:0)

来自某些网站的WordPress supports automatic embedding,包括YouTube。只需将YouTube视频的网址添加到您的帖子内容中,WordPress就会自动为您创建嵌入。