How To Stop Blogger From Redirecting To Different Countries URL
As you know when you open your blog from other country its URL become change e.g you are in Pakistan and visit your blog (http://rizwanbakhtiar.blogspot.com) it will be the same, but you come from other country like Canada it will be (http://rizwanbakhtiar.blogspot.ca).
There are many users who want to stop redirecting to different countries URL, so i am posting a trick with that they can stop it. But before it you should know that what are the affects when it redirects to another country's URL.
How To Stop Blogger From Redirecting To Different Countries URL :
Follow these simple instructions to stop redirecting.
There are many users who want to stop redirecting to different countries URL, so i am posting a trick with that they can stop it. But before it you should know that what are the affects when it redirects to another country's URL.
- There will be reduction in social stats, because if something is posted on Facebook or Google+, it will be different depending on where your readers are from.
- If you use any other commenting system like Disqus then it will create trouble because your URL is set up on default URL.
- It will also cause to making reduction in Google Adsense earning.
How To Stop Blogger From Redirecting To Different Countries URL :
Follow these simple instructions to stop redirecting.
- Login to Blogger
- Click on Template and then Edit HTML
- Click anywhere in code and press CTRL+F to search </head> tag.
- Paste the following code just above </head> tag.
- You're done !
" <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> "
Save Your Template !
How To Change Google+ Profile Name
Sometimes we need to change the name of Google+ profile but we failed. It is very easy to change the name of profile just we have to watch it carefully.
Follow these easy instructions to change the name of profile.
For PC :

Follow these easy instructions to change the name of profile.
For PC :
- Open Google+ profile
- Click on your name and change the name you want.
- Click save in the lower left corner.
- Open the Google+ app, touch your photo in the top left corner.
- Touch the menu/icon button Edit Name
- Enter your preferred name , touch Save in the top right corner.
- Open the Google+ app, touch the menu icon in the upper left corner.
- Touch your name in the top of the screen.
- Touch the gear icon in the upper right corner > Edit Name
- Enter your preferred name and touch Save.
Easy Way To Remove Attribution From Blogger
As you know that every blog include Blogger link like (Powered by Blogger) but sometimes it appears on that content we don't want to show. Many users don't know that how to remove it with easy way.
There is a simple way called - Coding , with that you can do everything with your blog. You have to get basic knowledge about XML, HTML and CSS. It is a very simple and unique trick to remove attribution (Powered by Blogger).
Just follow these simple steps to remove it !
Code :

There is a simple way called - Coding , with that you can do everything with your blog. You have to get basic knowledge about XML, HTML and CSS. It is a very simple and unique trick to remove attribution (Powered by Blogger).
Just follow these simple steps to remove it !
- Login to Blogger
- Go to your Blog and select Template from left sidebar.
- Click on Edit HTML
- Click anywhere in the code and press CTRL+F
- Now search </head>
- Paste the following code just above </head>
- You're done !
Code :
" <style>
#Attribution1 {
display: none;
}
</style> "
Screen Shot :
Subscribe to:
Posts (Atom)
Popular Posts
-
As you know that every blog include Blogger link like ( Powered by Blogger ) but sometimes it appears on that content we don't want to s...
-
Sometimes we need to change the name of Google+ profile but we failed. It is very easy to change the name of profile just we have to watch i...
-
As you know when you open your blog from other country its URL become change e.g you are in Pakistan and visit your blog (http://rizwanbakht...

