Customise the theme of Sun Blog
Wednesday May 09, 2007
It's pretty easy to add clustrmaps and page-hits in the theme of Sun Blog.
- register your blog, say http://blogs.sun.com/simford, in ClustrMaps: http://clustrmaps.com/getone.php
- Copy HTML lines from your ClustrMaps login page
- In 'Preferences/Theme' setting page, click 'Custom' button
- In 'Preferences/Templates' setting page, click edit button of 'Weblog' entry
- Paste the HTML lines from ClustrMaps in proper place:
<div>
<a href="http://www2.clustrmaps.com/counter/maps.php?url=http://blogs.sun.com/simford" id="clustrMapsLink"><img src="http://www2.clustrmaps.com/counter/index2.php?url=http://blogs.sun.com/simford" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onError="this.onError=null; this.src='http://clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://clustrmaps.com'" />
</a>
</div> - Add page hits info in similar place
<div class="rFolderitem">
#set($refs = $model.weblog.getTodaysReferrers())
#showReferrersList($refs 30 20)
</div> - click 'Save' button












Thanks for the info sharing. Being a Toastmaster m...