Results 1 to 22 of 22

Thread: How do I include a given clickbank link please
      
   

  1. #1
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default 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. #2
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default 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

  3. #3
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default 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

    http://www.forextraderspa.com/velenthanx.php
    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
    07031847328 / United Kingdom

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

    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)



  4. #4
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

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

    The one you have there is linked

    http://www.forextraderspa.com/velenthanx.php
    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>

  5. #5
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: How do I include a given clickbank link please

    Hans

    The mouse-over shows this link

    http://1.fxprofitpa.pay.clickbank.xn--net-9o0a/

    Is that right?

    Another question

    Are you a vendor or publisher?

  6. #6
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Quote Originally Posted by wysiwyg4 View Post
    Hans

    The mouse-over shows this link

    http://1.fxprofitpa.pay.clickbank.xn--net-9o0a/

    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
    http://1.traderspa.pay.clicknbank.net

    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

  7. #7
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Quote Originally Posted by wysiwyg4 View Post
    Hans

    The mouse-over shows this link

    http://1.fxprofitpa.pay.clickbank.xn--net-9o0a/

    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

  8. #8
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default 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
    07031847328 / United Kingdom

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

    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)



  9. #9
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow 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.

  10. #10
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Quote 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

  11. #11
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default 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
    07031847328 / United Kingdom

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

    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)



  12. #12
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Default Re: How do I include a given clickbank link please

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

  13. #13
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Quote 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

  14. #14
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default 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
    http://www.forextraderspa.com/forext...assistant.html

    Want to change that ugly button now.

    Grateful for your assistance
    Hans

  15. #15
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default 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
    07031847328 / United Kingdom

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

    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)



  16. #16
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Hello Karen,
    I wonder why you do not get to my pages.
    I have now republished and refreshed all again and for me it all works right up to the thank you page after the clickbank invoice.
    After that I must receive the email from buyer and link the acc no to the licence.

    Please try again and let me know, any fictitious stuff into the clickbank test invoice is Ok apart from the email which has to be an authentic email.
    http://www.forextraderspa.com/forext...assistant.html

    The buttons in the landing page, the ones inside the charts do not work as yet.

    I would like something more profaeeional... dont know what, it is the sort of thing that one sees and feels... "OK thats right"

    I'll have to keep scouting and see, I think sending me one is not going to do the trick. Thank you for the offer.

    Another question please... I would like to put the manual for the software product into a nice E-book cover and box... what program do you recommend... I realise that i'll have to buy it and practice a bit before I'll be proficient at this sort of thing. The only design program I know is Coral Draw to some extent.

    Thank you for the further interest.
    Hans

  17. #17
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Hi again Karen,
    The link below is my Clickbank link which I am told by clickbank to use in my page.
    <a href=”http://1.fxprofitpa.pay.clickbank.net” target=”cb”>CLICK HERE TO PURCHASE</a>

    I have now created a nicer button using the Logo facility on BV... for which the html is

    <img src="bv02378.png" align="top" alt="" border="0" width="201" height="96" style="position:absolute;width:201px;height:96px;" >

    Could you please combine these so as to form a link to replace the one in the landing page?

    Thank you
    Hans

  18. #18
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: How do I include a given clickbank link please

    The old buttonFX.png is located under public_html.

    Where is the new button bv02378.png located?

    Do you have it on the server yet?

  19. #19
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Hello wizz,
    I uploaded it via the ftpbv facility. I created a new folder in FTP under forextraderspa.com and loaded the new button in there. On completion of this action it said at the foot of the page" successfully uploade. I proceeded to use the coding you corrected for me and substituted this coding you did as follows:-

    Current operative button
    <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>
    coding changed as follows, but does not work
    <a href="http://1.fxprofitpa.pay.clickbank.net" target="cb">
    <img src=http://www.forextraderspa.com/FXPA LOGO.bvp id="Image9" alt="fx Profit" align="top" border="0" style="width:195px;height:96px;">
    </a>

    It gives me an empty html box in preview, but when I click on it, it does take me to the clickbank invoice page.
    I have bold typed the bit I changed.

    Thank you again,
    Hans

  20. #20
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Further to the above, I have redesigned the button and called it the same name ie buttonFX as the redundand button. It uploads fine onto the page and clicks through to the clickbank invoice. All is well. However, I can not get the button in the correct place when viewing in preview. I have to posion the HTML box way off the place where the button should appear. When doing so it puts the button in the right place but the clickable area which takes me to the clickbank invoice stretches way beyond the button about 10 cm below and to the side as well. I have tried to play with the sizes in the coding... makes no dif.. I have also altered the word "top" to left and centre... makes no dif either... please help.
    Thank you
    Hans

  21. #21
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: How do I include a given clickbank link please

    First thing first,

    You said you created a folder under forextraderspa.com.

    What is the name of the folder?

    You are not using the new folder. It should be
    forextraderspa.com/newfolder/your-png-image

    Besides, your new image extension is bvp. What is that?

  22. #22
    start living is offline Special Status
    Join Date
    Apr 2008
    Location
    South Africa
    Posts
    349

    Default Re: How do I include a given clickbank link please

    Quote Originally Posted by wysiwyg4 View Post
    First thing first,

    You said you created a folder under forextraderspa.com.

    What is the name of the folder?

    You are not using the new folder. It should be
    forextraderspa.com/newfolder/your-png-image

    Besides, your new image extension is bvp. What is that?
    Hi wizz,

    The bvp ext came about because I tried to FTP a logo design which I did in BV and wanted to use this as a button... no go so I s****ped that idea.
    I have also deleated the folder... the only FTP now is the new logo which shows but in the wrong place.

    Here is where I am at... better still, please read the post previous to this where I have explained fully what I have done.
    Wizz, it is now 20 mins past midnight for me... I need to catch a bit of shut eye. I'll catch your reply tomorrow when you are asleep I'll wake up.
    Thank you for your much appreciated help.
    Hans

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49