Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 wordpress 插件,或者您知道如何在加载主页时显示一个 fancyBox 或 lightbox,或弹出窗口或任何带有 youtube 视频的内容?
要在没有任何插件的情况下手动管理,请将以下代码放入您的博客文章中
<iframe width="420" height="315" src="//www.youtube.com/embed/THECODEOFTHEVIDEO" frameborder="0" allowfullscreen></iframe>
要在 Youtube 上找到正确的链接,请单击share然后embed复制将显示的 html 代码
share
embed