Sunday, June 15, 2014

How To Redirect Blogger URL



Blogger is a free blog-publishing service hosted by Google and if you're having a web blog using blogger and you want to redirect your current blog to other blog or website url, you can simply copy a line of code below and paste into the blog template after the <head> tag.

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>
content="0 : 0 is the duration in second before the code start redirect. If you want the blog redirect after 30 seconds, change it to 30.
http://yournewurl.com : change it with the url you want to redirect to. example http://www.google.com

Howto:
- Log in to your blog -> Click on Template -> Edit HTML

- Paste the code after the <head> tag:

Related Posts:

  • Update MP3 TAG a free audio metadata editor Mp3tag is a freeware metadata editor for many audio file formats for PC. It supports ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags. It can rename files based on the tag information, replace char… Read More
  • Root your android devices with OneClickRoot  OneClickRoot is the leading software for Root Android phone. With just a single click, you can root Android smartphone or your tablet and get access to hundreds of new and exciting features. Root's own Android… Read More
  • What is MP3 Tag? An MP3 tag is a metadata container in an MP3 file (ID3). It tells the information about the mp3 file and embedded in the file structure and contains data for tags like artist, track number, album, genre, year, etc. This … Read More
  • [Mod] Increase Galaxy S4 (GT-i9500) Volume For Galaxy S4 users if you feel that your phone volume is not loud enough, there is a way to boost volume by modifying 'default_gain.conf', but this is for rooted devices only.To do you need to download an app … Read More
  • How To Add Custom Locale To Android If you need to change language in android but you can't find the language you want to change to, you can use an app name 'MoreLocale 2'. It's free and you can download it through Google Play. It works both root… Read More