Announcement

Collapse
No announcement yet.

How do I include a given clickbank link please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I include a given clickbank link please

    Hi,
    Clickbank has provided me with a link to take customers to their payment page.viz:-<a href=”http://1.fxprofitpa.pay.clickbank.net” target=”cb”>CLICK HERE TO PURCHASE</a>

    How do I use this please my page is http://www.forextraderspa.com/forext...assistant.html

    Top most right hand side button is supposed to be linked... no reaction!

    I have linked it to my button in the normal way via the link icon, but it does not work.

    Please help.
    Thank you
    Hans

  • #2
    Re: How do I include a given clickbank link please

    further to the above problem I tried the following.
    I pulled a html icon onto my page combined the properties of this and the given code as follows and Hooray the button appeared as though i had brought inb a pic... however, it does not act as a button and is not clickable, so in reality I am no further, this is the code I produced.

    <a href=”http://1.fxprofitpa.pay.clickbank.net” target=”cb”> <img src="buttonFX.png"
    id="Image9" alt="" align="top" border="0" style="width:195px;height:96px;"></a>

    Please advise as to how i can get it to become a click onto the clickbank invoice page now.
    Thank you
    Hans

    Comment


    • #3
      Re: How do I include a given clickbank link please

      can u link me to the page Hans?

      The one you have there is linked


      oops thats the bottom one

      The top one you have double code

      http://www.forextraderspa.com/”http://1.fxprofitpa.pay.clickbank.net

      You need to remove the part in red
      Karen

      VodaHost

      Your Website People!
      1-302-283-3777 North America / International
      02036089024 / United Kingdom
      291916438 / Australia

      ------------------------

      Top 3 Best Sellers

      Web Hosting - Unlimited disk space & bandwidth.

      Reseller Hosting - Start your own web hosting business.

      Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


      Comment


      • #4
        Re: How do I include a given clickbank link please

        Originally posted by Karen Mac View Post
        can u link me to the page Hans?

        The one you have there is linked


        oops thats the bottom one

        The top one you have double code

        http://www.forextraderspa.com/”http://1.fxprofitpa.pay.clickbank.net

        You need to remove the part in red
        Karen
        Hi Karen,
        I do not begin to understand what page you want the URL for neither do I see the link from which I must remmove the red section. Here is the coding which I have copied from the the HTML icon square which I dragged into my page and than opened properties and copied this into the property section. The red bit is not in here, where do I find it please?
        Thank you
        Hans


        <a href=”http://1.fxprofitpa.pay.clickbank.net” target=”cb”> <img src="buttonFX.png"
        id="Image9" alt="" align="top" border="0" style="width:195px;height:96px;"></a>

        Comment


        • #5
          Re: How do I include a given clickbank link please

          Hans

          The mouse-over shows this link



          Is that right?

          Another question

          Are you a vendor or publisher?
          Doable Personal Finance

          Comment


          • #6
            Re: How do I include a given clickbank link please

            Originally posted by wysiwyg4 View Post
            Hans

            The mouse-over shows this link



            Is that right?

            Another question

            Are you a vendor or publisher?
            Hi Wysi,
            Thank you for helping.
            I am a vendor... selling software into the FX market place.
            You ask me if the link is right.... I don't know, I thought it to be wrong thus the problem with the button on my page.

            The Clickbank given coding is herewith as also the html for the button. I married the two as best as I knew how, but clearly not correctly.
            The result is that the button shows, but it does not go to any clickbank invoice page.

            Clickbank provides this coding....http://ITEM.VENDOR.pay.clickbank.net
            telling one to insert the product number and name, doing this thus changes the URL to the following


            The code for the above as provided by clickbank is
            <a href=”http://1.fxprofitpa.pay.clickbank.net” target=”cb”>CLICK HERE TO PURCHASE</a>

            The html for the button is
            <img src="buttonFX.png" id="Image9" alt="" align="top" border="0" style="width:195px;height:96px;">

            I joined the two by removing "CLICKHERE TO PURCHASE" and replacing it with the button code, thus ending up with the following code
            <a href=”http://1.fxprofitpa.pay.clickbank.net” target=”cb”> <img src="buttonFX.png" id="Image9" alt="" align="top" border="0" style="width:195px;height:96px;"></a>

            The combined coding i pasted and copied into the properties of the button
            in question.


            The net result of all this is the button on my site, but it does not act as a button it should now be taking me to the payment page of clickbank which it should do if all was well.

            The button was saved into my FTP via BV FTP facility and works perfectly well if I use this button as a normal link through to one of my other pages..I tried this, no problem.

            So as I see it the error is in my "trial coding" and not the button itself.

            I hope this helps you to help me solve my problem.
            Thank you
            Hans

            Comment


            • #7
              Re: How do I include a given clickbank link please

              Originally posted by wysiwyg4 View Post
              Hans

              The mouse-over shows this link



              Is that right?

              Another question

              Are you a vendor or publisher?
              Apologies Wys,
              the correct info for my link is product no...1
              vendor fxprofitpa... just as the link in your original reply contains
              thank you
              Hans

              Comment


              • #8
                Re: How do I include a given clickbank link please

                <a href=”http://1.fxprofitpa.pay.clickbank.net” target=”cb”> <img src="buttonFX.png" id="Image9" alt="" align="top" border="0" style="width:195px;height:96px;"></a>
                This is an incorrect code. Target command controls the window.. should be something like target="blank"

                That will make it OPEN in a new window.

                Clickbank provides this coding....http://ITEM.VENDOR.pay.clickbank.net
                telling one to insert the product number and name, doing this thus changes the URL to the following
                http://1.traderspa.pay.clicknbank.net
                Id have to login see your page and products and tell you how to FIX it as this is incomplete info. Your url should be somethinglike http://PRODUCT NAME OR CODE.YOURVENDER ID OR NUMBER.PAY.Clickbank.net

                Where product name is your BOOK or whatever you have assigned and VENDOR ID is your assigned code there



                Karen

                VodaHost

                Your Website People!
                1-302-283-3777 North America / International
                02036089024 / United Kingdom
                291916438 / Australia

                ------------------------

                Top 3 Best Sellers

                Web Hosting - Unlimited disk space & bandwidth.

                Reseller Hosting - Start your own web hosting business.

                Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                Comment


                • #9
                  Re: How do I include a given clickbank link please

                  Hi Hans,

                  It looks the same but try it anyway.

                  First off, clear your cache.

                  Copy and paste it exactly in your html box. Resize and position it.

                  <a href="http://1.fxprofitpa.pay.clickbank.net" target="cb">
                  <img src="http://www.forextraderspa.com/buttonFX.png" id="Image9" alt="fx Profit" align="top" border="0" style="width:195px;height:96px;">
                  </a>

                  I added http://www.forextraderspa.com/ with the button img to test it out.
                  Doable Personal Finance

                  Comment


                  • #10
                    Re: How do I include a given clickbank link please

                    Originally posted by wysiwyg4 View Post
                    Hi Hans,

                    It looks the same but try it anyway.

                    First off, clear your cache.

                    Copy and paste it exactly in your html box. Resize and position it.

                    <a href="http://1.fxprofitpa.pay.clickbank.net" target="cb">
                    <img src="http://www.forextraderspa.com/buttonFX.png" id="Image9" alt="fx Profit" align="top" border="0" style="width:195px;height:96px;">
                    </a>

                    I added http://www.forextraderspa.com/ with the button img to test it out.
                    Hello Wizz!!!(iwyg)

                    You have solved my frustration... thank you very much... you can see it in action on the url http://forextraderspa.com/forextraderspa.html Works like a dream.

                    Is it possible to tell me what portion of the coding I would change if I use another button design?

                    Thank you very much
                    Thank you for taking the time to help me. Great!
                    Hans

                    Comment


                    • #11
                      Re: How do I include a given clickbank link please

                      I still dont get to clickbank to BUY anything.. just another INFO page

                      Karen

                      VodaHost

                      Your Website People!
                      1-302-283-3777 North America / International
                      02036089024 / United Kingdom
                      291916438 / Australia

                      ------------------------

                      Top 3 Best Sellers

                      Web Hosting - Unlimited disk space & bandwidth.

                      Reseller Hosting - Start your own web hosting business.

                      Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                      Comment


                      • #12
                        Re: How do I include a given clickbank link please

                        I would just change the button png if that's what would be different.
                        Doable Personal Finance

                        Comment


                        • #13
                          Re: How do I include a given clickbank link please

                          Originally posted by Karen Mac View Post
                          I still dont get to clickbank to BUY anything.. just another INFO page

                          Karen
                          Hi Karen,
                          I am still in a "test Buying phase" with click bank.
                          When I click on the button it takes me to the clickbank "Test" invoice.
                          Now that I know it works I would like to change that ugly button I have in there. If you know of a web site where I can get some nice free button downloads please post it.

                          thanx again,
                          ever grateful
                          Hans

                          Comment


                          • #14
                            Re: How do I include a given clickbank link please

                            Hi Wizz,

                            Thanx for the reply... the URL I posted was the incorrect page... try this one


                            Want to change that ugly button now.

                            Grateful for your assistance
                            Hans

                            Comment


                            • #15
                              Re: How do I include a given clickbank link please

                              I dont even get to your TEST page. I dont know the url to any off hand for buttons.. but I have TONS Of them.. what kind do you want?

                              Karen

                              VodaHost

                              Your Website People!
                              1-302-283-3777 North America / International
                              02036089024 / United Kingdom
                              291916438 / Australia

                              ------------------------

                              Top 3 Best Sellers

                              Web Hosting - Unlimited disk space & bandwidth.

                              Reseller Hosting - Start your own web hosting business.

                              Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                              Comment

                              Working...
                              X