Jump to: navigation, search

Download: Difference between revisions

(Created page with "'''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 a digital conten...")
 
mNo edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''XVinylX''' download page is located at:
'''XVINYLX''' download page is located at:


'''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 to order download cards, let us know during your ordering process.
If you have a download card for the record you bought, please enter the code '''[http://xvinylx.com/download there]''' and you will be able to download the digital content.


If you have a valid download card, please enter the code and you will be able to download the digital content.
== Ordering download cards ==


Download page also serves as an example of embedding the download functionality within your own webpage. Please make sure your website provider allows <iframe> tag and insert a single line of code into your webpage HTML:
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.


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


If you do not have your own webpage or your webpage was shut down, xvinylx.com/download will remain as an alternative download location.
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="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.
 
Please make sure your website provider does not block usage of the <iframe> tag.

Latest revision as of 11:37, 7 January 2020

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.