Player configuration
First of all, you need to go to ZoomSounds > Player configurations and set comments enable to on for the player configuration you are using
turoail on how to enable comments in wordpress audio player
FAQ: Comments not working
…even though in the player configuration I have enabled the option comments enable to on.
Aditionally to this option, you need a media file on which to hook the comments. Your shortcode now probably looks like this:
[zoomsounds_player source=”http://localhost/wordpress/wp-content/uploads/2012/06/rockshow.mp3″ sourceogg=”http://localhost/wordpress/wp-content/uploads/2013/11/adg3.ogg” config=”skinwavewithcomments” playerid=”” waveformbg=”http://localhost/wordpress/wp-content/plugins/dzs-zoomsounds/waves/scrubbg_rockshowmp3.png” waveformprog=”http://localhost/wordpress/wp-content/plugins/dzs-zoomsounds/waves/scrubprog_rockshowmp3.png” thumb=”” openinzoombox=”on”]open in zoombox[/zoomsounds_player]
You need to link to an existing Media item
[zoomsounds_player source=”http://localhost/wordpress/wp-content/uploads/2012/06/rockshow.mp3″ sourceogg=”http://localhost/wordpress/wp-content/uploads/2013/11/adg3.ogg” config=”skinwavewithcomments” playerid=”46” waveformbg=”http://localhost/wordpress/wp-content/plugins/dzs-zoomsounds/waves/scrubbg_rockshowmp3.png” waveformprog=”http://localhost/wordpress/wp-content/plugins/dzs-zoomsounds/waves/scrubprog_rockshowmp3.png” thumb=”” openinzoombox=”on”]open in zoombox[/zoomsounds_player]
You get access to the Media Library by clicking Media in your WP Dashboard like so
in the bottom you can see the id ( 46 )
Also you can link gallery items to media library items ( for comments and likes recording )
Force disable comments from css
Go to zoomsounds > Settings > appearance and in extra css enter
html body .audioplayer.skin-wave .comments-holder:not(.a):not(.a):not(.a){ display:none; pointer-events:none; }
keywords: song chat, enable comments, player user
Leave A Comment?