Can I do this in Clickbank???

8 replies
Hey folks

Just got an email from someone who wants to promote one of my Clickbank products this morning.

He was asking if he could promote my product but without the exit pop up as the method of promotion (i.e. PPC) doesn't allow it.

Now my question is, is there a way of setting up a cloned page but without the exit pop up within the same Clickbank account?

Thanks

James
#clickbank
  • Profile picture of the author KarlWarren
    Yes, you can have custom pitch pages...

    or - you could write a couple of lines of PHP code that check if the the url has:
    hop=theirID at the end, and not deliver the exit popup.

    Kindest regards,
    Karl.
    Signature
    eCoverNinja - Sales Page Graphics & Layout Specialist
    {{ DiscussionBoard.errors[2680897].message }}
  • {{ DiscussionBoard.errors[2680999].message }}
  • Profile picture of the author Dean Jackson
    James I think there was a Wordpress Duplicate plugin in the WSO forum not too long ago.

    That would basically do what you're asking. Although the second posters idea sounds better because wouldn't you have to then list it twice?

    - Dean
    Signature
    NEW: CRAZIEST Copywriting offer ever offered on WF
    My top student WILL make your sales go BANANAS!
    {{ DiscussionBoard.errors[2681012].message }}
  • Profile picture of the author xxxJamesxxx
    It's not hosted by Wordpress so I wouldn't be helpful, but thanks.

    What Karl said sounded the best way of doing this, using PHP code that is.

    I just don't know the code to use that's all

    Can anyone help?

    James
    {{ DiscussionBoard.errors[2681037].message }}
  • Profile picture of the author KarlWarren
    It would work like this... I'm not a programmer so the code may need to be refined - and certain JS characters may need to be escaped. Perhaps someone could correct my code.

    Code:
    <?php
    
    $hop = $_GET["hop"];
    
    if ($hop=="theirCBid")
      echo "";
    else
      echo "javascript here";
    }
    ?>
    Signature
    eCoverNinja - Sales Page Graphics & Layout Specialist
    {{ DiscussionBoard.errors[2681085].message }}
  • Profile picture of the author xxxJamesxxx
    Thanks for the code Karl, I'll try it out when I get time

    Btw where about on the page do I put it?

    I'm using Dave Guindon's Exit splash just in case you need to know that

    Thanks for all your help

    James
    {{ DiscussionBoard.errors[2681183].message }}
  • Profile picture of the author KarlWarren
    I've not tested it myself - but, the process it's describing should work.

    You'd place that where ExitSplash is currently sitting (I think it's in the header of your site) and place your exitsplash code where I've put JAVASCRIPT HERE.

    I do have to warn though, there will be certain characters such as " which PHP will assume are the end of a statement/variable - these characters must be escaped with \ - have a quick search on Google for which characters need to be escaped.

    Kindest regards,
    Karl.
    Signature
    eCoverNinja - Sales Page Graphics & Layout Specialist
    {{ DiscussionBoard.errors[2681203].message }}
  • Profile picture of the author Vusal
    Yes there are some methods, I have seen some vendors doing it.
    Most easy way probably would be adding the same product as different one.
    Signature

    +

    {{ DiscussionBoard.errors[2681504].message }}

Trending Topics