Site + clickbank = HOPLINK ? no banner?

5 replies
I need some help. I got a site that allows ads html. I searched the internet for two days and got to clickbank and found vendors that are looking for affiliates (new terminology for me) now I got a "hoplink" like a url in html for linking to VENDORS. I copied and pasted the hoplink to my site, but the ad only says "click-here!" well that does not help me at all!! L but still if anyone can help, it would be greatly appreciated.
#banner #clickbank #hoplink #site
  • Profile picture of the author raibi
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[7981543].message }}
    • Profile picture of the author victorcota
      Originally Posted by raibi View Post

      Associate the hop link with what you want to put (to remplace the click here)

      PS : sorry for my bad english
      Your english is fine, we both can communicate with the universal language of technology.
      {{ DiscussionBoard.errors[7981617].message }}
      • Profile picture of the author victorcota
        I understand what you mean (raibi) I can modify the txt in the hotlink from clickbank and it will change the blue txt (link) on the ad, but what I wanted to do was insert a banner that was click-able in the space. Just when I was typing this I thought of something:
        Code:
        <a href="http://thejailbreakshop.com/affiliate/idevaffiliate.php?id=149_0_1_4" target="_blank"><img border="0" src="http://thejailbreakshop.com/affiliate/banners/iPhone_jaibreak_300_by_250.jpg" width="300" height="250" alt=""></a>
        I saw this banner when signing up for an affiliate ad and notice that in the code there are references to a banner and it seems like those are dimension for it. the part that comes after id= must be MY specific affiliate code to tell the site it's coming from my site (wherever that might be) BUT how would I make a banner and add it to the clickbank hotlink/.???? I am in for a journey.
        {{ DiscussionBoard.errors[7981632].message }}
        • Profile picture of the author mariof
          Word to the wise... Never use the banners they give u on the affiliate page to promote the the product. You'll be advertising their website for free. Try to get a banner created with just the message. For instance... "Jail break you iphone in 5 minutes - click here" try buysellads.com to find more places to advertise
          {{ DiscussionBoard.errors[7981698].message }}
        • Profile picture of the author MTVida
          Originally Posted by victorcota View Post

          I understand what you mean (raibi) I can modify the txt in the hotlink from clickbank and it will change the blue txt (link) on the ad, but what I wanted to do was insert a banner that was click-able in the space. Just when I was typing this I thought of something:
          Code:
          <a href="http://thejailbreakshop.com/affiliate/idevaffiliate.php?id=149_0_1_4" target="_blank"><img border="0" src="http://thejailbreakshop.com/affiliate/banners/iPhone_jaibreak_300_by_250.jpg" width="300" height="250" alt=""></a>
          I saw this banner when signing up for an affiliate ad and notice that in the code there are references to a banner and it seems like those are dimension for it. the part that comes after id= must be MY specific affiliate code to tell the site it's coming from my site (wherever that might be) BUT how would I make a banner and add it to the clickbank hotlink/.???? I am in for a journey.
          OK, the first part of the code is fine. It's the second part you'll need to change. Specifically, the part in bold:

          <a href="http://thejailbreakshop.com/affiliate/idevaffiliate.php?id=149_0_1_4" target="_blank"><img border="0" src="http://thejailbreakshop.com/affiliat...300_by_250.jpg" width="300" height="250" alt=""></a>

          This is the URL to your banner image. If you want it to show your own custom banner, you'll need to upload that banner to your website, and then use that URL in your code.

          So, lets say your banner is a JPEG file, called "my_banner", and you upload it into a directory called "images" in your website. The Code would look like this:

          <a href="http://thejailbreakshop.com/affiliate/idevaffiliate.php?id=149_0_1_4" target="_blank"><img border="0" src="http://mywebsite.com/images/my_banner.jpg" width="300" height="250" alt=""></a>

          If you're using Wordpress, simply upload the banner to your media library. Then, when you select the banner image from the library, it will give you the URL of the image. Go ahead and use that in your code in the same spot.
          {{ DiscussionBoard.errors[7982094].message }}
          • Profile picture of the author Nuutero
            Code:
            <a href="Your affiliate link"><img src="You banner link"></a>
            That is the most basic idea if I understood you.
            Signature
            The simple things and subtleties they always stay the same
            I don't mind, that I don't mind, no, I don't mind the rain
            Like a widow's heart
            We fall apart
            But never fade away
            {{ DiscussionBoard.errors[7983544].message }}

Trending Topics