Is there a way for customers to preview digital music?
djzero23
In order to sell the music, we need to have 30sec to 60sec previews of the songs in the store. I viewed some big cartel sites that sell music but they dont have song previews on site. Thanks in advance.
-
Answer
Chancestaff
We dont currently offer a way to preview audio through Pulley, but this is something you could setup separately on your website using a 3rd-party mp3 widget perhaps. Some sort of solution for audio/video/product previews is on our radar though.
-
Ok thanks Chance. I think it is important to have them in the same place. It doesnt make sense to me to preview here then buy there, I think that wont work very well for customers.
-
Chancestaff
For instance, if youre using Pulley with Big Cartel, you could use Googles audio widget (code to follow) or any other audio widget and paste their embed code into the product description in Big Cartel. This will give your customers a chance to preview your tunes before they buy, all in the same place.
To use Googles audio widget:
- Upload your mp3 to your server
- Paste the embed code into your product description in Big Cartel:
<embed type="application/x-shockwave-flash" flashvars="audioUrl=yourPreview.mp3" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="400" height="27" quality="best"></embed>
- Replace yourPreview.mp3 with the url to your mp3
If you cant store files on your own server you could check out a music service like soundcloud.com or virb.com to host your music.
-
Oh I see. Thanks so much. I thought that you meant have the previews on a different part of the site. I can absolutely set up the files on the server and implement an embed code. Is the site html5?
-
Chancestaff
Sorry for the confusion. What I meant was that Pulley/Big Cartel doesnt currently offer out of the box solutions for audio previews. But, with a little work, theyre totally doable.
Big Cartel is not written in html5 but, if youd like to use an audio player built in html5, I dont see that being a problem (so long as your customers' browsers support it).
-
Thanks very much Chance for your detailed responses!