Hi there!
Thank you very much for your interest in Audiobar!
Yes, that’s actually a very good idea and it’s something I’m thinking about, but haven’t found a really good way of solving yet. The hard part of adding new features is keeping things simple. Don’t you just hate software that does everything, but you can’t find it?
For the time being here’s how you can hide the links:
- Open your first post, where your audio links are.
- click the HTML tab on the top left of your editor. You will see the raw HTML of your post
- Find your MP3 links
- put HTML comments around it, like so:
<!--
<a href="something.mp3>something</a>
<a href="something-else.mp3>something else</a>
-->
So you put this <!– before the links, and this –> after.
Please note that people who know how to use the “View Source” browser feature will still be able to download your stuff.
Let me know how it goes!
Carlo