开发者 |
themestones
sohan5005 |
---|---|
更新时间 | 2019年1月30日 01:28 |
捐献地址: | 去捐款 |
PHP版本: | 3.6.0 及以上 |
WordPress版本: | 5.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress Plugins screen directly.No, it doesn't need any configuration. Just install & activate and the plugin will start working.
The default WordPress shortcodes ([audio]
, [video]
& [playlist]
) are what you need to use. You don't even have to write them. Just use the add media button when editing a post.
After inserting a player or playlist, while still editing the post, click on the player or playlist in visual editing mode and you'll see the edit button. You can select color from there.
If you prefer text editing mode, in your [audio]
, [video]
& [playlist]
shortcode, just add attribute color
with a value of dark
or sunset
.
E.g.
[audio mp3="http://example.com/my/cool.mp3" color="sunset"]
.
Default color is dark
.