Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,597 members, 7,809,167 topics. Date: Friday, 26 April 2024 at 02:29 AM

How To Auto Generate Short Urls Of Your Posts In Blogger With - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / How To Auto Generate Short Urls Of Your Posts In Blogger With (7151 Views)

How To Move Your Posts From Wordpress To Blogger / Is Adding Keywords To Urls Of Your Website Still required In SEO 2017? / SEO For Bloggers: How To Nail The Optimization Process For Your Posts - Climax (2) (3) (4)

(1) (Reply) (Go Down)

How To Auto Generate Short Urls Of Your Posts In Blogger With by haconjy(m): 2:06pm On May 21, 2016
In our previous tutorials, we have already showed you how to create short URLs for your Blogger blog Using Google Shortener . However, sometime people like things to be accurate and done with automation.

is a fair enough popular URL shortening service that automatically provides you a short URL of your post. This not only helps you to save your precious time, but also displays the short URLs at the bottom of your posts, so that visitors can easily share them too. In this article, we will show you How to Auto Generate Short URLs of Your Posts in Blogger with ?

It is an online service that provides you short URLs of your posts so that you can share them with your friends, family, and on the web. This service is fairly popular on microblogging site twitter because it is the default shortening service since May, 2009.

The shorten links created with this service are permanent and somewhat look like this http:///6wgJO.
The First thing you will be doing is to login into your Blogger Dashboard. Now After logging in, go to your blog >> Template >> Edit HTML >> and search for the ]]></b:skin> tag. Once you find it, just above it paste the following CSS code.

#shorturl {
float: left;
background: #F8F8F8;
padding-bottom: 10px;
border-top: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
padding-top: 10px;
width: 650px;
}
#shorternh2 {
float: left;
padding-left: 20px;
padding-right: 10px;
}
.textinpo {
float: left;
font-family: "verdana",helvetica,Tahoma,Arial,sans-serif;
font-size: 12px;
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
background: #fff;
width: 215px;
padding: 0px!important;
padding-left: 10px!important;
height: 20px!important;
margin: -4px!important;
}

Now after pasting the style sheet coding into your template, it is time to move ahead, and get things a bit more serious. Again in the template, search for <div class='post-footer'> and just above it paste the following JavaScript coding which would generate the shorten URLs and display them at the end of your posts.

<!-- Short URLs Script by MBL -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='shoternUrl'>
<form id='shorturl'/>
<!-- short url widget script start -->
<script charset='utf-8' src='http:///javascript-api.js?version=latest&amp;login=unbfacts&amp;apiKey=R_cb436480530becb8bb6e628aa34520f2' type='text/javascript'/>
<script charset='utf-8' type='text/javascript'>
BitlyClient.addPageLoadEvent(function(){
BitlyCB.myShortenCallback = function(data) {
// this is how to get a result of shortening a single url
var result;
for (var r in data.results) {
result = data.results[r];
result[&#39;longUrl&#39;] = r;
break;
}
document.getElementById(&quot;shorturl&quotwink.innerHTML = &quot;<div id='shorternh2'>Surprise your friend with this fact! Share this link in your Status!</div> &lt;input type=&#39;text&#39; class=&#39;textinpo&#39; value=&#39;&quot; + result[&#39;shortUrl&#39;] + &quot;&#39; name=&#39;bitlyurl&#39;/&gt;&quot;;}
BitlyClient.shorten(document.location, &#39;BitlyCB.myShortenCallback&#39wink;
});
</script></div>
</b:if>
<!-- Short URLs Script by MBL -->

Congratulations: Once everything is down, simply press the “Save” button and automatic shorten URL script is ready, and good to be live on your website. Now go and check your website to see the Automatically Generate Short URLs of Your Posts in Blogger.

We hope this article has helped you to learn How to Auto Generate Short URLs of Your Posts in Blogger with . What are your thoughts about this automatic script, which we have brought for all guys out there? Which URL shortening service you are using? If anyone has any problem while applying this tutorial then, do not hesitate to leave a comment below.

4 Likes 1 Share

Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by opius: 6:35am On May 22, 2016
OK
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by bigtalla(m): 6:35am On May 22, 2016
Quite ambiguous.. i actually admire those that are very good in these ICT stuffs

2 Likes

Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by yomalex(m): 6:36am On May 22, 2016
Good
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Israel5(m): 6:37am On May 22, 2016
Ok
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by jobhuntng: 6:38am On May 22, 2016
Nice
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by akog(m): 6:38am On May 22, 2016
Ok
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by ProsperUSA: 6:39am On May 22, 2016
CSS and Javascript
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by BL3zzY(f): 6:45am On May 22, 2016
nice one
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Bjergtrolde: 6:46am On May 22, 2016
Tiny URL dot com?
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Nobody: 6:53am On May 22, 2016
Who blogging don epp aside Linda Ikeji & Bella Naija? grin

4 Likes 2 Shares

Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by geonath(m): 6:55am On May 22, 2016
Cool
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by fineyemi(m): 6:58am On May 22, 2016
Tanks, have been looking for this a long time. God bless u.
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by UncleSnr(m): 7:03am On May 22, 2016
why don't you use the [code][/code] tag when inputting codes?
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Billiondoe: 7:08am On May 22, 2016
CSS Cascading Style Sheet. Oh Yes!
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by mindfreaks(m): 7:11am On May 22, 2016
Billiondoe:
CSS Cascading Style Sheet. Oh Yes!
I LOVE This GIrl pls let's be pals Sadiq from KD

1 Like

Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Onyiibazz: 7:15am On May 22, 2016
Noted
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Proffdada: 7:45am On May 22, 2016
Zoharariel:
Who blogging don epp aside Linda Ikeji & Bella Naija? grin
even then not all their wealth came from blogging lipsrsealed
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Nobody: 7:58am On May 22, 2016
Obaofnaija:
You can Learn how to improve your SEARCH ENGINE S.E.O blogger/Wordpress HERE ON [url]NAIJABAZELINE.COM[/url] Its fast and easy

Walex good morning sir

1 Like

Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Nobody: 8:49am On May 22, 2016
Some texts are missing jare.

The shorten links created with this service are permanent and somewhat look like this http:///6wgJO

<script charset='utf-8' src='http:///javascript-api.js?version=latest&amp;login=unbfacts&amp;apiKey=R_cb436480530becb8bb6' type='text/javascript'/>
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by googlepikins: 9:52am On May 22, 2016
Proffdada:
even then not all their wealth came from blogging lipsrsealed
we know it came from you.
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by Revolva(m): 10:04am On May 22, 2016
Nice sha
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by akomst: 12:25pm On May 22, 2016
Good
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by masterplan303(m): 2:38pm On May 22, 2016
Noted!
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by easynetsms(m): 2:44pm On May 22, 2016
Ok
Re: How To Auto Generate Short Urls Of Your Posts In Blogger With by lyfeonweb1: 7:09pm On Jul 02, 2016
To shorten URL, this is a long approach.... if you are on telegram, i can share a multipurpose bot with you of which one of its functionalities is to shorten URLs.... check mine out.
a very easy and short method



http://bit. ly/290Ll64......nairaland is blocking it

(1) (Reply)

What Are The Advantages Of Federal Government Web Developer Job? / Gtbank Mastercard Debitcard With Facebook Ads and Google Ads / How To Identify Google Adverts On Any Blog/webiste

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 18
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.