Showing posts with label url. Show all posts
Showing posts with label url. Show all posts

Sunday, February 5, 2017

How to stop country specific URL redirection in blogspot blog

How to stop country specific URL redirection in blogspot blog


A newbie blogger have come across this and am sure does not know how to solve the issue.




A situation where url redirection occurs e.g your blog URL which you signed up for gave to some one is http://legendtechny.blogspot.com and when some one from France clicks on it on it the the URL will change to http://legendtechny.blogspot.com.fr , isnt that strange to the eye?.One have to put an end to this due to the negative impacts it has on them success of his blog may be not at the beginning but in the future.


What are the negative effects of blog redirection on blogspot blog?

Dip in adsense revenue; people have complained of depreciation of the amount they earned when the specific country URL redirection is active on there blog.

Loosed control of blog URL; people can get to your blog with the real blog name u signed up for withe the specific country redirecting URL. It do cause confusion as some who doesnt not understand will be thinking of the main blog URL.

Problem in the external commentary medium; problem and confusion might arise, because your blog readers might get confused.

Low social media statistics; comment and likes might not be recoded due to the difference in URL of your blog visitors due to different country they are accessing your blog from.

How to stop specific country redirecting in your blog.


Step 1
Login to yourself Dashboard.



Step 2
Click on Template and Edit HTML

Step 3
Move your body over to the body of the HTML the single click with your mouse, then press CTRL+F to open a search box,now input into the search box.
See image below.



Copy the redirection code seen below, place it after the tag.

<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>

Step 4
Click on "Save Template" to save what you have edited.

Use the comment box to let us know how you feel of the post. I await your comment.
posted from Bloggeroid

Available link for download

Read more »

Wednesday, January 18, 2017

How to get the URL of any Android app from Google Play Store

How to get the URL of any Android app from Google Play Store



All the apps in the Google Play Store, has it is respective URL that differentiates it from another app, when being loaded or read by an internet browser.

One might need the URL of an android app for purpose of finding the app without stress.

All most all Android app have two app of different name, but similar function, but varies in some way(s),(either the design or processing Power) one would have to make a choice or some one might direct you to a particular app, so to save you stress and helps to be accurate, I would advice you to have the URL of the app.

How to get the URL of any app in Android play store. Use the red dot on pictures for click indication.



1. Open the Google Play Store app, click the magnifying lens icon to search for an app you wish to find the URL.


2. Here is a list of similar or related apps displayed on your phone screen, scroll to the app of your choice and tap on the app.



3. Another window will open(see image above), scroll down and look for the share icon


Tap on your Email and input the next email to receive the text and click on the send(see the blue dot on the picture) button. Now open the email that received the text to see the app URL.

Your comment and question will be attended to, tell us if this post helped you out.

posted from Bloggeroid

Available link for download

Read more »