Skip to main content

Hide whos amung us widget from visitors

Last time i've wrote about Removing the link of whos amung us widget and this time i'm going to show you how to hide it form others

who's amung us


if you haven't already installed it in you'r blog/website
go to whos.amung.us [go] now to the Showcase , you can see the option at the top-right corner
once you have reached there click on the original (or any other since its going to be visible) now copy the code
go to www.blogger.com [go] then navigate to Design after that click on add widget and add a new html widget
and paste widget code along with the code given below

< Code >


<style>#who-invi
{
;filter:alpha

(opacity=00);
opacity:0.0;
}
</style><div id="who-invi">

<script>var _wau = _wau || []; _wau.push(["tab", "TraCkinGKey", "ruy", "left-middle"]);
(function() { var s=document.createElement("script");
s.async=true; s.src="http://widgets.amung.us/tab.js";
document.getElementsByTagName("head")[0].appendChild(s);})();</script>


</div>



where the highlighted code is you're whos amung us widget code
and save the html widget

if you already have the widget installed, click on the widget in you're site , which will direct you to the stats page with a URL like this http://whos.amung.us/stats/9zeucnpyhm7j/ and copy the tracking key in this case its 9zeucnpyhm7j
now copy the code given above and replace TraCkinGKey with you'r tracking key
once you have done it, the widget stays hidden but you can still track you'r visitors

Comments