Libsyn tips and tricks
=How to create URLs to files in your Libsyn account=
In these examples:
* Replace <username> with your Libsyn username. * Replace <filename> with the name of the file you uploaded.
To create a URL to a media file (e.g., mp3) you uploaded to your root directory, use:
http://media.libsyn.com/media/<username>/<filename>
To create a URL to an image file you uploaded to your images directory, use:
http://www.libsyn.com/images/<username>/<filename>;
To create a URL to a file you uploaded to your _static folder, use:
http://www.libsyn.com/static/<username>/filename;
Trace: » how_to_write_urls