Как да "маскирам" affiliate links ?

canev66

New Member
Здравейте!

Интересува ме как да "маскирам" affiliate links,при условие ,че нямам необходимите "програмистки" знания.Знам,че това става със
JavaScripts, PHP файлове или htaccess файлове,но съм лаик в тази област.Има ли по достъпен начин?

Благодаря на отзовалите се!:D
 
От: Как да "маскирам" affiliate links ?

Дай да видим линка и кажи как точно искаш да изглежда в крайния резултат. Това "маскирам" може да значи много неща :)
 
От: Как да "маскирам" affiliate links ?

Изглежда иска да скрие линкове от вида [url]http://site.com/ref.php?id=13[/URL]
може да стане с друг php скрипт примерно с име out.php и в него да имаш код от вида:
Код:
<?php

header("Location: http://site.com/ref.php?id=13");

?>
следователно всички твои линкове които искаш да ходят към affiliate линка ги правиш
[url]http://yoursite.com/out.php[/URL]
 
От: Как да "маскирам" affiliate links ?

:DЕто това имах в предвид:

Click Here To Discover The Best Products

Как да го "маскирам" този линк?
 
Последно редактирано:
От: Как да "маскирам" affiliate links ?

Благодаря,а за колко време може да се научи HTML?
 
От: Как да "маскирам" affiliate links ?

Голямо маскиране... няма що.
 
От: Как да "маскирам" affiliate links ?

Link redirection using a php script

If you have your own website you can hide your links by setting up a page redirect.
All you have to do is to just insert this one line of code into a php file:-
&lt;?php header("location: http:// www .YourUglyAffiliateLink"); ?&gt;
You can name your php file to anything you want, for example, great-bargains.php, so your actual link would be YourWebsite/great-bargains.php which will redirect to the site you are promoting.​

=================================================================​

Here’s a quick and easy way to hide affiliate links on any web page. This method will not only work on your own sites, but will also work on Squidoo, Weebly etc where they would normally strip any code that you may use to hide your links using other methods. (NOTE Doesn’t work on Hubpages)
Just paste the following code into your page, you just need to change your affiliate link:-
<img style="border: 0px;" src="http://yourID.merchantID.hop.clickbank.net/" alt="" width="1" height="1" />
Now as you can see the above code is what you would use to insert an image into your webpage, but instead of a link to an image you have your affiliate URL, so whenever someone loads your page it drops the affiliate cookie on their computer, the code is completely invisible to the visitor.
 
Последно редактирано:

Горе