Featured Posts Slider Gadget For Blogger

"Featured Posts" Slider Gadget For Blogger

Featured posts slider is a gadget that slides featured(recommended) articles of a blog. Featured posts sliders are of several types, some are of images type which slides only images of posts while some only slides titles of posts but in this post I will share something awesome which nobody has shared before me. Its a Slider that slides the whole posts along with thumbnails, titles, and a short description. It has a unique style and a good look! You can see a demo of this gadget on my blog's HomePage. Before you add this gadget in your blog let me tell you one thing that is you have to write the description, title, link of the post and thumbnail link on your own, it will not automatically get posts for you. You can select which posts do you want to show up.

 Don't Miss: 

I hope you'll love this gadget. You can add as much posts as you want, there is no limit of posts. To add this gadget in your blog follow below steps:

See Live Demo

Title Of Post goes here

Description Of Post goes here Post goes here Post goes here Post goes here Post goes here Post goes here

Title Of Post goes here

Description Of Post goes here

Title Of Post goes here

Description Of Post goes here



Step 1: Go to blogger dashboard.

Step 2: Select template and click on edit html.

Step 3: Search for <head> and just below it paste the below code:
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js'/>

Step 4: Click on save template.

Step 5: Go to Layout and click on add a gadget.

Step 6: Scroll down to Html/javascript.

Step 7: Copy below code and paste it in the Html/javascript window.

<div class="slider">
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description </p></div>
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>
</div>
<style>
.fadein { position:relative; height:332px; width:500px; }
.slider img {width:235px;height:200px;position:absolute; left:5px; top:5px;padding:0;border:0;box-shadow:none;}
.fadelinks > *, .slider > * { position:absolute; left:0; top:0; display:block; }
.fadelinks, .slider {
    position: relative;
    height: 200px;
width: 615px;
    background: #eee;
overflow: hidden;
padding: 5px;
}
.slider h3 {
    position: relative;
    left: 250px;
top: 5px;
    font-size: 17px;
  white-space: nowrap;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider a { text-decoration:none; }
.slider p {
    position: relative;
    left: 245px;
    font-size: 13px;
    bottom: 5px;
    padding: 0 5px;
   width: 350px;
}
</style>
<script src="https://rawgit.com/101Helper/mobile/master/installize.js"></script>
<script>
  $(function(){
  $('.slider > :gt(0)').hide();
  setInterval(function(){
    var rand = Math.floor(Math.random() * ($('.slider').children().length-1));
    $('.slider > :first-child').appendTo('.slider').fadeOut();
    $('.slider > *').eq(rand).prependTo('.slider').fadeIn();
  }, 7000);
});
</script>


Replace Your post link with your post's link Your post's title with your post's title Your post's thumbnail link with your post's image url and Your post description with your post's short description.

Step 8: Click on save and you are done.


Customization:

To change the time duration of sliding posts change the number 7000 highlighted by yellow color in the ending lines of code.

7000 means 7 seconds.
<script>
  $(function(){
  $('.slider > :gt(0)').hide();
  setInterval(function(){
    var rand = Math.floor(Math.random() * ($('.slider').children().length-1));
    $('.slider > :first-child').appendTo('.slider').fadeOut();
    $('.slider > *').eq(rand).prependTo('.slider').fadeIn();
  }, 7000);
});
</script>

Adding more slides:

I have set up 5 slides in this gadget but if you want to add a new slide just copy the below code and paste it above this piece of code:
<---Area below which new slide code is to be placed---->
<div class="slider">

Code for New slide:
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>

I have added 10 slides so you can add 10 slides without any problem as shown in above example.

Changing Width Of The Slider:

To change width of the slider make changes in  width: 615px; 

Note: If you are changing width of your slider then you need to change the width of description too.

width: 350px; refers to width of description and width: 350px; refers to width of title.

Make sure to change with of title and description while making any change in width of slider because it may look irregular if you don't do so.

I hope you like this post and it worked in your blog. If you have any problem ask me in comments or contact me. Follow by E-mail to get instant news about blogger gadgets in your inbox. If this post or any other post help you out then share it with others through social networks. Keep visiting 101Helper :)

Search tags: Increase post page views gadget,"Featured Posts" Slider For Blogger, Post slider gadget for blogger, Featured post gadget, 101Helper gadgets for blogger.

How To Add New Facebook Page Plugin/Like Box In blogger

How To Add New Facebook Page Plugin In blogger | 101helper

Facebook is the number one social network and has a global rank 2. It is used by every individual now a days. Facebook is good for chatting and also for small businesses like blogs or websites. It is used by most of bloggers to get in touch with their fans, so Facebook is used to create fan pages too. In the beginning Facebook provided a plugin called like box for blogs and websites but it will stop working from June 23rd 2015 as Facebook has upgraded this plugin to a new plugin called "Page Plugin".



Facebook new like box | 101helper

"Page Plugin" is much better than Like box due to its stylish look, share option, cover photo and professional look. As Facebook has deprecated the old plugin so now we should upgrade to new plugin in order to get in touch with our fans so in this post I will show you how to add Facebook "Page Plugin"  in blogger.


Don't Miss:
Follow below steps to add Facebook "Page Plugin" in blogger:

Step 1: Go to Facebook Page Plugin page.


Step 2: Replace https://www.facebook.com/facebook with your page's link.



Stylish Facebook new like box blogger blog

Step 3: Adjust width and height of your plugin(Minimum height is 130px and minimum width is 280 px and maximum width is 500px).


Stylish Facebook new like box blogger blog | 101helper

Step 4: Check or un-check other options according to your needs(Hide cover photo, Show friend's faces, Show pages posts).


Facebook like box new

You can see a preview of your plugin below the widget customization box.

Step 5: Click on Get Code(A pop-up window will be opened).

Facebook says to copy the javascript code and paste it after <body> or </body> but it won't work on blogger. Blogger will not accept your template so you have to do it in other way. So move to step 6.


Facebook new like box blogger

Step 6: Copy the javascript code and go to Blogger Dashboard > Layout > Add A Gadget > Html/javascript and paste the javascript .

Step 7: Go back to Facebook plugin page and copy the second code.


Facebook new like box blogger blog

Step 8: Paste this code(second code) into the same Html/javascript window in which you pasted the first code.

The overall code should look like similar to below code:

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-page" data-href="https://www.facebook.com/facebook" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/facebook"><a href="https://www.facebook.com/facebook">Facebook</a></blockquote></div></div>

Step 9: Click on save and you are done successfully!

I Hope you like this post and it was helpful to you. Follow by E-mail to stay updated. Keep visiting 101Helper and share this post with others. 

Give me your feedback in comments.

Search tags: Facebook like box, New Facebook like box, How To Add New Facebook Page Plugin In blogger, Facebook like box not working, Facebook like box for blogger. 

How To Check Your Blog's Seo Status

Seo analysis tools for blogger | 101helper

Search engine optimization is a way to get more blog traffic, organic traffic and unique traffic but it needs a blog to be optimized 100% for better traffic. There are many ways to optimize a blog for search engines like title optimization, description optimizations, robots text optimization etc but one more thing is important as well and that is to check your blog's seo, to know if you are doing it in write way or not. So in this post I am gonna tell you how to check your blog's seo using some online tools. I will discuss all tools one by one, hope you'll find this post helpful.


(1). Meta Checker:

Meta codes like meta title, meta description, meta keywords, meta language, meta author etc are added to blog to tell search engines bots about your blog's title, keywords, description, language, author info etc. It helps in better crawling as well as better search results. But while adding it there is no indicator or analyzer in blogger to tell you about the status of your meta codes, so you have to check it on you own by using online tools. So here I am using the best meta checker to check my blog's meta status. You can also use it to check your blog's meta codes status.


Step 1: Go to Meta checker


Step 2: Type your blog's Homepage url in the box.



Meta checker for blogger | 101helper

Step 3: Click on check and wait for your results.


This tool is 100% reliable. It gives you all info about your meta codes status, duplicate description, keywords strength as well as it has a meter at the top just like a car's speed meter and it indicates your blog's meta codes status. If the meter is showing reading from zero to 100 again and again then it means you are 100% optimized.


Seo Site Checkup:



Seo site checkup blogger | 101helper

Seo site checkup is an online tool which provides you with all seo information of your blog. It give all data such as title, description, keywords, favicon, url structure, social shares, speed, general analysis, Google search results preview, h1 and h2 tags etc. In other words this tool is all in one online seo checker and can be used for free as well as you can buy premium membership. Seo site checkup has seo articles too which are really helpful to make one's seo better. To check you blog's seo status follow below steps:


Step 1: Go to Seo Site Checkup.


Step 2: Enter your blog's Homepage url.



Seo site checkup blogger | 101helper seo

Step 3: Click on checkup and wait for tools to look up your blog.


Note: This tool is for free but can be used only once in an hour. You can also get more tools by signing up for 30 days trial.


Site Analyzer:



Site seo analyzer blogger seo tools

Site analyzer is another tool to analyze blog's seo status. It is similar to seo site checkup but is 100% free of cost. It gives all information about your blog, from accessibility to social networking with brief details. 


Use this tool


Bing Seo Analyzer:


Bing is one of the biggest search engines and like other developed search engines it also have webmaster tools. In Bing webmaster tools seo analyzer is also found which lets you to check out the seo of a specific page of your site/blog. It notifies about long or short description, images alt and h1 tags. So Bing seo analyzer can be used to make your blog's seo better. Follow below steps to know how to use Bing seo analyzer:


Step 1: Go to Bing webmaster tools and Sign-in to your Microsoft account(create a new one if you don't have a Microsoft account). 

Bing Seo Analyzer blogger | 101helper

Step 2: Click on Diagnosis & tools in the menu on left side and select Seo Analyzer.

How to use Bing Seo Analyzer | 101helper

Step 3: Enter the link of the page which you want to analyze.

Blog seo checkup | 101helper

Step 4: Click on Analyze and wait for Bing to analyze your page.

Final words(Conclusion):

Its important to analyze your blog using the above tools because it helps you to know if you are doing it in right way or your all efforts are going in vain. 

Hope you like this post and you found it helpful. If you have any problem or suggestion, share it with me in comments. Follow and subscribe to get latest blogger tutorials in your inbox. 

Search tags: How To Check Your Blog's Seo Status, Online seo tools, Seo tools for blogger, Seo guide 2015, How to check blogger seo.

How To Fully Optimize Blogger Blog Titles For Seo

How to optimize blogger blog titles for seo | 101helper

Title optimization is very important thing in seo, specially in 2015, blog title optimization is the first step to get high blog traffic. Although description and keywords are also very important but if you are very serious about your blog traffic then you must concentrate titles of your blog first, because the titles are on the top. You must have read about titles optimization in blogger by adding a separator between blog and post title, but that's not enough because that only works for post pages and what about other pages? so you have to optimize them too for more better results. Therefore in this post I will show you how to optimize your "blog posts", "pages" and also "page not found" pages for seo. If you have read this post http://101helper.blogspot.com/2014/12/blog-title-optimization-for-seo-in-blogger.html then your blog is 90% optimized but after applying this post your blog titles will be 100% optimized for search engines. So lets begin!


Step 1: Go to blogger dashboard > template > edit template.

Step 2: Search for the following codes:


<title><data:blog.pageTitle/></title>


If you didn't find it then find this one:


<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> |<data:blog.title/></title><b:else/><title><data:blog.pageTitle/></title> </b:if> 


Step 3: Replace it with the following code:


<title><b:if cond='data:blog.pageType == &quot;index&quot;'><data:blog.pageTitle/><b:else/><b:if cond='data:blog.pageType != &quot;error_page&quot;'><data:blog.pageName/> | 101Helper<b:else/>Page not found | 101Helper</b:if></b:if></title> 


Step 4: Replace 101Helper with your blog name.


Step 5: Save your template and you are done.


Congratulations! you are successfully optimized for search engines. 

How does it work?

It works in a very simple way. The old code which is recommended by every website/blog(used in step 2) adds a separator in only post titles and has no concern with other pages like contact, sitemap etc but these pages are also important as they are indexed so the new code which we used in step 3 adds separator in other pages too. To see a demo visit my blogs sitemap and see at the top of your browser.
   
Optimized robot text:

As above you have optimized your blog's titles for search engines therefore you have to use optimized robot text also to block those pages from being indexed that don't have any description or optimized titles(category/label pages). So I have created 100% optimized robots text which will surely help you in getting higher traffic. Follow below steps to add 100% optimized robots text in your blog:

Step 1: Navigate to Dashboard > Settings > Search Preferences >  Crawling and Indexing > Custom robots txt > Edit.

Step 2: Copy the below text and paste it into custom robots text window:

User-agent: Mediapartners-Google
Disallow: 

User-agent: *
Disallow: /search
Allow: /

Sitemap: http://Youblog.blogspot.com/sitemap.xml

Step 3: Replace http://Youblog.blogspot.com with your blog's Homepage url.

Step 4: Click on save changes.

I hope you like this post, if you have any question ask me in comments. Follow by E-mail to get latest blogger seo tutorials in your inbox. Share this post with others and help me spread my blog. 

Search tags: Robots text for blogger, How to optimize blogger blog titles for seo, 2015 seo guide, seo guide for blogger 101helper.

Free Download BloggerYard v2.0 Full Clone Blogger Template

BloggerYard is a popular well furnished and useful Blog. BloggerYard's template is really so awesome and cool & SEO Friendly. I think every New or Pro Blogger must have this template which was made by the Popular Blog named Blogging Earning author Abdul Samad. So I'm sharing you this template for free to Download, Because BloggerYard has also a very good template like other blog's template or just like our template. Already I shared BloggerYard Version 1 (v 1.0) blogger template. Today I am going to share the second version of  BloggerYard Template. But, If you are going to use this free BloggerYard v2.0 Cloned Template, Please put a Blogging Earning author Abdul Samad credit link on the footer.





Live Demo                                                 Download Now



You May Also Like:    Free Download BloggerYard v 1.0 Blogger Template

You May Also Like:    Free Download MyBloggerLab Blogger Template

You May Also Like:    Free Download MyBloggerTricks Blogger Template

BloggerYard free Template Features:


  • SEO Friendly  - This template was very search engine optimize and we did that just for your convenience.
  • Responsive Template  - BloggerYard template is flexible and highly responsive Blogger template. We have tried our best to produce a high quality theme with extremely flexible responsive style. We have tested it with different devices and it works the way it should be.
  • Optimize For Adsense - We have added some Html Comments that will help you to display Ads below and above your posts. In your template search for <!�AdSense Above Posts --> or <!-- AdSense Below Posts --> and replace it with your parse AdSense ad code.
  • Stylish Header with awesome hover effect. 
  • Featured Content Widget Added. 
  • Grid System Post View. 
  • Beautiful Social Sharing Button below post title. 
  • Threaded Comment System. 
  • Numbered Pagination. 
  • Cool Looking Newsletter Sign Up box above footer. 
  • 3 Columns Footer. 
  • Stylish Man Behind The Site Widget Added. 
  • Premium Popular Widget Added. 
  • Premium Social Box added on sidebar. 

BloggerYard Template Customization:

ell every newbie blogger will find difficulty on customizing the blogger template but this bloggeryard v2 template is easy to customize as it is coded simply and you just need to do following customization to your bloggeryard v2 clone template which you will be downloading from below link. So,let's see on how to customize this premium blogger template.


To change The Header Logo



Search for this code on your blogger template. ( Ctrl + F )

 http://4.bp.blogspot.com/-gggkziasm1I/VKeb8-PCasI/AAAAAAAABWQ/mQCvLG_RhHg/s1600/CB.gif


And Replace it with your own logo. Done !!!


To Change The Header Menu And Links



Search for the following code on your bloggeryard v2 clone template.

<nav id='menu'>


Then There you 'll be able to see the Menu Headings and Link,just change them and enjoy


To Change The Featured Posts



Search for following code on your bloggeryard v2 clone template.

<div id='featured-posts'>


There you'll be able to see Your Post URL here and your label here. Just Change them and enjoy


To Change The Social Subscribe Box of Sidebar



Search for following code on your cloned bloggeryard v2 template.

<h2 class='title'>Subscribe Us</h2>


Just edit the social links with yours.


To Change The Footer Stylish Newsletter Box



Go to your blogger yard template and search for this code.

<div id='subscribe'>

Just change the code provided there.


To Change The Man Behind The Site Widget


Search for the following code on your blogger template.

profilemohammad

Edit the code provided there and enjoy !!!


To Change Popular This Week Widget


Search for following code on bloggeryard v2 cloned template.

<h2>Popular This Week</h2>


And make some changes on the code and done.

CONS:

  • This BloggerYard v2.0 template is really hard to customized if you are talking about bloggers that does not have great knowledge about HTML and CSS. What we are talking about is the footer layout, Because it's really hard to customized and you should understand the simple coding inside it first.

Final Words:


  1. Please put a BloggerYard credit link on the footer.
  2. We are not responsible if something happens bad on your blog if you change the credit link.
  3. Because we have told you that put some credit links in the footer. Thanks for the Download and please make some comments below if you have any problems or suggestions.

Tags : 
BloggerYard Template, Free Download BloggerYard Template, BloggerYard Clone Template, BloggerYard SEO Friendly Template, BloggerYard Premium Template. Free Download BloggerYard v2.0 Template, SEO Friendly BloggerYard v2.0 Template, BloggerYard v2.0 Clone Template.

"About Me" Gadgets With Different Styles For Blogger

"About me" gadgets with different styles for blogger | 101helper

"About-me" gadget in blogger shows the profile pic, name and description about author of a blog. The simple about-me gadget shows only an image with a Google+ follow button and a link to Google+ profile. So I have created 4 stylish "about-me" gadgets which are easy to use, good looking and follow buttons of 4 different social networks are also added. I hope you like these gadgets. To add this gadget in your blog follow below steps.


Step 1: Go to blogger dashboard > Layout > add a gadget > Html/javascript.

Step 2: Copy the code of desired "about-me" gadget and paste it into Html/javascript window.


Style 1


<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>

<div class="box">
   <div class="ribbon"><span>Admin</span></div>
<div id="about-me"> 
  <img src="http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg" /><p>Fahim Raza</p><p></p><h5>My name is Fahim Raza. I am a professional blogger. I have created many blogs. My recent one is 101Helper....</h5>
<p></p><p></p>
</div>
<div id="my-link">
<a href="https://www.facebook.com/pages/101Helper/623626157780837" target="_blank"><img src="http://i57.tinypic.com/aonk43.png" title="Facebook" width="22px" /></a>
<a href="https://twitter.com/101Helperblog" target="_blank"><img alt="Twitter" src="http://i58.tinypic.com/2ldzzog.png" title="Twitter" /></a>
<a href="https://plus.google.com/+101helperBlogspot" target="_blank"><img alt="Google+" src="http://i57.tinypic.com/3009oqw.png" title="Google" /></a>
<a href="https://www.pinterest.com/101helper" target="_blank"><img alt="Pinterest" height="22px" src="http://www.nptechforgood.com/wp-content/uploads/2012/02/pinterest-logo.jpg" title="Pinterest" width="22px" /></a></div></div>
<style>
#about-me{
  color:#444;
    width: 300px;
    padding: 20px 10px 110px;
    border: 2px solid #555;
  background-color:#eee;
 font-family: 'Open Sans Condensed',sans-serif;
}
#about-me img {
  border: 2px solid #666;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 16px;
  border-radius: 2px;
  left: 8px;
}
#about-me p{
position:absolute;
bottom:84px;
  font-size:17px;
font-weight:bold;
  left:119px;
color: rgb(58, 148, 227);
}
#about-me h5{
  width:200px;
  position:absolute;
  left:119px;
  top:9px;
  color:#555;
font-size:14px;
}
#my-link {
position:absolute;
top: 94px;
  left: 119px;
}
.ribbon {
  position: absolute;
  left: -3px; top: -3px;
  z-index: 5;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#359BED 0%, #5467A7 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #5467A7;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5467A7;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #5467A7;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5467A7;
}
</style>

Style 2

Stylish About me gadget for blogger style 2 | 101helper

<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>

<div id="about-me"> 
  <img src="http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg" /><p>Fahim Raza</p><p></p><h5>My name is Fahim Raza. I am a professional blogger and owner of 101helper.blogspot.com. I like music, playing football,car race and blogging...</h5>
<p></p><p></p>
</div>
<div id="my-link">
<a href="https://www.facebook.com/pages/101Helper/623626157780837" target="_blank"><img src="http://i57.tinypic.com/aonk43.png" title="Facebook" width="22px" /></a>
<a href="https://twitter.com/101Helperblog" target="_blank"><img alt="Twitter" src="http://i58.tinypic.com/2ldzzog.png" title="Twitter" /></a>
<a href="https://plus.google.com/+101helperBlogspot" target="_blank"><img alt="Google+" src="http://i57.tinypic.com/3009oqw.png" title="Google" /></a>
<a href="https://www.pinterest.com/101helper" target="_blank"><img alt="Pinterest" height="22px" src="http://www.nptechforgood.com/wp-content/uploads/2012/02/pinterest-logo.jpg" title="Pinterest" width="22px" /></a></div>
<style>
#about-me {
  color: #444;
  width: 314px;
  padding: 40px 22px 114px;
  border: 2px solid #A0A0A0;
  background-color: #fafafa;
  font-family: 'Open Sans Condensed',sans-serif;
}
#about-me img {
  border: 6px double #A0A0A0;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 23px;
  border-radius: 12px;
  left: 18px;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(-17deg);
  z-index: 5;
}
#about-me p {
  position: absolute;
  bottom: 102px;
  font-size: 18px;
  font-weight: bold;
  left: 146px;
  color: rgb(58, 148, 227);
}
#about-me h5 {
  width: 185px;
  position: absolute;
  left: 146px;
  top: 15px;
  color: #747272;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-align: left;
}
#my-link {
  position: absolute;
  top: 20px;
  left: 332px;
}
#my-link img{
border-radius:70px;
padding:2px;
}
</style>


Style 3

Stylish About me gadget for blogger style 3 | 101helper
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>
<div id="about-me"> 
  <img src="http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg" /><p>Fahim Raza</p><h5>Hi there! my name is Fahim Raza. I am a professional blogger. I like music(Linkin Park), playing games(football) and blogging...</h5>
</div>
<div id="my-link">
<a href="https://www.facebook.com/pages/101Helper/623626157780837" target="_blank"><img src="http://i57.tinypic.com/aonk43.png" title="Facebook" width="22px" /></a>
<a href="https://twitter.com/101Helperblog" target="_blank"><img alt="Twitter" src="http://i58.tinypic.com/2ldzzog.png" title="Twitter" /></a>
<a href="https://plus.google.com/+101helperBlogspot" target="_blank"><img alt="Google+" src="http://i57.tinypic.com/3009oqw.png" title="Google" /></a>
<a href="https://www.pinterest.com/101helper" target="_blank"><img alt="Pinterest" height="22px" src="http://www.nptechforgood.com/wp-content/uploads/2012/02/pinterest-logo.jpg" title="Pinterest" width="22px" /></a></div>
<style>
#about-me {
  color: #444;
  width: 225px;
  padding: 20px 10px 110px;
  border: 2px solid #B0AEAE;
background: -webkit-linear-gradient(#eee, white);
  font-family: 'Open Sans Condensed',sans-serif;
  height: 175px;
}
#about-me img {
  border: 2px solid #666;
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 184px;
  border-radius: 60px;
  left: 65px;
}
#about-me p {
  position: absolute;
  bottom: 135px;
  font-size: 19px;
  font-weight: bold;
  left: 91px;
  color: rgb(58, 148, 227);
}
#about-me h5 { letter-spacing: 0.3px; width: 200px; position: absolute; left: 30px; top: 140px; color: #555; font-size: 14px; text-align: center; }
#my-link {
  position: absolute;
  top: 260px;
  left: 79px;
}

</style>

Style 4

Stylish About me gadget for blogger style 4 | 101helper

<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>

<div id="about-me"> 
  <img src="http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg" /><p>Fahim Raza</p><p></p><h5>My name is Fahim Raza. I am a professional blogger and owner of 101helper.blogspot.com. I like music, playing football,car race and blogging...<br /><br />Email: Fahimraza101@gmail.com<br />Phone: xxx-xxx-xxx-001<br />Skype ID: Fahim Khan</h5>
<p></p><p></p><h4>Author Name:</h4>
</div>
<div id="my-link"><p>Follow On</p>
<a href="https://www.facebook.com/pages/101Helper/623626157780837" target="_blank"><img src="http://icons.iconarchive.com/icons/danleech/simple/512/facebook-icon.png" title="Facebook" width="35px" height="35px" /></a>
<a href="https://twitter.com/101Helperblog" target="_blank"><img alt="Twitter" src="http://icons.iconarchive.com/icons/danleech/simple/1024/twitter-icon.png" title="Twitter" width="35px" height="35px" /></a>
<a href="https://plus.google.com/+101helperBlogspot" target="_blank"><img alt="Google+" src="https://developers.google.com/+/images/branding/g+128.png" title="Google" width="35px" height="35px" /></a>
<a href="https://www.pinterest.com/101helper" target="_blank"><img alt="Pinterest"  src="http://www.iconarchive.com/download/i54058/danleech/simple/pinterest.ico" title="Pinterest"  width="35px" height="35px" /></a></div>
<style>
#about-me {
  color: #444;
  width: 275px;
  border: 2px solid #A0A0A0;
  background-color: #fafafa;
  font-family: 'Open Sans Condensed',sans-serif;
  height: 310px;
}
#about-me img {
  border: 2px solid #A0A0A0;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 15px;
  border-radius: 4px;
  left: 186px;
}
#about-me p {
  position: absolute;
  top: -2px;
  font-size: 18px;
  font-weight: bold;
  left: 99px;
  color: rgb(58, 148, 227);
  letter-spacing: .4px;
}
#about-me h5 {
  border-top: 3px double #999;
  width: 169px;
  position: absolute;
  left: 13px;
  padding-top: 5px;
  top: 16px;
  color: #747272;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-align: left;
}
#about-me h4 {
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 14px;
}
#my-link {
  position: absolute;
  top: 268px;
  left: 10px;
}
#my-link p {
position: absolute;
  bottom: 29px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  left: 3px;
}
#my-link img{
border-radius:5px;
padding:2px;
}
</style>

Customization:


To change pic:


Replace http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg with your profile pic url. 


To change name:


Replace Fahim Raza with your name. Maximum characters allowed are 12.


To change description:


Replace green colored text with your description. don't write too long description, otherwise it may look irregular.


To add your social profiles links:


Replace the yellow colored links with your social profiles links.  


Hope you this post and this gadget is working fine in your blog. If you have any question about any of the above gadgets, ask me in comments or contact me. Follow and subscribe to get instant updates about blogger gadgets. Share this post with others and help my blog grow.


Search Tags: "About me" gadgets with different styles for blogger, Stylish about me gadget for blogger, Author profile gadgets for blogger.

Kategori

Kategori