一些Firefox推介“技巧”
第一种:看了一系列关于Firefox的推介文章后,申请Google adwords帐号然后可以在Google上打广告。 申请Google adsense帐号然后可以用google广告赚钱了。如果你刚好拥有一个Adsense帐号,又决定为你的网站加入Firefox推介广告,那么,你一定很想知道一些……技巧。嗯,就是推介Firefox的技巧。说白了,也就是如何吸引更多IE用户通过你的Firefox推介广告去下载Firefox安装,然后……Google将付给你每份新下载0.1美元的广告费。
而你adwords的广告价可以设为0.01没有,只要保证大于10%的下载率就可以了赚钱了。(Google允许你适当鼓励用户下载你的推介产品哦)
第二种:为已加入Firefox的推介广告的页面增加一种判断,如果用户用的是IE浏览器,那么页面将会显示Firefox推介广告;如果已经使用Firefox即不会显示相关广告(因为已安装Firefox的用户就算再次下载了Firefox,也不会产生任何广告收入,视为无效)。代码类似下面的:
<div id="divGoogleFirefox">
<div style="padding:5px 30px 10px 30px;">
<script type="text/javascript">
<!--
google_ad_client = "pub-5336312420272318";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
//2007-01-16: 300 250fanwen
google_ad_channel = "5848418317";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "333333";
google_color_text = "000000";
google_color_url = "FFFFFF";
//--></script>
<script type="text/javascript"
src="[url]http://pagead2.googlesyndication.com/pagead/show_ads.js[/url]">
</script><script type="text/javascript">if(!document.all){document.getElementById("divGoogleFirefox").style.display="none"}</script>
</div>
</div>[/img]..