Warung Online
Headlines News :
mas template
Home » » Method to Hide Feedjit Widget

Method to Hide Feedjit Widget

Written By Trik Cari Duit on Kamis, 08 Desember 2011 | 02.17

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:
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:
Code:
<script type="text/javascript" src="http://feedjit.com/serve/?bc=FFFFFF&amp;tc=494949&amp;brd1=336699&amp;lnk=494949&amp;hc=336699&amp;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:
Code:
<div style="height:0;width:0;overflow:hidden;">
<script type="text/javascript" src="http://feedjit.com/serve/?bc=FFFFFF&amp;tc=494949&amp;brd1=336699&amp;lnk=494949&amp;hc=336699&amp;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:
Code:
http://live.feedjit.com/live/your-url-here
Share this article :

0 komentar:

Speak up your mind

Tell us what you're thinking... !

Bisnis Hot
Bisnis Hot
 


Copyright © . Tips N Trik - All Rights Reserved
Proudly powered by Blogger