SUBJECT : Converting of Sites from .in sites to .com sites code download free and follow the process.
In India so many people having www.---.blogspot.in [--- = Your site name] and this sites work with in India only due to .in.
If you want to run your site all over the World then we have to change your site www.---.blogspot.in to www.---.blogspot.com.
If you want to change we have to add a Script code in your template then they Automatically convert your site from .in to .com.
What are the procedure ad steps to follow to convert to my or our sites from .in to .com :
In India so many people having www.---.blogspot.in [--- = Your site name] and this sites work with in India only due to .in.
If you want to run your site all over the World then we have to change your site www.---.blogspot.in to www.---.blogspot.com.
If you want to change we have to add a Script code in your template then they Automatically convert your site from .in to .com.
What are the procedure ad steps to follow to convert to my or our sites from .in to .com :
- First Log into your Blogger account and select your site which you have to convert.
- Click Template and Click Edit Html
- Press Ctrl+F and Search for </head> Tag
- Copy the code which is given below.
- And Paste the code above the </head> Tag
<!--.com to .in www.jobre.com-->
<script type='text/javascript'>
var str= window.location.href.toString();
if ((str.indexOf('.com/'))=='-1') {
var str1=str.substring(str.lastIndexOf(".blogspot."));
if (str1.indexOf('/')=='-1') {
var str2=str1;
}
else {
var str2=str1.substring(0,str1.indexOf('/')+1);
}
window.location.href =window.location.href.toString().replace(str2,'.blogspot.com/ncr/');
}
</script>
<!--.com to .in www.jobre.com end -->
<script type='text/javascript'>
var str= window.location.href.toString();
if ((str.indexOf('.com/'))=='-1') {
var str1=str.substring(str.lastIndexOf(".blogspot."));
if (str1.indexOf('/')=='-1') {
var str2=str1;
}
else {
var str2=str1.substring(0,str1.indexOf('/')+1);
}
window.location.href =window.location.href.toString().replace(str2,'.blogspot.com/ncr/');
}
</script>
<!--.com to .in www.jobre.com end -->
- And Save Template and View the site they changed form .in to .com
No comments:
Post a Comment