【发布时间】:2014-12-06 15:09:33
【问题描述】:
这就是我想做的:
<iframe width="560" height="315" src="//<?php $key="youtubevideo"; echo get_post_meta($post->ID, $key, true); ?>"frameborder="0" allowfullscreen></iframe>
会发生这样的事情:
<iframe frameborder="0" width="560" height="315" allowfullscreen="" src="//https://www.youtube.com/watch?v=IuRbVuQNppU">
我怎样才能正确地回显这个?
谢谢
【问题讨论】: