This post used windows live writer, this the first time I use this tool to blogging. Before use windows live writer, I used Sribefire to blogging, sometimes there are problem when using custom JavaScript or embedded multimedia tag on the post.
This post will test the capability of windows live writer to transfer correct data on this post (JavaScript tag). This should show your location.
This JavaScript I use to show visitor city, Region, and Country :
1: <div id="location"></div> <script language="Javascript" src="http://gd.geobytes.com/Gd?variables=GeobytesCountry,GeobytesCity,GeobytesRegion"></script><script language="javascript">
2:
3: if(typeof(sGeobytesCountry) != "undefined" &&
4: typeof(sGeobytesRegion) != "undefined" &&
5: typeof(sGeobytesCity) != "undefined")
6: {
7: var divlocation = document.getElementById("location");
8: divlocation.innerHTML="Are you come from " + sGeobytesCity + ", " + sGeobytesRegion + ", " + sGeobytesCountry + " ?";
9: }</script>
Post a Comment
Do you have other opinion?