|
|
|
|
|
|
![]() |
#11 | |
WHO IS FONZY!?! Don't they teach you anything at school?
Join Date: Feb 2004
Posts: 42
|
Re: Re: Re: How to fight ad blockers?
Quote:
![]() Ex. - It detects the target of the link to be a questionnable site. (an adult billing company? an adult site?) Solution : Obfuscate the destination or use a server-side redirect script. - It detects the text content of the link to contain a combination of flagged keywords (viagra, membership, adult, etc.) Solution : Change the wording or obfuscate the text-ad Other solutions : - You can change the way links are written in your html page using javascript. Note : This will make certain link trading script unable to determine if you have a recip on your site because automated system cannot interpret scripting. I don't think Google follows those either. Ex. <script> document.write("<a" + " href=" + "'http://" + "www.mysite.com'>" + "My description" + "</" + "a>"); </script> - There are ways to write HTML tags differently that won't be parsed properly by the ad blockers. If you use this strategy, you'll have to ensure compatibility with other browsers however. As I've said earlier, point out a blocked text ad and the software that blocks it and I'll find a way around it. Entreri. |
|
![]() |
![]() |
|
|