Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Free Live traffic feed for blogger, wordpress,website

Any body want to Live traffic feed for blogger, wordpress or website just paste the the following code and adjust width and number of users
ww=190 means 190px width
wne=10 means it shows 10 users

1.For Blogger Blogspot:
Go to -->>Layout -->>select widget of "Configure HTML/JavaScript" then paste the following code 

width 190px and 10 users:
<script type="text/javascript" src="http://feedjit.com/serve/?vv=1515&amp;
tft=3&amp;
dd=0&amp;
wid=&amp;
pid=0&amp;
proid=0&amp;
bc=FFFFFF&amp;
tc=000000&amp;
brd1=012B6B&amp;
lnk=135D9E&amp;
hc=FFFFFF&amp;
hfc=2853A8&amp;
btn=C99700&amp;
ww=190&amp;   // here change the width as per your site i gave 190px
wne=10&amp; // here Show where visitors came from and number of visitor i gave 10 visitor
srefs=0">
</script>

<noscript>
<a href="http://feedjit.com/">Live Traffic Stats</a>
</noscript>

width 250 7 users:
<script type="text/javascript" src="http://feedjit.com/serve/?vv=1515&amp;
tft=3&amp;
dd=0&amp;
wid=&amp;
pid=0&amp;
proid=0&amp;
bc=FFFFFF&amp;
tc=000000&amp;
brd1=012B6B&amp;
lnk=135D9E&amp;
hc=FFFFFF&amp;
hfc=2853A8&amp;
btn=C99700&amp;
ww=250&amp;     // here change the width as per your site i gave 250px
wne=7&amp;       // here Show where visitors came from and number of visitor i gave 7 visitor
srefs=0"></script><noscript>
<a href="http://feedjit.com/">Live Traffic Stats</a></noscript>
2.For Wordpress

width 190px and 10 users:
<script type="text/javascript" src="http://feedjit.com/serve/?vv=1515&amp;
tft=3&amp;
dd=0&amp;
wid=&amp;
pid=0&amp;
proid=0&amp;
bc=FFFFFF&amp;
tc=000000&amp;
brd1=012B6B&amp;
lnk=135D9E&amp;
hc=FFFFFF&amp;
hfc=2853A8&amp;
btn=C99700&amp;
ww=190&amp;
wne=10&amp;
srefs=0">
</script>

<noscript>
<a href="http://feedjit.com/">Live Traffic Stats</a>
</noscript>

width 250 7 users:
<script type="text/javascript" src="http://feedjit.com/serve/?vv=1515&amp;
tft=3&amp;
dd=0&amp;
wid=&amp;
pid=0&amp;
proid=0&amp;
bc=FFFFFF&amp;
tc=000000&amp;
brd1=012B6B&amp;
lnk=135D9E&amp;
hc=FFFFFF&amp;
hfc=2853A8&amp;
btn=C99700&amp;
ww=250&amp;
wne=7&amp;
srefs=0">
</script>

<noscript>
<a href="http://feedjit.com/">Live Traffic Stats</a>
</noscript>
3.For Website:

All you need to do is copy the code above into the HTML code of your blog or website. If you're not a web designer and need a little help, here are a few tips: 

You are going to install Feedjit in your site's sidebar so that it loads on every page. To do this you need to edit your blog or website template. Read your blog hosts documentation on how to edit your site template. 

When you are ready, sign-into your website and edit the template for your sidebar. Look at the structure of other elements in your sidebar. Often they will be contained in <li></li> or <div></div> tags. 

Create a new pair of container elements in your sidebar HTML e.g. <div></div> and paste the code above between those elements. Save your sidebar template, hit your home page and you should see Feedjit appear. Congratulations!
<script type="text/javascript" src="http://feedjit.com/serve/?vv=1515&amp;
tft=3&amp;
dd=0&amp;
wid=&amp;
pid=0&amp;
proid=0&amp;
bc=FFFFFF&amp;
tc=000000&amp;
brd1=012B6B&amp;
lnk=135D9E&amp;
hc=FFFFFF&amp;
hfc=2853A8&amp;
btn=C99700&amp;
ww=190&amp;   //190px width
wne=10&amp;   //10 users change as per your requirement
srefs=0">
</script>
<noscript>
<a href="http://feedjit.com/">Live Traffic Stats</a>
</noscript>



Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction