Skip to main content

How to Make a URL Shortener in blogger to Earn Money

Make a URL Shortener in blogger


Some URL shortener websites are giving money to you because your audience watches their ads. You only get a commission.


What if you are not depending on a URL shortening service provider and you are making it using the  blogger.com website.


You will earn more money for sure because you don't have to give any commission from your earnings. You can put your advertisements in the URL shortener blog/website from different advertising network websites.

I am going to share the exact steps to create a simple URL shortener using Google's Blogger platform.

I will also give you a code to copy-paste. You don't even need to edit HTML code on your theme.

The Technique or Method Explained here is not For creating A URL shortener For business. The URL shortener is only suitable for personal use to monetize a link that you are sharing.

You need to 3 things before making your URL shortener,

  1. What does the URL shortener look like?

  2. How to MAKE the  URL Shortener?

  3. How to use it? 


User Experience For The User in The URL shortener

URL shortener demo
The user experience of the URL shortener:  This is what a user sees after clicking your shortened link.

It's a simple URL shortener with only one page with a countdown timer (30 seconds) on the bottom.

There will be a text with a timer countdown telling that "Your Link will show here After x seconds"(x represents the time remaining to show the original link.).

When the countdown is completed there will be a text saying that "Link loaded successfully. Click here". When the user clicks on the text he/she will reach the webpage.

When you put ads it will show advertisements when the user passes through the page.

Let's start the tutorial.


HOW TO MAKE A URL SHORTENER WEBSITE USING GOOGLE'S BLOGGER PLATFORM


Step 1: Buy A short Domain Name

It's okay creating the URL Shortener on the free subdomain provided by the blogger.com website. But, I think it's a bad idea.


Why?


Just because the domain is too large. The length of the link creates a first impression on your user's mind. This is why most of the URL Shorteners have a short domain. The bc.vc website is a perfect example for you to understand.


If you are looking to buy domains at a low price I would recommend Namecheap.

After buying it you should connect it to your blogger account.

Step 2: Create A Blog in Your blogger account.

You need to create a Google account if you want to use the blogger platform.


After creating a Google account, You should go to Google's blogger website(https://www.blogger.com).


You can sign In with your Google account on the blogger website and create a blog for free.

Step 3: SET THE URL SHORTENER SCRIPT AS POST TEMPLATE IN BLOGGER

Here is The URL shortener template:

<script>

show_link();

function show_link(){

    var counter = 30;

    var timer_status = setInterval(function(){

       counter--;

       if(counter > 0) {

            document.getElementById("time_status").innerHTML="Your Link will show here After " + counter + " seconds";

       }

       else{

            document.getElementById("time_status").style.display = "none";

            document.getElementById("link").style.display = "block";

            clearInterval(timer_status);

      }

    }, 1000);

}

  </script><p style="text-align: left;">show ads and other Contents here.</p><h3><br /></h3><h3><br /></h3><h3> Your Link is Loading</h3>

<a href="#" id="link" style="display: none;">Link loaded successfully. Click here.</a><p id="time_status">Your Link will show Here after 30 seconds</p>

You have to make the above code your post template.

Once you set up the URL shortener script as a post template, the code automatically shows when you create a new post every time.

What is a post template for a blogger?

A post template in blogger is the feature to set an HTML code that automatically shows on the post editor when you create a new post. It's very helpful when your blog has a similar structure. You just need to edit it according to Your content.

For example, If You set The text "Hi" as your post template, You can see Hi Text in the post editor when you are starting to create a new blog post. It's more like setting a default template for every post.

How to Set A Post Template in blogger?

You can do this yourself on the blogger.com website. To do this,

  • Click the "Menu"(Three horizontal lines) button.

  • Click "Settings".

  • Scroll down and click on "Post Template".

  • Paste the Code.

  • Click "Save".

And that's it.

Your shortener website is successfully created if you do the above steps.

You also need to know how to use it for your personal use.

STEP 4: PUT ADVERTISEMENTS USING AN AD NETWORK SERVICE

Creating the URL Shortener will not make you money. You Need to monetize it by putting advertisements on it. The user will see advertisements and you will get paid from the advertisement provider.

I want you to know most of the ad networks don't allow you to put ads on a URL shortener website. It's understandable because No one even looks at the ads. The user only wants to go to the webpage he wants. So the conversion to customers will be very low From a URL shortener website. Still, there is some network that provides ads for every website.

An example is the Yllix ad network.

Each advertisement network has different methods for adding their advertisements. Usually, You need to Copy an advertisement code and paste it to your "HTML/JavaScript" widget.

You can find this widget by clicking on the "Add a widget" option in the "layout" section.

To put pop up ads you may need to edit the theme.

You need to understand how exactly to put ads on the blog from the advertisement provider. If you don't know about it, It's better to hire a professional to do it for you.

Step 5: Remove Unnecessary Widgets

You only need one webpage with a link for a URL shortener. So we have to remove the unnecessary widgets.

To Remove widgets,

  • Click "Menu"

  • Click "Layout"

  • Click the "edit" button (pencil-shaped icon) and click "Remove".

  • If the "Remove" option is not there you can hide them by disabling the "show this widget" option.

  • Click the "Save" icon on the top right corner.

You may notice that the option for removing the attribution widget is not available on blogger.

You can do it by editing your HTML code. Here is a blog from the internet about removing the attribution widget. 

Don't forget to take a backup of your blog before doing anything on the HTML code of the theme so that you could restore them when something goes wrong.

To take a backup of your blog, click "Menu" and go to the "Theme" section. Below the customize button You can see a Button for More options. Click on that and click "back up". The backup file will be downloaded on your browser.

You can restore it by clicking the "restore" option. The "restore" option is available just below the "backup" Option.

Step 6: Add instruction on the header

Some people may come to your page and don't know what to do next. So, They click back with frustration. To avoid this you can show what to do on your header so that the user can see it easily.

The text can be something like "Scroll down and wait to generate your link".


The easy way to show the instruction in the header is to type the instruction in the space for the blog description.


If you do this, The text will appear just below the title(your blog's name). Users could easily see the text.


To replace the blog description with another text, Go to the "Layout" section and click on the "Edit"(Pencil-shaped) button near the header widget. You can see a space to write the blog description. Type in the Instruction and click "Save".

It's just my idea for the experience of the user. You can even edit the URL shortener script and add instructions there.

An Extra Tip

Since The URL shortener is for personal use, You can consider not allowing search engines to find your URL shortener. You can block search engines to find your website in Blogger settings. To do this Go to "settings" and Disable the "Visible to search engines" Option.

HOW TO USE THE URL SHORTENER IN BLOGGER?

Here are the steps to create a shortened link when you are following the above method.

Create new post button
Button for creating new post in blogger

Step 1: Click the "+" button on the bottom right corner. (post editor will open.)
HTML view in Blogger
👆How to switch to HTML view in Blogger

Step 2: Click on the "HTML View" option on the top right corner of the post editor. (you can see the template there because we set a post template).

Step 3: Find "#" on the HTML code and replace it with the link you want to shorten.

Step 4: Set a short title you want. Be aware that this title will be a part of your sharable link. (For example, if your domain is example.com and the title is "a". Then the link will be "https://www.example.com/a".

Step 5: Publish the post by clicking the "publish'' button available on the Top Right Corner.

Step 6: Share the link by clicking the share button from the posts section. (Click "Menu", Then " Posts", Then Share button.)

If you are thinking of creating your own business by shortening other people's links for them. I would say that's not a good idea. You have better options to do the business.

The purpose of this article is to help those who don't want to depend on other URL Shortening websites like the Gplinks website, The bc.vc website, etc. You can earn more money than using other link shorteners (one page) from the execution of the above technique.

FAQ 

Why should you use the above technique to create your URL Shortener?

Because it's free and The shareable link can be customised by yourself.

Who can use this script?

Those who have an audience and want to post Links for them. It's Not made for a business but to make more money from your content as a creator.

CONCLUSION

 I hope you can create your Link shortener in Google's blogger platform. It's very simple.


I would also say that if you are doing link shortening as a business, there could be better techniques. But, Above Technique is suitable for those who are using this for their personal use.


I already explained how to make it with a Script to make your blog's post template.


What do you think about the link shortener? You can express your thoughts in the comment section.

Comments

Popular posts from this blog

Highrich Online Shopping business Details & Review; FAKE or Real?

Highrich online shopping business details & review Highrich online shopping/shoppe good or bad? Are their products worth the money? Today we are checking all relevant details about high rich online shopping business. 🕶 TABLE OF CONTENTS What is the Highrich online shopping platform? Highrich Online shoppe private limited company Details. Is the Highrich online shopping business FAKE or Real? Does the Business Have Potential? How to REGISTER ? What Are the Products(With price) ? Business Plan and Types of income. App lication. Advantages & Disadvantages. Conclusion. What is HighRich online shopping platform? Highrich Online shopping platform is an e-commerce platform that is rewarding its customers with a Network marketing (Multi-level marketing) business model. Highrich Online Shoppe Private Limited Company Details Highrich Online Shoppe Private Limited is a company, which runs the High rich online shopping platform, legally Incorporated ( Registration number is 060038 ) o

How to Play Pdisk Videos on iPhone, PC, Android and macOs

How to Play Pdisk videos on iPhone, Laptop, Smart tv(Android); Step by step Instructions Can you play pdisk videos on iPhone(ios), Laptop(Windows and macOS), and Android TV? Yes . You can watch pdisk videos online on iPhone, PC/Laptop and Android TV Now. And, You also don't need to Install the PLAYit app Too. Keep reading, You will understand how it's possible. List Of Contents How to Play pdisk videos on, iPhone Laptop/PC macOS Devices Android Device  Android TV What do I mean by pdisk videos? Here, The pdisk videos mean the videos shared from the pdisk.net website (the pdisk.net website is a free video-hosting website). It allows you to stream videos online. How to Play Pdisk videos on iPhone ? I usually play pdisk videos on my iPhone and it works well. Here are the steps that I followed. Step 1: Install MX Player App on your iPhone You can find the MX Player App on the App Store of iOS Devices. You can also find the app download page by going to the official MX Player web

Photomath Expert Review(with Payment Proof) and all Details

Photomath(For Math Expert) Review (with Payment proof) and other Details In this article, you are going to know all the information you need to know about the Photomath and earning money as a math expert in Photomath. It's written assuming that you are someone who wants to make money online from solving maths problems. It's also an honest review of the Photomath math expert program. 💻 List Of Contents What is Photomath App ? Who is a Photomath Expert ? PAYMENT PROOF How to Earn Money ? How to become a Photomath Expert? Refer ral Program How Much Can You Earn? Payment Per Question Payout Method Alternatives Conclusion What is Photomath? Photomath is an app that helps you to solve math problems with step by step explanations. It's Very helpful to students, teachers and parents.  Who is a Photomath math expert? A Photomath math expert is someone who solves math problems for the Photomath app users and earns Money. Sometimes the problem can be complicated and can't be s