Счётчик посетителей

Счётчик посетителей


Данный виджет содержит в себе 3 скрипта, которые отображают количество онлайн посетителй, комментарии, постов и возраст блога.
Для того чтобы добавить этот виджет - вы должны:


1. Зайти в Дизайн ---> Элементы страницы ---> Добавить гаджет ---> HTML/javascript

2. В строке Содержание в вашем гаджете - вставьте следующий код:

<img src="http://bloggerhelp.ru/templates/GiGantika/images/whoonline/user.png" alt="" width="14" height="14" /> Сейчас на сайте: <b><script
src=http://fastonlineusers.com/online.php?d=http://твой-блог.blogspot.com/></script></b><br/>


<script style="text/javascript">
function totalPosts(json) {
document.write('<img src="http://bloggerhelp.ru/templates/GiGantika/images/com1.png" alt="" width="14" height="14" /> Всего постов: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
function totalComments(json) {
document.write('<img src="http://bloggerhelp.ru/templates/GiGantika/images/post.png" alt="" width="14" height="14" /> Всего комментарии: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
</script>
<script src=" /feeds/posts/default?alt=json-in-script&callback=totalPosts"></script>
<script src=" /feeds/comments/default?alt=json-in-script&callback=totalComments"></script>
<script language=javascript>
d0 = new Date('september 27, 2011');
d1 = new Date();
dt = (d1.getTime() - d0.getTime()) / (1000*60*60*24);
document.write('<img src="http://bloggerhelp.ru/templates/GiGantika/images/clock.png" alt="" width="14" height="14" /> Блог живет: <b><span style="color: #ff0000">' + Math.round(dt) + '</span></b>-й день.');
</script>

Комментариев нет: