Google Blogger Open With .com With Setup This Code.

Bhinder Badra
By -
1
1. Open Google Blogger
2. Select Your Blog.
3. Open Templates Tab
4. Click On Edit HTML
5. Find Key = <head>
6. <head> to one column down And Paste.






Code - Copy

<script type="text/javascript">
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
window.location.replace(blog);
}
</script>

Post a Comment

1Comments

Thanks For Comment.

Post a Comment

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn more
Ok, Go it!