How To Add Page Popularity and Top popular pages widget
1.Log in to your dashboard--> layout- -> Edit HTML 2.Click on " Expand Widget Templates " 3.Scroll down to where you see thi...
https://iskablogs.blogspot.com/2009/04/how-to-add-page-popularity-and-top.html
1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:-
Add Page Popularity Widget
Paste the below code just after <p><data:post.body/></p>.
Add Top popular pages widget
Paste the below code just after <p><data:post.body/></p>.
4.Click on "Save Templates" and you are done.
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:-
Add Page Popularity Widget
Paste the below code just after <p><data:post.body/></p>.
<img expr:src='"http://foxrecord.appspot.com/rating?url=" + data:post.url + "&title=" + data:post.title' /> |
Add Top popular pages widget
Paste the below code just after <p><data:post.body/></p>.
<script src="http://foxrecord.com/scripts/gettop.js" type="text/javascript"></script> |
4.Click on "Save Templates" and you are done.