Jump to: navigation, search

Download: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
'''http://xvinylx.com/download'''
'''http://xvinylx.com/download'''


Digital download is a service we offer to give your customers a way to download a digital content, typically mp3's of the vinyl record they just bought. Download works using a single-pass or multi-pass code. If you want download cards with your release, let us know during your orders.
Digital download is a service we offer to give your 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 orders.


If you received have a valid download card for the record you have bought, please enter the code at '''[http://xvinylx.com/download xvinylx.com/download]''' and you will be able to download the digital content.
If you received have a valid download card for the record you have bought, please enter the code '''[http://xvinylx.com/download here]''' and you will be able to download the digital content.


== Embedding download functionality within your webpage ==
== Embedding download on your webpage ==


If you want the download functionality embedded in your own webpage, make sure your website provider allows <iframe> tag and 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="100" width="500"></iframe></nowiki></code>


With <iframe>, download system will 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.

Revision as of 18:22, 27 March 2019

XVinylX download page is located at:

http://xvinylx.com/download

Digital download is a service we offer to give your 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 orders.

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

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="100" width="500"></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.