Showing posts with label Beginner's Guide. Show all posts
Showing posts with label Beginner's Guide. Show all posts

Feb 10, 2014

Customizing Blogger's New Feature - About Author Below Posts

professional author box widget

I always wondered that why Bloggers never draws it's attention towards multi authored blogger blogs. And it's true that blogger was not having about author section in it's default blogs but now blogger has brought this feature in all of it's default templates.

I've already written a tutorial on how to add this widget in your blogger sites.

Before proceeding to this tutorial you must know that that this widget is linked to your Google+ id and it fetch out the description part and name of the author from your Google+ profile. Therefore this widget is very handy, because you don't need to do much of coding and and writing in your HTML editor. (may be beginners would be happy to listen this)

Screenshot of this widget looks something like this

Suryakant sao


Let's Start Implementing

Before implementing it you need to read the first tutorial otherwise there are the chances of making mistakes while implementing it. After you have read the posts open Blogger Dashboard → Template → HTML Editor then search for <div class='post-footer'> 



After that paste the below given code after it

XML

<div class='post-footer-line post-footer-line-1'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<h3 class='abt_author'>About The Author</h3>
<div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<b:if cond='data:post.authorPhoto.url'>
<a expr:href='data:post.authorProfileUrl'>
<div class='auhtor-image'>
<img expr:src='data:post.authorPhoto.url' itemprop='image' width='100px'/>
</div>
</a>
</b:if>
<div>
<a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
<span itemprop='name'><data:post.author/></span>
</a>
</div>
<p class='description' itemprop='description'><data:post.authorAboutMe/></p>
</div>
</b:if>
</div>


So you've successfully added the HTML stuff, okay now in this step we'll customize it using CSS.
You need to find this code in your blogger template by pressing Ctrl+F ]]></b:skin>. Now paste the below given code just before it.


CSS

.author-profile {border-top: 1px solid #CCC;border-bottom: 1px solid #CCC;margin: 20px 5px 0 0px;padding: 25px 0 15px;position: relative;}
.author-profile img{border:1px solid #EFEFEF;float:left;margin-right:5px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}
.author-profile > div > a{color:#444}
.author-profile > div{font-size:14px;font-family:helvetica;margin:0}
p.description{font-size:95%;margin:0;line-height:1.7em}
p.description a{color:#333;font-family:arial rounded mt bold}
a.g-profile{font-size:30px;font-family:brush script std;margin:15px 0 5px}
.auhtor-image img{color:#FFF;margin-right:2%;border-color:#FF6854;border-style:groove;border-width:10px;padding:0}
h3.abt_author{margin: 0;position: relative;bottom: -35px;z-index: 10;background: #FFF;display: inline-block;padding: 0 5px 0 0px;}

After successfully pasting the code save your template and you're done. So this was the simple thing made special using CSS. 
Continue Reading(...)
10 comments

Jan 5, 2014

How To Use Zocial Icon Fonts In Blogger?

zocial icon fonts

Web-designing techniques is consistently improving from past few years. It's because of the popularity that freelance market has received in past 5-6 years.

Friends you know that 2-3 years back when peoples were scratching the newly launched CSS3, designers were using the old design techniques of using images, sprite images. But now everything has changed alot compared to past. Designers hate to use bitmap image files and prefer to use icon sets created using pure css3.

Why to use icon fonts?
It's a simple question that may strike your mind at the moment. But answer to this is very simple. Icon fonts are nothing but they are the shapes, designed by using pure css. That's why they don't eat much of your loading bytes and download more fast as compared to image files.


So let's start our lesson on how to use icon fonts in blogger sites?


Some Basic Steps

Easy to Use
Using icons fonts is not very tough task it's very simple now, all you need is to link the stylesheet of icon fonts in your blogger template and then start using it.

Let me simplify this more for you
  • Open Blogger Template → Html Editor → search <b:skin> on top
  • Add below given url just above it. (I've used zocial icon set for e.g.)

<link href:'http://weloveiconfonts.com/api/?family=zocial' rel='stylesheet'/> 


  • Now add below code in your stylesheet just before ]]></b:skin> 


[class*="zocial-"]:before { font-family: 'zocial', sans-serif; }

Calling the Icons
After adding the stylesheets of icons, save your template and then you're ready to use icons.
You can call the icons only if you provide correct class name for icon. Like we're using zocial icon set which has complete set of all the social media icons.

So for e.g. we want to use facebook icon then we'll create a element like

<span class='zocial-facebook'></span>
or you can also write it like
<div class='zocial-facebook'></div>
or
<i class='zocial-facebook'></i>

you can use any tag name span, div, i, abbr, a etc. but important thing is the class name as I've mentioned earlier in few paragraphs above. If class name is wrong icon will not appear.


Play & Learn fast





Final Words

Tell me How can I help you? Though this article is lengthy one but I am sure that I've not bored you in this article. I've used all the very details so that every class of leaner either be it pro-developer or be it beginner both can learn it easily.

Do not forget to leave your comments below telling me how much you liked playing and learning in this article.

Below is the list of all zocial icons with their class name just by side of the icon.


    List of Zocial Icons Sets

  • zocial-acrobat
  • zocial-amazon
  • zocial-android
  • zocial-angellist
  • zocial-aol
  • zocial-appnet
  • zocial-appstore
  • zocial-bitbucket
  • zocial-bitcoin
  • zocial-blogger
  • zocial-buffer
  • zocial-cal
  • zocial-call
  • zocial-cart
  • zocial-chrome
  • zocial-cloudstore
  • zocial-creativecommons
  • zocial-delicious
  • zocial-digg
  • zocial-disqus
  • zocial-dribbble
  • zocial-dropbox
  • zocial-drupal
  • zocial-dwolla
  • zocial-eventasaurus
  • zocial-eventbrite
  • zocial-eventful
  • zocial-evernote
  • zocial-fivehundredpx
  • zocial-flattr
  • zocial-flickr
  • zocial-forrst
  • zocial-foursquare
  • zocial-github
  • zocial-gmail
  • zocial-google
  • zocial-googleplay
  • zocial-googleplus
  • zocial-gowalla
  • zocial-grooveshark
  • zocial-guest
  • zocial-html5
  • zocial-ie
  • zocial-instagram
  • zocial-instapaper
  • zocial-intensedebate
  • zocial-itunes
  • zocial-klout
  • zocial-lanyrd
  • zocial-lastfm
  • zocial-linkedin
  • zocial-macstore
  • zocial-meetup
  • zocial-myspace
  • zocial-ninetyninedesigns
  • zocial-openid
  • zocial-opentable
  • zocial-paypal
  • zocial-pinboard
  • zocial-pinterest
  • zocial-plancast
  • zocial-plurk
  • zocial-pocket
  • zocial-podcast
  • zocial-posterous
  • zocial-print
  • zocial-quora
  • zocial-reddit
  • zocial-rss
  • zocial-scribd
  • zocial-skype
  • zocial-smashing
  • zocial-songkick
  • zocial-soundcloud
  • zocial-spotify
  • zocial-statusnet
  • zocial-steam
  • zocial-stripe
  • zocial-stumbleupon
  • zocial-tumblr
  • zocial-viadeo
  • zocial-vimeo
  • zocial-vk
  • zocial-weibo
  • zocial-wikipedia
  • zocial-windows
  • zocial-wordpress
  • zocial-xing
  • zocial-yahoo
  • zocial-yelp
  • zocial-youtube
Continue Reading(...)
5 comments

Nov 29, 2013

2 Ways to Integrate Google+ with Blogger Posts

Google+ recommendations
Blogging without social media is out of imagination today, so it becomes necessary for you to promote your contents top social media. And social media share plugins are going to do this work for you. But to know it there are many social media platforms present, but popular and effective among all them are facebook, twitter, stumble upon, and Google+. Among all the above mentioned Google+ is most simple, it's because both Google+ and Blogger are owned by Google so both gets integrated easily.

Today in this tutorial our focus will be on integrating your blog posts properly with Google+ platform. And this can be done in two ways

Way#1

Simple way, you don't need to add any codes, all you need to do is 
login to your blogger account → Blogger dashboard → Layout
and open Blog posts

google+ for Blogger
Screenshot
Now click on edit on lower-right section. And activate it from there

simple way to add google+


Way#2

Advanced Way is not really advanced, it is also easier method if you follow below given instructions. In this method only Google plus button will be displayed in your blog's posts.

Open Blogger DashboardTemplateHtml editor and search for </body> and add the below given code just before it. (You will find body tag in the extreme bottom of your blogger template)

Javascript

<script type="text/javascript">
  window.___gcfg = {lang: '<data:language/>', parsetags: 'onload'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>


Now to activate google+ button, search following code in your blog's template
<b:includable id='post' var='post'>
now scroll below in this section searching for
<div class='post-footer'> and add below given code just post-footer section.


Html

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='float: none;'>
<div class='g-plusone' data-size='tall' data-annotation='bubble' expr:data-href='data:post.canonicalUrl'></div>
</div>
</b:if>


Customization of Button
Google+ button provide 4 types of standard sized for G+ button. They are

  1.  small 
  2.  medium 
  3.  standard 
  4.  tall 
Now what you have to do is, if you want medium button then in Html code find data-size='tall'. And replace tall with medium or other size you want.

After customizations save the template and view the result in your blog's post pages.
Continue Reading(...)
Leave a Comment

Nov 17, 2013

6 Solid Reasons Why To Use Disqus?

disqus comment for bloggers

Disqus is too good to make a discussion. That is why it has become first choice for many top blogs and sites. Not only discussion makes it a favourite choice for the webmasters but also it's exclusive features make it a reliable comment system. That is the reason why some of the top blogs like hongkiat.com, wired.com, telegraph.co.uk go for disqus installed in their sites. After using disqus comment system in my sites, I have realized many good things in my site's stats. I will be detailing those points in this article.


1  Free

Disqus is a free install plugin, supporting many sites including top blogging platforms also like wordpress, blogger, tumblr, typepad etc. Now for a while stop reading further and have a look on the list of platforms that disqus supports.

disqus with blogger


2  Easy To Install

Disqus plugin is very easy to install and it proves to be very handy for their users. All you need to do is sign up with your email id and then choose your platform and install it and see it working on your blog.



3  Anti Spam Community

Disqus comment system is totally free from spams. Disqus team keeps a complete check on spam comments. Also it is integrated to social media, so chances of receiving spam comments will be less, because along with disqus social media like facebook, twitter, linkedin are also conscious towards spams.



4  Socially Connected

Disqus allows you to comment with your account on social networking sites like twitter, facebook, linkedin. If you don't have account on disqus you can also comment with your email id. On thing I have noticed in disqus comments is that it fetches the profile picture from your accounts on social networking sites and displays it along with your comments, thus making your presence genuine.



5  Keeps Track Of The Discussions 

Disqus keeps complete track of the discussions happening on your page or posts. You don't even need to land on the particular page to participate in discussions, just open up your disqus dashboard and start doing discussions from right there. 



6  Comment Optimization

Disqus allows you to insert images in your comments. It is not only limited in adding images, but also you can share your comments in social networking sites like twitter and facebook.



Final Words

So what are you waiting for install disqus in your blogger sites and be ready to get recognized by billions disqus users. But wait and think how will it be for you if you can use disqus comments and google+ comments together. It will surely increase number of viewers for your comments. Soon I will post a article on how to use disqus comment system along with google+ comment system. So stay tuned with us.
Continue Reading(...)
Leave a Comment

Nov 11, 2013

How To Add Link To Blogger Header Title h1?

add url to blogger header title

Normally in the most of the blogger templates, header title don't contain links which when clicked takes you to the homepage of your site. It is because in homepage your blogger's header title will appear as simple text only, to fix it you will have to do a little of tweaking in your blogger's template. After tweaking you will get wordpress like results, that means header title will appear as a link in all the pages.

Let us see how to tweak the header title codes.


  • Open Blogger dashboardTemplateHtml Editor
  • Now open widget selection lists and open Header1
add url to header title in blogger

  • Now expand the widget and then expand id='title'
  • You will see a code like this
add url to header title in blogger

  • Replace it with the following given code

Xml

<a expr:href='data:blog.homepageUrl'><data:title/></a>


  • Save the template afterwards and you're done.



Final Words

In my initial days while learning web designing and coding, I have worked in vain for hours to fix this issue in my blogger template. Also there wasn't any tutorials article out there which would give me an idea or any hint to fix this problem. So to help innumerable others like me I have written this small tutorial, If my article really helped you then help us growing our community by joining our social media sphere.
Continue Reading(...)
Leave a Comment

Nov 8, 2013

Blogger Introduces Auto Read More Feature

blogger introduces read more feature

Wordpress Blogs are pre-installed with read more feature. This feature summarises the posts into excerpts. It allows your visitors to easily navigate to all the sections of your site. Now option left for blogspot users is to either hack their template using read more java-script code.

Well if you are one among those than stop hacking and just learn some important things about your blog posts editor. After learning it you can use the Auto Read More feature in your blogger site without any java-script hack.

So How Can You Use Read More Feature Of  Blogger?

jump break feature in blogger

The tool encircled in red is the jump-break tool, which creates expandable posts intro in your bloggers sites. This displays the long posts of your sites as a small intro to your visitors.

How To Use this Jump-break tool?

First complete writing your posts. Here we will see the demo of a example article



Now click on the section of the posts from where article may get summarised. See the example of it below




After that



Now Go to TemplateHtml editor → Search For <data:post.body/>

Replace it with the below given code




<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'>
<data:post.jumpText/>
</a>
</div>
</b:if>


Save the template and you are done.
Now the posts with jump-break will appear as a intro in Blogger posts, just like it appears in wordpress sites.
Continue Reading(...)
Leave a Comment

Nov 7, 2013

Simple Trick To Remove Bloggers Attribution Widget

remove powered by blogger attribution widget

Attributing means showing honour or respect to someone who has helped you in some manner. For the sites and blogs hosted on blogger platform, default widget of attribution is provided by blogger itself for it's users through which they can pay a attribution to blogger. In some of the templates this widget is installed by default.

But there is a group of some peoples also who don't like this powered by blogger attribution link. And since this widget is locked so, only possible way to remove it is by the Html Editor of your Blogger's Dashboard. Below we will learn to remove it using Html Editor

Step#1

  • Open Blogger DashboardTemplateHtml Editor
  • Now click on Widgets selection box and select Attribution  widget

remove attribution widget form blogger


  • After opening the Attribution Widget you will land to the widget section of your template.


remove attribution widget form blogger


  • Select the complete code of the widget as shown below


remove attribution widget from blogger


  • Now delete this code form you template and save the template.
Congratulations you have successfully removed Powered by Blogger Attribution Widget.
Continue Reading(...)
1 comment

Oct 30, 2013

Go Get Custom Url For Your Google+ Profile

how to set custom url of google+

Recently while checking my e-mails in the morning I got a mail from Google+ asking me to customize my Google+ profile with a custom url containing my name. Since after the launch of Google+ it is using unique set of numbers to allot it as a user name to each unique individual's account. But problem with that system was it was quite difficult for an average person to remember those junk of numbers, even the account owner also can't remember the three digits in a row.

So following the trend of facebook and twitter, Google+ has introduced a new system of giving custom url to established G+ account. Custom url system is already in use by facebook and twitter, now G+ is also following the same thing. No matter what big companies are doing but surely this step of G+ is going to win lot of appreciation from it's users including me also :)

Let us see the procedure of getting custom url for your G+ account.

how to set custom url of google+


How To Setup Custom Url?

  • Click on Get Url 
  • You will land on your profile page, wait for a minute

how to set custom url for google+

  • Or other option will be present in Links option of profile.


how to set custom url for google+

  • Click on it, then



  • After confirmation your username will be changed. 



Final Words


This feature is now available only to established users only. If your account whether be it Google+ profile or Google+ page, you'll receive e-mail regarding the confirmation of custom url of your page or profile. Google+ has announced that this feature will be available only to limited users only, so general users will have to wait to avail this feature. So wait for your e-mail.
Continue Reading(...)
Leave a Comment

Oct 19, 2013

Engage Traffic by Installing Wikipedia In Your Blogger Site

Wikipedia since its creation in 2001 has emerged out as a powerful online library and a heaven of knowledge and articles. Wikipedia is run by Wikimedia foundation and is contributed by countless authors and scholars. It's follows the policy of openly editable model and anyone with ample knowledge about any topic or anything can contribute the wikipedia.



What's the Use of Wikipedia In Blogger?


Nothing is useless, it all depends on what you prefer to use. Suppose you like to play video games and you don't like playing soccer outdoor then it will be useless for you, but for them who like soccer and hate video games will be just opposite. 

It is a mind set question in everyones mind that what we will get after installing wikipedia in blogger?
After thinking a lot over this question some points came out in the form of answers. 

  • If you have a guide providing site or site dedicated to the beginners guide, then you must need a plugin which elaborate the needed details to your readers and visitors.
  • You can also add it as a need to know plugin, because there are variety of peoples over the web differing in knowledge.Someone need to know more and some need only hints to understand the thing completely for which they have started a quest. 

And here Wikipedia Widget can work as a traffic engaging plugin for your site. Because your visitors won't need to migrate to Google and then search for wikipedia. It would certainly lessen the traffic engagemet of your site on blogger.


How To Install Wikipedia In Blogger?


You can install wikipedia in your blogger sites in few simple steps. Just open your Blogger Control Panel/Dashboard → Layout → Add a Gadget.




Pop-up window opens up after you click on Add a Gadget


Install Wikipedia In Blogger

Now enter into More Gadgets option and then second widget which appears in row will be of Wikipedia.

Open it and add it to your site and start creating easy-to-understand guides now for your readers and visitors.

Final Words


This was a easy trick with some uniqueness inside it. This method is ideal for the sites which provide brief guides on some topic or any other sites which publish reviews. It's not mandatory that only guide publishing sites can add this plugin. Any site of any niche can add it to their sites depending on their interests. Hope you have a good time reading this entire tutorial.
Continue Reading(...)
4 comments

Oct 18, 2013

How To Add A Widget In Blogger Using Html editor?

how to add a widget in blogger using html editor
Widgets are the co-elements of any blog or website which acts as an enhancer, you can say that widget is simply a gadget which increases the functionality of any site/blog. It can function as a barrier between your blog and social media sites to deliver the content, it may function as a navigation tool for your site or going further it can also add some more functionality to your site/blog by integrating the third-party applications or plugins. Blogger also provides a nice collection of widgets to it's users. But some times while editing the template in Bloggers it may happen that Layout of your blog may not function. And here it gets little tricky to add some widgets/gadgets.



Now in this tutorial we will be dealing with this problem, so that ever if it happens with you too then you must be able to add widget/gadget without any tension and problem. But before proceeding to Html Method we may also recall How to add widget using simple method?

#1 General Method

  • Open Blogger Dashboard → Layout 
Trackmyblog

  • Click on Add a Gadget


trackmyblog


  • Select the desired widget and add it to Layout panel. Now you'll see that widget has been installed to your blog.


#2 Html Method

  • Open Blogger Dashboard → Template → Html Editor


  • Find Sidebar Div class in your template or secondary column.


<div class='sidebar'>
.
.
.
</div>


  • Now inside it find the section code like it is given below



<b:section class='sidebar' id='sidebartop' preferred='yes'>
.
.
.
</b:section>


Section id and sidebar class name may be different for some of the blog templates. So easy and alternate way to find it and identify is 


  • Find the Blog1 from widget menu, just below the Blog1 ends sidebar starts there.




  • Now after finding the sidebar section code enter the following code.


Instead of copying these code from here better you must remember it.



<b:widget id='HTML1' type='HTML'>
<b:includable id='main'>
.
.
.
</b:includable>
</b:widget>


  • Above code is the parent container of the widget. Which is must to enter if you want to enter any widget.


ID name Type name will be different for different-different widgets. For example we have shown here a demo of HTML/Javascript Editor of which Id is HTML1 and type defines the type of widget it is. Here it is HTML type 


  • Inside the parent structure code, add the below given code which is the widget container division.


<!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
.
.
.

</div>

Congratulastions you have successfully added the widget in your Blogger site using Htmnl editor method.
Say your words for us we are eager to heaa it from you in the comment box below.
Continue Reading(...)
Leave a Comment

Oct 17, 2013

How To Control Number of Posts Per Pages in Blogger?

How to control posts per page in blogger
To have a decent blog means everything in your blog should be arranged in a sober way. Each and every content of your blog must be in a well managed order. But for beginners it happens often that, if each posts in a blog is published with large number of words, characters and informations including image files, video files etc. then the appearance of your blogger site become messy. It don't give you the feel of soberness anywhere. And here you wish to limit the number of posts in per page of your bloggers sites.

Well this is not the trick but it is the necessary for you to know that how to control number of posts per pages in your blogger sites? Let's see the tutorial now

You can control the number of posts by two three ways but we are going to teach you the simplest way with which you can control the number of posts

  • Open Blogger Dashboard → Settings → Posts and Comments

  • You will see a control panel like this


  • Now see the highlighted part in your Bloggers Control Panel.
  • From here you can limit the number of posts to displayed in your blog's per page.


You can also control the number of posts using a small piece of code, but problem with this method is that it will limit the posts only in that page in which this code is interlinked with the url of that page. Anyway you must also know about this code.




http://www.trackmyblog.com/search?max-results=3 

http://www.trackmyblog.com/search?max-results=5 

http://www.trackmyblog.com/search?max-results=7 


Here you see some pieces of code are highlighted in  reddish-pink . The highlighted part is the code  which defines the number of posts to be shown in per search.


Final Words


Though this tutorial is easy one but we sometimes even the easiest of the work becomes difficult to do and there can be many reasons behind it. May it can be your inner frustration or your workload or you may be multitasking etc. And we can't predict that when a easy task becomes a difficult trade, so we have presented a tutorial in a easy way which will help you if you are really in need. 
Continue Reading(...)
Leave a Comment

Oct 14, 2013

How To Install Custom Blogger Themes/Templates?

Blogger provide default blogger themes but it's not responsive that's why Bloggers opt to get some custom themes or design a new themes themselves. But if you are a newbie blogger then it becomes little difficult to do any thing on blog without any proper guide. In today's post we are posting about how to install Custom Blogger themes?


Before you can install any theme you need to find a new custom designed blogger themes.

When you download the theme/template either you will get a XML file or ZIP file. When you get ZIP file then extract it using file extracter.

Remember that Blogger accepts the themes in XML format only, XML is the advanced version of HTML and it's abbreviated as Extensible Markup Langauage.


Step#1

  • Open Blogger Dashboard → Template 



  • Now you will find a Back/Restore button on the right side of topmost corner.
  • On clicking over it a new window will be opened.

  • Now Click on Choose File and then upload the XML file of the desired theme/template you want to be uploaded in your blogger blog.
We are done now.


Step#2


This step is very easy to perform no extra searching and no extra effort, just you need to do copy and paste in this process and then save it. Let's see how to do this

  • Open Blog Dashboard→Template→Html Editor
  • Now open the Blogger theme/template which you want to upload with wordpad/notepad/MS word.
  • After it is opened press Ctrl+A to select all and then in follow press Ctrl+C to copy the whole of theme coding.
  • Now open your Blogger template html editor now select all the codes inside html editor.


  • After selecting all the codes of Html Editor Delete the whole of codes 
  • And after then press Ctrl+V to paste the codes which you have copied from Wordpad/Notepad/MS Word in previous steps.
  • Now hit the Save Template and wait till template is saved.
  • Now you're done.
Congratulations you have uploaded custom blogger theme/template in your blog.
Continue Reading(...)
Leave a Comment