Download Free Linda Ikeji's Blog Blogger Template | Proxibiet SEO

Download Free Linda Ikeji's Blog Blogger Template

Among my list of blogger template is Linda Ikeji's Blogger template which is fully optimised for but desktop and mobile devices. If you know of the famous Linda Ikeji's blog, then this template is the exact look with only better-customised widgets and more.
linda ikeji blogger template
Linda Ikeji's Blogger template is offered free with credit links to my blog but incase you wish to remove the links, it is quite easy. All you need to do is contact me and  I will post you the premium template for just N2000.

Features Of Linda Ikeji's Blog Blogger Template

1. Mobile Friendly
2. Fast Loading and Neatly Coded
3. Awesome Recent Post Below Post
4. Adsense Optimized - Can place ads anywhere (header,footer,sidebar)
5. Fully Customizable


How To Enable Recent Post At The Footer

To activate the recent post at the bottom of all posts, the simply paste the below code at the bottom of the blog body.
<div id="mbtloading1" ></div>
<script type="text/javascript">
//#################### Defaults
var ListBlogLink = window.location.hostname;
var ListCount = 5;
var ChrCount = 150;
var TitleCount = 66;
var ImageSize = 200;
//################ Function Start
function mbtlist(json) {
document.write('<ul class="mbtlist">');
for (var i = 0; i < ListCount; i++)
{
//################### Variables Declared
var listing= ListImage = ListUrl = ListTitle = ListImage = ListContent = ListConten = ListAuthor = ListTag = ListDate = ListUpdate = ListComments = thumbUrl = TotalPosts = sk = ListMonth = Y = D = M = m = YY = DD = MM = mm = TT =  "";
//################### Category
if (json.feed.entry[i].category != null)
{
for (var k = 0; k < json.feed.entry[i].category.length; k++) {
    ListTag += json.feed.entry[i].category[k].term;
if(k < json.feed.entry[i].category.length-1)
{ ListTag += ", ";}
}
}
//################### URL
for (var j = 0; j < json.feed.entry[i].link.length; j++) {
      if (json.feed.entry[i].link[j].rel == 'alternate') {
        break;
      }
    }
ListUrl= "'" + json.feed.entry[i].link[j].href + "'";
//################### Info
TotalPosts = json.feed.openSearch$totalResults.$t;
if (json.feed.entry[i].title!= null)
{
ListTitle= json.feed.entry[i].title.$t.substr(0, TitleCount);
}
if (json.feed.entry[i].thr$total)
{
ListComments= json.feed.entry[i].thr$total.$t;
}
ListAuthor= json.feed.entry[i].author[0].name.$t.split(" ");
ListAuthor=ListAuthor.slice(0, 1).join(" ");
//################### Content Check
ListConten = json.feed.entry[i].content.$t;
ListContent= ListConten.replace(/(<([^>]+)>)/ig,"").substring(0, ChrCount);
//################### Date Format
ListMonth= ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
ListDate= json.feed.entry[i].published.$t.substring(0,10);
                         Y = ListDate.substring(0, 4);
                        m = ListDate.substring(5, 7);
                         D = ListDate.substring(8, 10);
                         M = ListMonth[parseInt(m - 1)];                    
ListUpdate= json.feed.entry[i].updated.$t.substring(0, 16);
                         YY = ListUpdate.substring(0, 4);
                        mm = ListUpdate.substring(5, 7);
                         DD = ListUpdate.substring(8, 10);
                         TT = ListUpdate.substring(11, 16);
                         MM = ListMonth[parseInt(mm - 1)];
//################### Thumbnail Check
// YouTube scan
if (json.feed.entry[i].content.$t.match(/youtube\.com.*(\?v=|\/embed\/)(.{11})/) != null)
{
    var youtube_id = json.feed.entry[i].content.$t.match(/youtube\.com.*(\?v=|\/embed\/)(.{11})/).pop();
 
    if (youtube_id.length == 11) {
        var ListImage = "'//img.youtube.com/vi/"+youtube_id+"/0.jpg'";
        }
}
else if (json.feed.entry[i].media$thumbnail)
{
thumbUrl = json.feed.entry[i].media$thumbnail.url;
sk= thumbUrl.replace("/s72-c/","/s"+ImageSize+"/");
ListImage= "'" + sk.replace("?imgmax=800","") + "'";
}
else if (json.feed.entry[i].content.$t.match(/src=(.+?[\.jpg|\.gif|\.png]")/) != null)
{
// Support For 3rd Party Images
ListImage =  json.feed.entry[i].content.$t.match(/src=(.+?[\.jpg|\.gif|\.png]")/)[1];
}
else
{
ListImage= "'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz5rDnzU2ylmodDCLXSMnNqD-8ghDwHKr55ASTCZ8yk0JPrynqkOKKh3XXV4x5lCc5kNjPlVKVEapcwr1AuVuNF8Q2_hJ3xgs7hc63c0StbyC2qnAMTbvFqdncUnyr09UFrjJoiHHYlcs/s200/Icon.png'";
}
//################### Printing List
var listing = "<li class='node"+[i]+"' ><a href="
+ ListUrl+
  "><img src="
+ListImage+
"/></a><a class='mbttitle' href="
+ ListUrl+
"target='_blank'>"
+ ListTitle+
"</a> <span class='icon'>"
+ListContent+
" ...  <a href="
+ListUrl+
" class='imore'>more »</a></span><div class='iline'><span class='iauthor'>"
+ListAuthor+
"</span><span class='itag'>"
+ListTag+
"</span><span class='icomments'>"
+ ListComments+
"</span><span class='idate'>"
+ M +
" "
+ D +
", "
+ Y +
"</span><span class='iedit'> <a class='tooltip1'>Edited<span><b></b>On ► "
+ MM +
" "
+ DD +
", "
+ YY +
" at ► "
+TT+
" </span></a> </span></div></li>";
document.write(listing);
}
document.write("<div class='itotal'><span> <a href='"+ListBlogLink+"/search'>View all <font>"+TotalPosts+"</font> posts</a></span></div></ul>");
}
</script>
<script>
var ListBlogLink = "http://www.obhiabablog.blogspot.com";
var ListCount = 5;
</script>
<script>
document.write("<script src='"+ListBlogLink+"/feeds/posts/default?alt=json-in-script&callback=mbtlist'></"+"script>");
</script>
<script>
document.getElementById("mbtloading1").style.display = "none";</script>

Replace http://www.obhiabablog.blogspot.com with your blog URL

Final Words
Enjoy the newly created Linda Ikeji's Blog Blogger Template and have fun blogging. Hope you like this one. Leave comments below if you have any questions.

3 Responses to "Download Free Linda Ikeji's Blog Blogger Template"

  1. Among my list of blogger template is Linda Ikeji's Blogger template which is fully optimised for but desktop and mobile devices. If you know of the famous Linda Ikeji's blog, then this template is the exact look with only better-customised widgets and more.
    https://aznewsline.blogspot.my/p/download-this-templete.html

    BalasHapus
  2. This is a nice and informative blog post about Download Music Online
    I am also using such type of great services for music lovers to increase their passion about Music. Sorethumbmedia is also a such type of platform. So if you want more updates and info about this site then please explore it.

    BalasHapus
  3. Hello Dear,

    This is a very informative and pretty article based on Music Promotion. I have also a site which offers a lots of services for users to promotion, downloading, uploading and many others. Sorethumbmedia is my site that are performing well in this sinerio so please explore it for one time at least.

    BalasHapus