buy button coding to send customer to buy page with affiliate link

1 replies
Hi all, how do you code the buy now button with your affiliate link and take the customer to the actual buy site i.e. clickbank, etc. I looked on youtube for a tutorial and couldn't find one on coding the button that's on the sales page.
#affiliate #button #buy #coding #customer #link #page #send
  • Profile picture of the author PureFusion
    Hey Green, here's how it's done if you are promoting a product with clickbank.

    First go to the marketplace and find the product you want to promote. Click the Promote button.



    This screen will pop up. Simply hit Create to make your affiliate link.



    Now you will get this page, these are your affiliate links. They are automatically integrated with your affiliate ID so if anyone clicks on them, they will be taken to the sales page and you will get the commission for a sale.



    The one in blue is HTML coded. This is what you would send your email list for example. The recipient would only see the <...>'Click Here'</a> between the tags. You could change that text to whatever you want.

    Now if you wanted to code your own payment button or advertisement image you will want to copy what you see in the black text.

    Now go find your payment button or advertisement code. This particular offer has an affiliate page with a number of different advertisements. Here's one I found.



    You will want to replace what's in bold: with the black text affiliate link.

    So this:

    <a href="Whatever is here"><img src="http://gsniper.com/banners/3.gif"/></a>

    Becomes this:

    <a href="http://8e5e4h1km56cohv9v9pito3ubo.hop.clickbank.net/"><img src="http://gsniper.com/banners/3.gif"/></a>

    Now that image is coded with your affiliate link. Test it out make sure it works and you're done.

    Hope that helps!
    {{ DiscussionBoard.errors[10328463].message }}

Trending Topics