Wonderful plugin
-
The latest build is very useful for wordpress users. I helped a friend out serving mp3’s. The problem was, when we clicked the link, the browser started playing the mp3. We wanted the browser to just download the mp3, not play it.
So instead of looking for something else I ended up modifying the script. I would love to see some kind of option for this for future releases. Maybe adding some kind of tag before creating the link.
# main.php line 227 un-edited
a href=”$url” target=”$target”{$class}{$force_dl}>$text</a# main.php line 227 modified
a href=”$url” download target=”$target”{$class}{$force_dl}>$text</aThe download attribute doesn’t work in all browsers, but it does let us serve mp3’s to most of our audience without any extra steps for our users.
- The topic ‘Wonderful plugin’ is closed to new replies.