Sunday, April 28, 2013

Social Sharing Widget for Blogger with an Awesome Spinning Hover Effect



LIVE DEMO




Social media is one of the major source of traffic, that is why every blog or website have a social sharing button to make it simple to share their blog content. Social sharing button has many looks now, one is coming from the official social networking site and other is a custom by the user. Many users make their own, because they want a very attractive and awesome social sharing button. This is important that your social sharing button has a good looking and have an awesome effect to attract or to get the attention of your visitor to share your blog.  

Yesterday when I have a time I make my own social sharing button for blogger blog and now I want it, to share. This social media icon set is maked by SOFTAREA at deviantart and I added Stumbleupon and delicious button. This widget had an 8 popular social networking site such as Facebook, Twitter, Google Plus, Pinterest, Digg, Linkedin, Stumbleupon and Delicious and with an awesome spinning and darker hover effect for each button and also have a transition effect to add cooler effect. Follow the procedure below for adding this in your blogger post footer. 


Procedure:


1. Log in to you blogger account --> Templates --> Back Up Templates

2. After backed up click EDIT HTML

3. Find(ctrl+f)
  <div class='post-footer-line post-footer-line-1'>  

Above this line of code copy and paste below code.


CODE:

1:  <b:if cond='data:blog.pageType == &quot;item&quot;'>  
2:  <div id='kevz-share'>  
3:  <ul>  
4:  <li><a class='twit' expr:href='&quot;http://twitter.com/?status=&quot; + data:post.title + &quot; - &quot; + data:post.url ' rel='nofollow' target='_blank' title='Tweet this post'></a></li>  
5:  <li><a class='fb' expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank' title='Share this post on Facebook'></a></li>  
6:  <li><a class='digg' expr:href='&quot;http://digg.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank' title='Share this post on Digg'></a></li>  
7:  <li><a class='gplus' expr:href='&quot;https://plusone.google.com/_/+1/confirm?hl=en&amp;url=&quot; + data:post.url + &quot;&quot;' rel='nofollow' target='_blank' title='Plus One this post'></a></li>  
8:  <li><a class='pinterest' expr:href='&quot;http://pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;media=&quot; + data:post.thumbnailUrl + &quot;&amp;description=&quot; + data:post.title' rel='nofollow' target='_blank' title='Pin this post'></a></li>  
9:  <li><a class='delicious' expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank' title='Share this post on delicious'></a></li>  
10:  <li><a class='stumbleupon' expr:href='&quot; http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank' title='Share this post on Stumbleupon'></a></li>  
11:  <li><a class='linkedin' expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url' rel='nofollow' target='_blank' title='Share this post on LINKEDIN'></a></li>  
12:  </ul>  
13:  </div>  
14:  <style>  
15:  #kevz-share ul li a {  
16:    background-repeat: no-repeat;  
17:    display: block;  
18:    float: left;  
19:    height: 50px;  
20:    margin-left: 10px;  
21:    transition: all 2s ease 0s;  
22:     -moz-transition: all 2s ease 0s;  
23:      -webkit-transition: all 2s ease 0s;  
24:    width: 50px;  
25:  }  
26:  #kevz-share {  
27:    background: none repeat scroll 0 0 transparent;  
28:    border: 1px dashed gray;  
29:    height: 60px;  
30:    padding: 5px;  
31:    width: 98%;  
32:  }  
33:  #kevz-share ul {  
34:    clear: none;  
35:    list-style: none outside none;  
36:    margin: 5px 0 5px 5%;  
37:    padding: 0;  
38:  }  
39:  #kevz-share ul li {  
40:    background: none repeat scroll 0 0 transparent;  
41:    display: inline;  
42:    margin: 0;  
43:    padding: 0;  
44:  }  
45:  #kevz-share ul li a.twit:hover {  
46:    opacity: 1;  
47:    transform: rotateY(350deg);  
48:    -moz-transform: rotateY(350deg);  
49:    -webkit-transform: rotateY(350deg);  
50:  }  
51:  #kevz-share ul li a.twit {  
52:    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicEVVHaDJ810tR5lft6uWmekYxhB3DwkW3eMIxXr3g0Oy8aTHL_rNAmxkicS_UR2Xuc8oj21itcShPNQkl8BjPW6zeZY-xvMDFNCCtRMk6wUg-t6MftmbaprVe6tVfYdYusITKGgGsZaE/s1600/twitter.png") no-repeat scroll 0 0 transparent;  
53:    opacity: 0.5;  
54:  }  
55:  #kevz-share ul li a.fb:hover {  
56:    opacity: 1;  
57:    transform: rotateY(350deg);  
58:    -moz-transform: rotateY(350deg);  
59:    -webkit-transform: rotateY(350deg);  
60:  }  
61:  #kevz-share ul li a.fb {  
62:    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSwCR81Kbuavdyg6J20hnrgp-dwQk8KOg68VK7drJ4tkSqiLkbamLoGiuXr2B3kM2NI5ru7JHveK65SftuypdY3IlRCUERz9swxpFDD7Bm_XVYDAmAcdQtahEX7asBUGGiz7DWGYJHsGU/s1600/facebook.png") no-repeat scroll 0 0 transparent;  
63:    opacity: 0.5;  
64:  }  
65:  #kevz-share ul li a.gplus:hover {  
66:    opacity: 1;  
67:    transform: rotateY(350deg);  
68:    -moz-transform: rotateY(350deg);  
69:    -webkit-transform: rotateY(350deg);  
70:  }  
71:  #kevz-share ul li a.gplus {  
72:    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs4bub2QfR2jRezrmLWFARJeT27JxZj_nIwWf4SXkO68yxBvJXvEn7dEx_eN82ZWyKzSBkol-Q9vWxdURkwwXOZ-X9gH-VJ2n5_IpXBeTBhLxU1czdBSVp6VbEldpeiEwgL6V9TWn5Q1s/s1600/gplus.png") no-repeat scroll 0 0 transparent;  
73:    opacity: 0.5;  
74:  }  
75:  #kevz-share ul li a.digg:hover {  
76:    opacity: 1;  
77:    transform: rotateY(350deg);  
78:    -moz-transform: rotateY(350deg);  
79:    -webkit-transform: rotateY(350deg);  
80:  }  
81:  #kevz-share ul li a.digg {  
82:    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNzDCA3nOcshLcPTyTGZAGssb__zu4jrO-LWAWLkBO6lt-XNSurw4Ur5KopHcptWSzmSzllWqwvQwiJ0cS2_eZRR0LySzHqFlOcLyrbM6BXnwQmVpkOqMcXtC0aoc3Hn_BUSuMM2Dxc7I/s1600/digg.png") no-repeat scroll 0 0 transparent;  
83:    opacity: 0.5;  
84:  }  
85:  #kevz-share ul li a.pinterest:hover {  
86:    opacity: 1;  
87:    transform: rotateY(350deg);  
88:    -moz-transform: rotateY(350deg);  
89:    -webkit-transform: rotateY(350deg);  
90:  }  
91:  #kevz-share ul li a.pinterest {  
92:    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeuqQ32RPcLhgTIeAu5JwTd5Mx9SIBNDhlscd16EKs2Itz53CJeWbsqlSPRgBtHVN60pd9W1YpbWegBRbNCDsRU-Iu0dv-8Colw__NMd8yZxQoZKMTc1DT1R2yrxEQSuDRn2dML0r4wqA/s1600/pinterest.png") no-repeat scroll 0 0 transparent;  
93:    opacity: 0.5;  
94:  }  
95:  #kevz-share ul li a.stumbleupon:hover {  
96:    opacity: 1;  
97:    transform: rotateY(350deg);  
98:    -moz-transform: rotateY(350deg);  
99:    -webkit-transform: rotateY(350deg);  
100:  }  
101:  #kevz-share ul li a.stumbleupon{  
102:    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqq_NRHyHrqIAHFUnYlMIFkrjBO4oA-HGGWN2-6dbCzKEh5Pr0VUF7osV-zD-zt8WUkyCEhllIFYHUmvh3sT4QOQzi77PIF4OeZ6Aziy55qfxWjYsNkl8NoiI6KqWKGum1v5v9CuYOjY8/s1600/stumbleupon.png") no-repeat scroll 0 0 transparent;  
103:    opacity: 0.5;  
104:  }  
105:  #kevz-share ul li a.delicious:hover {  
106:    opacity: 1;  
107:    transform: rotateY(350deg);  
108:    -moz-transform: rotateY(350deg);  
109:    -webkit-transform: rotateY(350deg);  
110:  }  
111:  #kevz-share ul li a.delicious{  
112:    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4WwuFGUoGrBkSM0m5x0i7_7EBnUi7olPoAmoqOZre4G2CnroTTn-x-LZ9aa-1gy1QvrLztf316dxFUajrUJu07f_Ek0QA0AqhVcoHl3YgKnONbrKHwVuF1dqoPYVbtYSoV4UcsYEckLo/s1600/del.png") no-repeat scroll 0 0 transparent;  
113:    opacity: 0.5;  
114:  }  
115:  #kevz-share ul li a.linkedin:hover {  
116:    opacity: 1;  
117:    transform: rotateY(350deg);  
118:    -moz-transform: rotateY(350deg);  
119:    -webkit-transform: rotateY(350deg);  
120:  }  
121:  #kevz-share ul li a.linkedin{  
122:    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRl5n5LI0PmPKoj8w2BRQBaBJgjgU-EBLoxU0UfA8a-Js9AZ-GEUuS-6bkz6wk4btTJPy1KYaBJGiJEQG-uqFgb56a4gt9II7fSOaPuEnTmM7DnWrzEw_OOrNeVegWODl1y9SWxdQLbEpd/s1600/in.png") no-repeat scroll 0 0 transparent;  
123:    opacity: 0.5;  
124:  }  
125:  </style>  
126:  </b:if>  

4. Click SAVE TEMPLATE and you are done.

If you have a problem to adding this in your template, contact me I'm willing to help you.


Friday, April 26, 2013

6 Blogger Template Generator Tools






Nowadays blogging is the most fun and lovely hobby in this cyber world,  either you blog about your personal life or about something you deeply interested in. Mostly blogger wants a unique blog design,  but the problem is knowledge in programming language such as Html, CSS and others.
Because not only a programmer or have a knowledge in programming interested to have own blog.
Some others want because to share their thoughts, knowledges and anything to a million, billion online daily in this cyber world. I have some collection of Blogger (blogspot) Template generator that you do not need any programming skills, you only need an open and wide imagination to design your very own blogger templates masterpiece. This collection is based on BLOGGER (blogspot) template generator tools, expect me that I don't mention others popular website designer application like adobe dreamweaver and etc...




The first generator tools I present to all of you is called ARTISTEER. A premium or a paid software tools to generate blogger templates and other CMS and website software such as Joomla, Drupal, and Wordpress. It has two product packages or edition available in this product. The first one is Home & Academic Edition that is limited in other features like 70% of the Library of Textures, Glares, Gradients  and others, the price of this edition now is $49.95. And the second one is the Standard Edition, almost unlimited feature in this product, that you can fully use all Library of textures,  Glares Gradient and many others feature, the price of this product is $129.95. As I posted above this is not a free tool but you can enjoy designing from this tool, many built in features that I am sure you love it. For more details about this tools GOTO official website at www.artisteer.com.


Trix Blogspot Template Generator An advance template generator. This is one of the best tool for me, with a user friendly interface that you can comfortably customize your desired design templates. You can start to design from a scratch or customize available templates according to your needs. Now TrixTG have a version 2 has much better interface than old version 1 and added features like multilevel menu, analyzing design, saving multiple templates, generating multiple template and etc.


3 PsycHo

Psycho free template generator by Aideen to help you create your ever-wished template in less than 10 minutes and no required Html and CSS knowledge.  Aideen announces that New PsycHo is about to come but no exact date when they are going to release their newly PSYCHO.



PIMP-MY-PROFILE is another best blogger template generator, with a good customizing option in your template that you can customize background, tables, text/heading, scrubbers and graphics.
The interface of this tool  has an individual tab for customizing some part of a template.


DOTEMPLATES is a free online web template generator that provides you a fully created template, that allows you to customize this template before downloading this. You can download this in blogger template format.



Firdmatic is the easiest and simple template generator tool. You can create and customize layouts by simply filling all the information needed in the template generator forms like header background color, border and etc. This is absolutely free and no hassle to create your templates just GOTO FIRDAMATIC and start your templates now!!!

Wednesday, April 24, 2013

Automatic Hide Links in a Blogger Comment



Hello my fellow blogger, Today I have a little trick that I wanted to know you, this is to reduce your bounce rate of you blog.
Bounce rate is the percentage of your outbound traffic for your blog. As I know the number one source of a bounce rate in individual blog or site is came from commentbox.
We all know that some of a comments in our blog is  not real or meant to be a backlink only. Because this is the part of link building and to increase the PR and traffic of others blog.
About this problem, the simple solution is to hide all posted and future comment link from our blog.

This trick is accidentally and not meant to be, because when I was editing the comment content CSS property of this blog. It comes an idea about how to automatic hide the link of the comment
content and to do this we need to add a single line of code of  CSS for the comment content like "display: none" or "visibilty: hdden", we do not need any javascript or jquery to hide the link just a
single line of CSS. And no need to be familiar in the blogger template editing, this is easy to handle just follow procedure below.

NOTE: 

This is tested in the not costum blogger templates or in the blogger templates ready in the dashboard like Travel templates. If this trick not working for your templates then contact me or drop
your comment below to help you in the proper code.

Procedure:

Login to your Blogger acount --> Templates --> Edit HTML

Find(ctrl+f)
 ]]></b:skin>  
Before this code, add the below css code.


.comment-content a {
    display: none;
}


Then click Save Template button, That's it. You're done,
Again, if it is not work for your template, just contact me or drop your comment below.
Thank you.

Tuesday, April 23, 2013

KEVZ JEANTECH Blogger Templates


Download


BLOGGER TEMPLATE INFO: 

Template Name: Kevz JeanTech
Release Date: 04-23-2013
Desinger: Kevz Potazo
URL: www.kevztech.com

Hey guyz, I have something to share to all of you, my blogger costum template. This is a simple black and white blogger template with a social bookmarking button in the header, author box and related post widget in the post footer.

Costumizing Templates

Login to you blogger account --> Templates --> Edit Templates



DROPDOWN MENU:

Find (ctrl+F) "topmenu" without qoutes. Below this line you will see the below code. 

1:  <ul>  
2:     <li><a expr:href='data:blog.homepageUrl'>Home</a></li>  
3:            <li><a href=''>Category<span class='arrow'>More Link</span></a>  
4:         <ul class='sublist'>  
5:          <li><a href='#'>Sub link</a></li>  
6:          <li><a href='#'>Sub link</a></li>  
7:          <li><a href='#'>Sub link<span class='arrow-right'>More Link</span></a>  
8:           <ul class='subsublist'>  
9:            <li><a href='#'>Sub Sub link</a></li>  
10:            <li><a href='#'>Sub Sub link</a></li>  
11:            <li><a href='#'>Sub Sub link</a></li>  
12:            </ul>  
13:            </li>  
14:                  </ul>  
15:          </li>  
16:              <li><a href=''>About</a></li>  
17:      <li><a href=''>Contact</a></li>  
18:     </ul>  

SOCIAL BOOKMARKING BUTTON

This is in the header section. Find(ctrl+f) "socialbutton". Below this line of code you will see the below code. Replace the link of all this code by your own social profile link, and if you want to change the tooltiptext change it by your own.

1:  <ul>  
2:  <li><a class='fb' href='http://facebook.com' title='Follow me on Facebook'/></li>  
3:  <li><a class='twitter' href='http://twitter.com' title='Follow me on Twitter'/></li>   
4:  <li><a class='gplus' href='http://plus.google.com' title='Follow me on Google Plus'/></li>  
5:  <li><a class='rss' href='http://feeds.feedburner.com' title='RSS'/></li>  
6:   <li><a class='pinterest' href='http://pinterest.com' title='Follow me on Pinterest'/></li>  
7:  </ul>  

AUTHOR IMAGE:

 Find(ctrl+f) "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidwSM_XZp3Ih6dTDaxKN2wycmxJdyBNcxvPWxrOeMGE02r6qSw-Xm-KlFsrsmrHYca2Pl1z4Ts2ZTEziRDEBXgPYqxaPsiKS-N0pfTRAguqyMtmEorx0uviLvGe3XeG8z9FyBREhwgHi-p/s1600/Author+IMG.jpg" without qoutes and replace your own picture.


If you have any problem about this template, just drop your comment below. I'm willing to help you.
Hopefully you like it, Suggestion and opinion about this templates are much welcome, to improve myself.