Home > Backend Development > PHP Tutorial > wordpress文章插入音乐如何实现自动播放

wordpress文章插入音乐如何实现自动播放

WBOY
Release: 2016-06-06 20:48:51
Original
2053 people have browsed it

wordpress文章插入音乐如何实现自动播放 本人在文章中插入虾米音乐,但是需要人为点动才会开始播放!

回复内容:

wordpress文章插入音乐如何实现自动播放 本人在文章中插入虾米音乐,但是需要人为点动才会开始播放!

虾米音乐在制作播放器widget的时候已经提供了“是否自动播放”的选项。

是利用wordpress 3.6最新的audio shortcode吗? 是的话,可以在文章中插入这个

[audio mp3="http://www.a.com/a.mp3" autoplay="y"]

这个shortcode利用的是html5 audio.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template