Publisher Web Widget

Examples:

Requirements

To prevent abuse, we require you to have a Publisher Account with Wall of Coins in order to use our web widget. Getting an account is simple, and the only information we require from you is a way to contact you and the bitcoin address to send your commission payouts!

To open a Publisher Account, call 866-841-COIN (2646) or write an email to support at wallofcoins dot com with the subject, "New Publisher Account". The international phone number is: +1 (217) 672-6467.

Basic Buy Wizard Module

You can use our Buying Wizard directly on your website using our web widget. At the bottom of this page is a basic example using the Wall of Coins reference server.

To activate the frame, you must pass the parameter frame=1 to the frame source. Widget code, full example:

<iframe frameborder="0"
    id="iframeCanvas"
    name="iframeCanvas"
    width="640"
    webkitallowfullscreen mozallowfullscreen oallowfullscreen
    msallowfullscrean allowfullscreen
    style="height: 512px;"
    src="http://woc.reference.genitrust.com/orders?frame=1">
</iframe>

Notice that the frame is using the reference server: http://woc.reference.genitrust.com

ONLY use this server when you are testing the web widget with your test website. For your live website, you will always use the official server: https://wallofcoins.com

At the moment, we require your live server to have an SSL certificate and use HTTPS. Testing sites should not use HTTPS when testing on the reference server.