Forums

Audio Player
use in widgets without any extra plugin (1 post)

  1. pacotole
    Member
    Posted 4 months ago #

    You can make work the shortcode [audio] in a widget adding a line of code in audio-player.php

    You only need to add this line into function AudioPlayer()
    add_filter("widget_text", array(&$this, "processContent"));

    for example, I added it in line 161 before the "}"

    http://wordpress.org/extend/plugins/audio-player/

Reply

You must log in to post.

About this Plugin

About this Topic