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 中)开发音乐网站,他们希望主页上显示的“精选 Youtube 视频”在页面加载时自动播放。我正在寻找一种不需要客户端在粘贴 Youtube 的嵌入代码时编辑代码的解决方案。有没有办法可以将它硬编码到我的模板文件中?
大多数解决方案都是关于编辑代码以启用自动播放。有任何想法吗?
您可以使用 jQuery 操作 html,您可以定位元素并插入自动播放所需的 html,这样每次页面加载时都可以插入它。
W3Schools和这个JQuery链接应该可以帮助您。