Jump to: navigation, search

Download: Difference between revisions

No edit summary
No edit summary
Line 13: Line 13:
If you want the download functionality embedded on your own webpage, insert this code into your HTML:
If you want the download functionality embedded on your own webpage, insert this code into your HTML:


<code><nowiki><iframe src="http://xvinylx.com/download/iframe" frameborder="no" height="100" width="500"></iframe></nowiki></code>
<code><nowiki><iframe src="http://xvinylx.com/download/iframe" frameborder="no" height="180"></iframe></nowiki></code>


With <iframe> inserted, download will be available on your website and '''[http://xvinylx.com/download xvinylx.com/download]''' will remain as an alternative download location.
With <iframe> inserted, download will be available on your website and '''[http://xvinylx.com/download xvinylx.com/download]''' will remain as an alternative download location.


Please make sure your website provider does not block usage of the <iframe> tag.
Please make sure your website provider does not block usage of the <iframe> tag.

Revision as of 17:28, 2 April 2019

XVinylX download page is located at:

http://xvinylx.com/download

If you have a download card for the record you bought, please enter the code there and you will be able to download the digital content.

Ordering download cards

Digital download is a service we offer to give end customers a way to download digital content (mp3, artwork, etc. of the vinyl record they just bought). Download is hosted on our servers and works using a single-pass or multi-pass code. If you want download cards with your release, let us know during your order.

Embedding download on your webpage

If you want the download functionality embedded on your own webpage, insert this code into your HTML:

<iframe src="http://xvinylx.com/download/iframe" frameborder="no" height="180"></iframe>

With <iframe> inserted, download will be available on your website and xvinylx.com/download will remain as an alternative download location.

Please make sure your website provider does not block usage of the <iframe> tag.