Announcement:

Join, like and share my blog.

Sunday 19 August 2012

Add Beautiful CSS Social Bookmarks With Hover Effect



Add a beautiful css social bookmarks with cool hover effect is an awesome widget for blogger. This social bookmarking widget will show at the bottom of each post. With the help of this widget your readers can easily share your post to social networking site ( Facebook, Twitter, Google buzz, StumbleUpon, Digg, Linked in etc. ).
Click To see DEMO

Follow these steps to add this cool social bookmarking widget for you blog.

Don't forget to Backup Your Template before Editing.

Step 1.   First of all Login to your blogger account, click on Drop-Down menu and then click Template.





Step 2.  Click on Edit HTML and then Check Expand Widget Templates.





Step 3.  Now find </head> ( Press CTRL + F for a search bar ) and paste following code just above / before </head>




<style type="text/css">
    /* Beautiful Social Bookmarking Widget By iactips.blogspot.com */
    ul.iactips-social { list-style:none; margin:15px auto;display:inline-block; }  
    ul.iactips-social li { display:inline; float:left; background-repeat:no-repeat; }
    ul.iactips-social li a { display:block; width:48px; height:48px; padding-right:10px; position:relative; text-decoration:none; }  
    ul.iactips-social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}  
    ul.iactips-social li.iactips-facebook { background-image:url("http://lh6.googleusercontent.com/-YbqE_WaWM_I/TYAygBXhxdI/AAAAAAAAAdk/_X3pWlNFRgs/s1600/way2blogging-facebook.png"); }  
    ul.iactips-social li.iactips-twitter { background-image:url("http://lh4.googleusercontent.com/-5ZvxVwDY5H4/TYAyiGsT2WI/AAAAAAAAAd8/Farwy9vHqjU/s1600/way2blogging-twitter.png"); }   
    ul.iactips-social li.iactips-googlebuzz { background-image:url("http://lh5.googleusercontent.com/-jg3XFSK3GF0/TYAygs6-mQI/AAAAAAAAAdo/PVRayMMzHE4/s1600/way2blogging-googlebuzz.png"); }  
    ul.iactips-social li.iactips-stumbleupon { background-image:url("http://lh6.googleusercontent.com/-mldTY6HrKnY/TYAyh1qKYMI/AAAAAAAAAd4/pkdFcTxmYfA/s1600/way2blogging-stumbleupon.png"); }  
    ul.iactips-social li.iactips-digg { background-image:url("http://lh5.googleusercontent.com/-u5KAanTOCIQ/TYAyfn6qvpI/AAAAAAAAAdg/l9F0MjdOox0/s1600/way2blogging-digg.png"); }  
    ul.iactips-social li.iactips-delicious { background-image:url("http://lh6.googleusercontent.com/-w1KohkQHuqY/TYAyfct003I/AAAAAAAAAdc/3a-vbAhOlTg/s1600/way2blogging-delicious.png"); }  
    ul.iactips-social li.iactips-linkedin { background-image:url("http://lh3.googleusercontent.com/-D1_qyJ6YuAg/TYAyg-wrT_I/AAAAAAAAAds/S_GkMjA5ZJ8/s1600/way2blogging-linkedin.png"); }  
    ul.iactips-social li.iactips-reddit { background-image:url("http://lh3.googleusercontent.com/-IcX_Sdky5Ok/TYAyhn1obuI/AAAAAAAAAd0/MCWNQkbr818/s1600/way2blogging-reddit.png"); }  
    ul.iactips-social li.iactips-technorati { background-image:url("http://lh6.googleusercontent.com/-qPJl0bdRDhc/TYA0oJaVlvI/AAAAAAAAAeA/PeJpSyxdyBs/s1600/way2blogging-technorati.png"); }  
    #iactips-cssanime:hover li { opacity:0.2; }  
    #iactips-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }  
    #iactips-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }  
    #iactips-cssanime li:hover { opacity:1; }  
    #iactips-cssanime li:hover a strong { opacity:1; top:-10px; }  
    /* Beautiful Social Bookmarking Widget By iactips.blogspot.com */
    </style>




Step 4.   Now search for <data:post.body/> (Press CTRL+F for a search bar).
Step 5.   And add the below code just below / after it.



<b:if cond='data:blog.pageType == &quot;item&quot;'>
    <ul class='iactips-social' id='iactips-cssanime'>
    <li class='iactips-facebook'>
    <a expr:href='&quot;http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title ' onclick='window.open(this.href,&apos;sharer&apos;,&apos;toolbar=0,status=0,width=626,height=436&apos;); return false;' rel='nofollow' title='Share this on Facebook'><strong>Facebook</strong></a>
    </li>
    <li class='iactips-twitter'>
    <a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; -- &quot; + data:post.url ' rel='nofollow' title='Tweet This!'><strong>Twitter</strong></a>
    </li>
    <li class='iactips-googlebuzz'>
    <a expr:href='&quot;http://www.google.com/buzz/post?url=&quot; + data:post.url + &quot;&amp;imageurl=&quot;' rel='nofollow' title='Post on GoogleBuzz'><strong>Google Buzz</strong></a>
    </li>
    <li class='iactips-stumbleupon'>
    <a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' title='Stumble upon something good? Share it on StumbleUpon'><strong>StumbleUpon</strong></a>
    </li>
    <li class='iactips-digg'>
    <a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' title='Digg this!'><strong>Digg</strong></a>
    </li>
    <li class='iactips-delicious'>
    <a expr:href='&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' title='Share this on del.icio.us'><strong>Delicious</strong></a>
    </li>
    <li class='iactips-linkedin'>
    <a expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;summary=&amp;source=&quot;' rel='nofollow' title='Share this on LinkedIn'><strong>LinkedIn</strong></a>
    </li>
    <li class='iactips-reddit'>
    <a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' title='Share this on Reddit'><strong>Reddit</strong></a>
    </li>
    <li class='iactips-technorati'>
    <a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url ' rel='nofollow' title='Share this on Technorati'><strong>Technorati</strong></a>
    </li>
    </ul>
    </b:if>


Step 6.   Save your template. Done!

Drop your Comments...............!!!

Share it Please

Unknown

I am a student of computer science.Owner of IAC Tips blog. I love to share my knowledge and experience with others. Follow my blog for tips tricks of internet, computer and software.

1 comments:

  1. Add Beautiful Css Social Bookmarks With Hover Effect ~ Iac Tips >>>>> Download Now

    >>>>> Download Full

    Add Beautiful Css Social Bookmarks With Hover Effect ~ Iac Tips >>>>> Download LINK

    >>>>> Download Now

    Add Beautiful Css Social Bookmarks With Hover Effect ~ Iac Tips >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete

Copyright @ 2013 IAC Tips. IACTips | Join my itexperts forum Itexperts Follow me on Google plus