How can I hide an Affiliate links in ebook ( pdf format )

by 8 replies
10
Hello All,

I am now writing ebook in PDF format and there are affiliate links in my ebook so i want help on how can i hide my affiliate links in this ebook ?
#programming #affiliate #commissions #ebook #format #hide #links #pdf
  • What I do is this: Add a new page to one of my sites and have that page redirect traffic to the affiliate link. Easily done.

    If you don't have a site, you can use one of the redirect services such at bit.ly.
    • [2] replies
    • To gsport11,

      thanks for your info, would you please tell me how can i redirect my html page to affiliate page
    • Thanks for this info.
      It is so much better then tinyurl since it directs right to your page.
  • Agree with gsport11..

    To implement it..

    Create a new HTML redirect page..
    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
    <HTML>
    <HEAD>
    <TITLE>Please wait while we redirect you ...</TITLE>
    <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=%URL%"></HEAD>
    <BODY>
    Please wait while we redirect you ... 
    <BR><BR>
    Click <A HREF="%URL%">here</A> 
    if your browser does not automatically redict you in a second ...
    </BODY>
    </HTML>
    Or using PHP ...
    PHP Code:
    <?php
    header
    ("Location: %URL%");
    ?>
    Replace %URL% with your affiliate link..
    • [1] reply
    • this is a simple work just type tinyurl in to your browser, and follow the procedure by putting your affiliate link
  • The easiest way is to use a URL shortening script.
  • I find using the plugin "pretty link" pretty useful, saves a lot of trouble. It has tracking as well.
  • Oh, i forgot to mention the link to the plugin, its free for Wordpress

    just google it pretty link it's pretty much at the top!

    but there's a pro version. free works fine for me!

Next Topics on Trending Feed