6 replies
Hi guys,

I'm wondering if anyone can be a help to my problem.
I want to cloak a link so my visitor will not see the actual url :
example :

www.play.com to www.home/ebook

so my visitor will see www.home/ebook in their browser.

Many thanks for your help.
#cloak #link
  • Profile picture of the author Speedyapoc
    Code:
    <a href="http://plus.google.com/">http://www.facebook.com/<a>
    {{ DiscussionBoard.errors[5016237].message }}
  • Profile picture of the author Jason Z
    There are some software solutions that do this. I use wordpress and use redirection plugins to achieve that exact thing you are trying to do.
    Signature
    Co-Founder of the Local Profit Model Training Program for Offline Consultants

    Jason Zimmerman is an offline marketing and consulting professional. He has been developing web sites and digital marketing plans for local businesses since 2000.
    {{ DiscussionBoard.errors[5016953].message }}
    • Profile picture of the author albert_1783
      Thank you guys for your time and answer.
      Really appreciate it
      {{ DiscussionBoard.errors[5017151].message }}
  • Profile picture of the author Michael71
    Own URL shortening system with custom URL's ... working on that (maybe a howto).

    Not only for WordPress, for every site.
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[5017760].message }}
  • Profile picture of the author Boudewijn
    Here's how I do it.
    I first create a folder like "recommend" or something to your liking
    In that folder I put php stuff like this:
    <?php
    header('Location: http://www.YourAffiliateLink.com/');
    ?>
    Let's assume this code is in a file called MyProductLink.php (No doubt you can come up with a better, more suitable, name).

    On the page I use a link to this file, which redirects to the real stuff.

    Just my $0.02, HTH
    {{ DiscussionBoard.errors[5018018].message }}
    • Profile picture of the author albert_1783
      Thank you guys for the answers
      {{ DiscussionBoard.errors[5018079].message }}

Trending Topics