Method to Hide Feedjit Widget
Feedjit is a real-time based traffic tracker.
It tracks visitors’ geographical location, where did they come from (for other words, which site they bump into to visit your site), and which link did he leave (for other words, which link he clicked on your site to leave).
Of course, Google’s Analytics is cool but I prefer Feedjit for small sites like blogspot.
The problem with implementing Feedjit on your site is… you get to see this shitty ugly widget on your site:

Of course, when your visitor sees that they will feel uncomfortable – they feels that their privacy has been intruded and will feel unsafe to buy any products on your site. You know… dumb web surfers who suspect your site can track their confidential info (CC no., etc) and such.
Anyway, the method is to create a DIV tag to hide that shit.
Here’s the code:
<div style="height:0;width:0;overflow:hidden;"> <!-- your feedjit code here--> </div>
So when you get your freshly-made feedjit widget code, it will be like this:
<script type="text/javascript" src="http://feedjit.com/serve/?bc=FFFFFF&tc=494949&brd1=336699&lnk=494949&hc=336699&ww=160"></script><noscript><a href="http://feedjit.com/">Feedjit Live Blog Stats</a></noscript>
Delete the red-colored code… you don’t want Google to think you’re cloaking links!
So the final end result code will be:
<div style="height:0;width:0;overflow:hidden;">
<script type="text/javascript" src="http://feedjit.com/serve/?bc=FFFFFF&tc=494949&brd1=336699&lnk=494949&hc=336699&ww=160"></script><noscript>
</div>
Now you may ask:
“If I do that, how the hell do I see who’s visiting my site and who’s not?”
Just visit your Feedjit Live url:
http://live.feedjit.com/live/your-url-here
Published by AdSense tricks
Related posts:
- Hotfile and Adfly Method to Make Money This is easy method for those who want to make...
- Script to Get Unlimited Traffic for FREE Ok here goes…. What if you could load as many...
- Facebook Method to Select ALL Friends Facebook Method to Select ALL Friends Here is the new...
- Awesome Method For Free PPC Traffic Here’s a little something to get free banner impressions on...
- New Viral Facebook Script I’ve been using this script for awhile and have made...
Related posts brought to you by Yet Another Related Posts Plugin.