Showing posts with label Social Button. Show all posts
Showing posts with label Social Button. Show all posts

Feb 8, 2013

New Egg Style Unique Social Sharing Button for Blogger

In this Post i am going to share a Egg Look and Style Social Sharing Button for Blogger.this social button it has unique egg look developed by Egytricks.com. we have already posted about many Social Sharing Button for Blogger in past.try our more Social Sharing Button for Blogger here .

Adding Egg Style Unique Social Sharing Button to Blogger


First we will add the Css Effect to Blogger.follow my below Steps for this.
  • Go and Login to Blogger  -then Click on drop down menu - then click on "Template".
  • Now you will see  "EDIT HTML" Button on screen ,Click on it - and then Expand Widget Templates
  • Now find  ]]></b:skin> by using CTRL +  
  • Now Paste the below code Just Before/above ]]></b:skin> tag .
/* Social Sharing Widget by egytricks.com */
ul.ET-social {
list-style:none;
display:inline-block;
margin:5px auto;
}

ul.ET-social li {
display:inline;
float:left;
background-repeat:no-repeat;
}

ul.ET-social li a {
display:block;
width:50px;
height:50px;
padding-right:5px;
position:relative;
text-decoration:none;
}

ul.ET-social li a strong {
font-weight:400;
position:absolute;
left:20px;
top:-1px;
color:#fff;
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);
padding:3px;
}

ul.ET-social li.ET-facebook {
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQcloda1O4hJm7Xs-lqN0bg6nqDuaKJRRl7oB950nvpAptj6uwUL5zfKKI41qZY2hj34ziklB5X4ZTTKQua93NOZ0RL0Ywg4Lkn7psWKA7_prnN8QqGutjKhaIEFIF4aaw9YhpsanqfBE/s1600/facebook-icon.png);
}

ul.ET-social li.ET-twitter {
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMyveZAbCEdnLXyqO9hCxHAHqj66Y_J58r5XW0lCJHHZkmGlfRtxn-VtHHUVYiOXGi2bEK4X-vCz_H8Vjhmy5UEs_2TwFtYi_qg0RWPIvlS9OTixxgEp5pgOkC98QziGbbppz4K4SvcZM/s1600/twitter-icon.png);
}

ul.ET-social li.ET-googleplus {
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtgpdmg4iZcGu4alXVBgVUUPbGl416cEJwZ6KoMdmm2inv9eM2KU374-Hi_u3jpIsIuylstGS6Vl8kbWymZg3A5DJxhUDkWD8bAEod21jhnpzRugHQDejPmY-lVKGzPSd_v5MEPtFb_fE/s1600/google-plus-icon.png);
}

ul li.ET-pinterest {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjauR6b-eluVXo6h95fM158sifoF6S75VzcWWH7JGKo3JYC8-BJutQJVgAZ7o_Th21XCZZEThI9RJk29o0rnSL6-R20TecTdlwWXrztZs9Xw9T-6iFHkPjSmuQAUVSKb37jjzqdQlRYsSQ/s1600/posterous-icon.png);
}

ul.ET-social li.ET-stumbleupon {
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAe7q8GoNGgoptpujLwOU1yGcQ8RYQ4ukqzYkClCojNwopKJq-zja4HDP4Bevys4-51oJdhUkr0YRTA83FBhaDOAsAIkZ0iItp4588Qua7MxMi7MkhsdjyrrZ7nT2CaQ3Y50sY9sHS5pY/s1600/stumbleupon-icon.png);
}


ul.ET-social li.ET-linkedin {
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizVki6BF0CFK6iIMdDirtjxexXtvi_w5fkF_PdCujheteoxnVJqBjsEqqpzJMwAntqk_6cTrYSb23_SJ28QgBUWmyy14e6wU-d2jcb7xtDm_yijzW94sCAfQrZPOO4V4ld0pvHeZ80_L8/s1600/linkedin-icon.png);
}

ul.ET-social li.ET-reddit {
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh71rt8lRD9CQRassseMg5gPayT8bZRHgAV-PjoTnc-IoYFKUhf7j3mQcf2rNeQM0JSUGfdbdVGFzljy-GBdYit-5G1ShU4Lf4psHs-sSVDW0HgqgQWxiy9-vRvT0aq9F4XoCXbyQE7QLs/s1600/reddit-icon.png);
}


#ET-cssanimation:hover li {
opacity:0.2;
}

#ET-cssanimation li {
-webkit-transition-property:opacity;
-webkit-transition-duration:500ms;
-moz-transition-property:opacity;
-moz-transition-duration:500ms;
}

#ET-cssanimation li a strong {
opacity:0;
-webkit-transition-property:opacity, top;
-webkit-transition-duration:300ms;
-moz-transition-property:opacity, top;
-moz-transition-duration:300ms;
}

#ET-cssanimation li:hover {
opacity:1;
}

#ET-cssanimation li:hover a strong {
opacity:1;
top:-10px;
}
/* Social Sharing Widget by egytricks.com */

  • Now Find the below code or similar if can't find exact code
<div class='post-footer-line post-footer-line-1'>

  • And add the below Code just Below it
<b:if cond='data:blog.pageType == &quot;index&quot;'>
 <span expr:id='&quot;p&quot; + data:post.id'><data:post.body/></span>
 <script type='text/javascript'>var x=&quot;<data:post.title/>&quot;,y=&quot;<data:post.url/>&quot;;readmore(&quot;p<data:post.id/>&quot;)</script><b:else/><data:post.body/><center>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='font-size: 22px;'><b>Like the Post? Do share with your Friends.</b></div>
    <ul class='ET-social' id='ET-cssanimation'>
    <li class='ET-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'><strong>Facebook</strong></a>
    </li>
    <li class='ET-twitter'>
    <a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; -- &quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Twitter</strong></a>
    </li>
    <li class='ET-googleplus'>
<a expr:href='&quot;https://plusone.google.com/_/+1/confirm?hl=en&amp;url=&quot; + data:post.url' onclick='window.open(this.href,&apos;sharer&apos;,&apos;toolbar=0,status=0,width=626,height=436&apos;); return false;' rel='nofollow' target='_blank'><strong>Google+</strong></a>
    </li>
    <li class='ET-pinterest'>
<a href='javascript:void((function()%7Bvar%20e=document.createElement(&apos;script&apos;);e.setAttribute(&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)%7D)());' rel='nofollow' target='_blank'><strong>Pinterest</strong></a>
    </li>
    <li class='ET-stumbleupon'>
    <a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>StumbleUpon</strong></a>
    </li>
    <li class='ET-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' target='_blank'><strong>LinkedIn</strong></a>
    </li>
    <li class='ET-reddit'>
    <a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow'><strong>Reddit</strong></a>
    </li>
    </ul>
    </b:if></center>
</b:if>

Now all Done Save the Template .Don't hesitate to comment below if you got any problem or question.Enjoy.

Feb 3, 2013

Social Button-Add a Social Sharing Button for Blogger

Unique Social sharing buttons for Blogger
This is a New and Unique Social Sharing for Blogger,well we all know how Adding a social Share button to Blogger is important.with the help Social Sharing button your can bookmarks and share theirs favorite post with friends.you will also get a free back-link if some one bookmarks your post to any site and this back-link can help you to increase you site rank Google SERP.
So today i am going to Share a Simple Classic look Social sharing buttons for Blogger.

How to add this Social Sharing to Blogger below each post 

Follow below simple steps to add this Email Subscribe Box to Blogger
  • Login to Blogger > Click on drop down menu >then select "Template".
  • Now you will see  "EDIT HTML" Button ,Click on it >and then click on Proceed button .Now find code like this 
<div class='post-footer-line post-footer-line-1'>

or

<div class='post-footer-line post-footer-line-2'/>


Note:-Above code may be differ According to template try to Find your below post  code ,if you can send me your template to my mail.

Now After Finding your code ,Add the below Code

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<br/><center><span style='color: #7AA1C3; font-size: 12px; font-family: Verdana;);'><b>Kindly Bookmark this Post if you Like this</b></span><br/><br/>
<a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url' rel='external nofollow' target='_blank'><img alt='Technorati' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEix0SdEeDq5NKjCB2csJOY8Rrv5_mhdL0-OgPUt-x5IzT02jhshxNfbr1407FyjwZlS-QQLJim8YOAk4olfCRRyx1FhtofFnlA5C4V_4W0H7A8qeD8UuHgSVHT2FIn_S4o8V0S0xB_7AtU/s1600/te.png '/></a>
<!--DIGG-->
<a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot;  + data:post.url' rel='external nofollow' target='_blank'><img alt='Digg This' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisD0xTY9dn5Bga7_S7Q8KNor9_m7iK1RzXiKoX5UtIvBHNYnGrn7oLa98GuKAjulJyCUqfCiDoX9cPlpfWpD3j9COc63BNgOvCJMilBG9Fmy4tyWMvo0a-1q7LZCGqCdjB8Ak4L72ivJE/s1600/di.png '/></a>
<!--Stumble-->
<a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Stumble' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdDIAPRyvXGCwLtATsv6oqRTtSmOuXzfOM176H1ol6Rc0vWKYTc055naCSO3smPncjcElvesLRereog1Vz8HlhOzSp8kF5MKtDDyowBqvKJ8ryauO0jwmC9_7NghlICLT22PmJn2j0a1w/s1600/st.png'/></a>
<!--Reddit-->
<a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Stumble' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioqoKab89m_zGA4yEeB2jIb_oifhhvHr7nq5RDl-rZUX4GLXDwuQQBbDilYcmhyphenhyphenWfdBW2cFT9yuIQA-enZhr_pxTDieP_EWTffMpbXKG52XAA-qfSeKhd_bxURlGlrwrd5bn5p3uc3A1s/s1600/re.png'/></a>
<!--Facebook-->
<a expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Facebook' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPtFXFifnvIQNysmflTqZzAV2iw8u_PbVA6Kil-aZj_5Jgj-Ndy_Bd_xgU6l38hgX2BZy4CpbXHuQlKVeN_z96BbDM4_9JkYr4cPxnK65c3Y-XHp0LCW5NutEih8UpUE8k1DhjzKzcCKU/s1600/fa.png '/></a>
<!-- Twitter -->
<a expr:href='&quot;http://twitthis.com/twit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Twitter' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPGHRXZqnNHJB3VCeIXnldyu6hfc-1Dfjqqtc_xim9UMHWtqXbl07PJd1HwkJiOdyBlMwg3l4RHHfY8mwhDxfeJrEmsRJYCFbO9jBbIKde1VPsU_1pdCJsIP1q1KF_DfEnJix-1bJJdXI/s1600/tw.png'/></a></center></b:if>


Now all done if get any Problem adding this then comment below .
Also Check Our other Social Sharing Buttons for Blogger

Jan 3, 2013

Egytricks Below Post Social Share Blogger Widget

Below Post Social Share Blogger Widget
Well here is My Egytricks Blogger below post Social sharing button witch included a Facebook Like box with Goggle+1,Facebook and Twitter page link Like Button.
Many of our Use has requested to Share this widget code ..so here i am with my below post social widget code..

 To add this Widget to your blogger blog you have to add just one code to your template .
Follow my Below mention steps ..

  • Login to Blogger  >> Click on drop down menu >>then select "Template".
  • Now you will see  "EDIT HTML" Button ,Click on it >>  and then click on Proceed button .
  • Now find code like this 
<div class='post-footer-line post-footer-line-1'>

or

<div class='post-footer-line post-footer-line-2'/>

Note:-Above code may be differ According to template try to Find your below post  code ,if you can send me your template to my mail.

Now After Finding your code ,Add the below Code ...

<b:if cond='data:blog.pageType == &quot;item&quot;'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td width='50%'> <div id='mdpostfblikebox'><iframe allowTransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FEGYTRICKS&amp;width=300&amp;height=255&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23e1e1e1&amp;stream=false&amp;header=false&amp;appId=328967870473940' style='border:none; overflow:hidden; width:300; height:255px;'/></div></td><td width='50%'><div id='mdpost-likebox'><span style='font-size: large;'>Do you Like this Article?</span><div class='row'><div style='margin-right:5px;'>
<g:plusone expr:href='data:post.url' size='medium'/>
</div><div style='margin-right:25px;'>
<div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='button_count' send='false' show_faces='false' width='40px'/>
</div><a class='twitter-share-button' data-via='egytricks' href='https://twitter.com/share'>Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=&quot;//platform.twitter.com/widgets.js&quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&quot;script&quot;,&quot;twitter-wjs&quot;);</script></div><div class='row'> <a class='twitter-follow-button' data-show-count='false' data-size='large' href='https://twitter.com/egytricks'>Follow @egytricks</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=&quot;//platform.twitter.com/widgets.js&quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&quot;script&quot;,&quot;twitter-wjs&quot;);</script></div><div class='row'>Get Subscribe to Free Email Updates!!<p><a href='http://feeds.feedburner.com/egytricks'><img alt='' height='26' src='http://feeds.feedburner.com/~fc/egytricks?bg=00CCFF&amp;fg=000000&amp;anim=1' style='border:0' width='88'/></a></p></div><div class='row'><div class='email'><form action='http://feedburner.google.com/fb/a/mailverify' class='emailform' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=egytricks&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'> <input name='uri' type='hidden' value='egytricks'/> <input name='loc' type='hidden' value='en_US'/> <input class='emailinput' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}' onfocus='if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}' type='text' value='Enter your email...'/> <input class='emailbutton' title='' type='submit' value='SignUp'/></form></div></div><div class='row'> <small>*Your email address will not be shared with anyone.</small></div></div></td></tr></table></b:if>

Now Replace all Red Highlighted Word with your Facebook Page Url.

Replace all Pink Highlighted Word with your Twitter Url.
and Replace all Green Highlighted Word with your Feed Url.

Now all done comment if any if you Like ,Problem ...or Subjection . ,Enjoy ..

Dec 1, 2012

Add New Floating Social Subscribe Buttons in Blogger

Hello Friends today i again with a New blogger Floating Social Subscribe Buttons Blogger Widget.last time i have Posted about How Make a "Add to Blogger" Button for Blogger in very easy way.this time i will tell you how to add a beautiful, lightweight Social Subscribe Buttons in Blogger in very easy way without any template editing.
Follow my below instruction to add this to your blog..
  • Login to Blogger  >> Click on drop down >> Now select "Layout"
  • Now you will see "Add a Gadget" button click any of them
  • A new window will open .Scroll some down until you see " HTML/JavaScript" Button.
  • Click on " HTML/JavaScript" Button ,leave the Title blank and Put the below code in Content and then after click on save button.

<div style='position: fixed; bottom: 1%; right: 1%;'>
<table border="0"><tr><td>
<a href='http://www.facebook.com/EGYTRICKS' target="_blank"><img alt="Find Us On Facebook" border="0"style='background:transparent;border:none;' title='like us on facebook' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkfUIpAtn-op33-c-eJoPKRopg9R-XK7E6NikSxFak25crseaXzV2wrV0gUL4Un8Npd-VkqsQYzKCCh7N-7po8b7LZ187cSdBu49wRoKuBFM0hRK8r_jt9EN0TrG9ICfNEOXsA7I5O0nU/s1600/facebook-icon.png" /></a>
<a href='https://twitter.com/egytricks' target="_blank"><img alt="Follow Us On Twitter" border="0"style='background:transparent;border:none;' title='follow us on twitter' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-5wqlGmxn20xlu6l0-FdoOKrAZaOPujSj0R7YWJEi-QE4Wr_P4GCgX-5Gi4aIMiftftfK3HzUkfLKEQYW4zULhA3dtY6TmY2fRDz-5VFP6UxYStNq1DqS2ZetoHav3Obv7JYjrHV0plo/s1600/twitter-icon.png" /></a>
<a href="http://feeds.feedburner.com/egytricks" target="_blank"><img alt="Rss Feed Options" border="0"style='background:transparent;border:none;' title='subscribe us' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4lgiQBEasBpr18_OhzJlPur0aiTY38KHWKf6_g0rZHo6Zlvea9jia65XQvNcxNjzFbCstIACIWJu9r1AkN6I6I1QADRlAjUQNZQCQQh_HRQwKkUcQajAsyPwicx7lPfePIyu9dSpvPsw/s1600/rss-icon.png" /></a>
<a href='http://feedburner.google.com/fb/a/mailverify?uri=egytricks&loc=en_us' target="_blank"><img alt="Subscribe Via Email Rss" border="0" style='background:transparent;border:none;' title=' email subscribe'src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjd1KvM5mRgX7a_7fhlcOGjaHB2oNABa-_6EU74KPNeYVw0X3FVzuCpl95GUJtgrgn_RI0xd9lvPQKqsdrYrJuFQkPT9sVDs5BbE41BZZQKoS9aMlT9TeDmG1JyltVcWBeDg9W0qm58NZU/s1600/rss-mail.png" /></a>
</td><td>
</td></tr></table>
<div style="clear: both;font-size: 8px;text-align:center;margin-top:-5px;"><a href="http://www.egytricks.com/2012/12/add-new-floating-social-subscribe-button.html/"><p>Get this</p></a></div>
</div>

Note:-Replace Above HIGHLIGHTED URL according to your urls ...

Oct 16, 2012

Add Facebook Like Box Widget With Social Sharing below each Post

How to Add Facebook Like Box Widget With Social Sharing below each Post ?
Now Today i am going to tell you how to add a Fb like Box with Social button like Email Subscribe box,twitter and many more in a very easy way .

Apr 12, 2012

How To Add Beautiful Subscribe Button to Blogger

Add Beautiful Subscribe Button to Blogger


Follow My Instruction to Add this to Your Beautiful Blog


STEP:-1
Log in to Blogger, go to Layout -> Edit HTML
and mark the tick box to "Expand Widget Templates"

STEP #2
Now find (CTRL+F)  </head>  code in the template:

And Just Before This Paste the Following Codes



<style type='text/css'>

#hsection{border:4px solid #D3D3D3;background-color:#e9e9e9;}
#hsection:hover{border:4px solid #BABABA;background-color:#e9e9e9;}

#sectionmy .sectionmy2 h2.subscription { border:0; margin:0; padding:6px 0 0 55px; height:42px; font-size:16px;font-family:&quot;Segoe UI&quot;,Calibri,&quot;Myriad Pro&quot;,Myriad,&quot;Trebuchet MS&quot;,Helvetica,Arial,sans-serif;
font-weight:bold; }

#sectionmy .sectionmy2 h2.rss { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6ag6VBSO5v6hYQRmadPW8vlQVmUkBYmiHsoHfN2l-FvxdMS2SfPibiDxVGwIdoh38V1TdrtoqFkOwvXxICegr11SwyXqDt661ZsKRBJOloBzIYPmll22DEr7-3lqq9lBc_UmKrYoxWfsI/) no-repeat top left; }

#sectionmy .sectionmy2 h2.email { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCcNogrtrmutDEJ3yXGJpuHav_tF5vk_Zi-j2m2LlnVHyczjHpN99YcKDnKZ5WjZ32jKtNKRCttEWfU_flCop6Crs9F0XbXCOA9U519lLZ3vLEVfm-vCX17nh3_u4upm95YFYI2TquQ1_e/) no-repeat top left; }

#sectionmy .sectionmy2 h2.twitter { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLkwC-g4xxqRjIKSgxvMQYuZWiAjtWzhnPDUtxjidgH1P1bzJbYPsZhypkkfREmHEWpdNUzhwiMj0uU60cpwitGt_wXtECHzybiDm1BvelRxmgXFW-xExh-cpnC_FHcaJLdGUx-julcZmv/) no-repeat top left; }

#sectionmy .sectionmy2 .subscription a { color:#252e28; text-decoration:none; }

</style>


NOTE : Host RSS.png , EmailRSS.png , twitter.png yourself as your desire image (optional)


STEP:-4.Now go to Layout-->Page Element and click on "Add a gadget"


STEP:- 5.Select "html/java script" and add the code given below and click save.




<div id="hsection">
<div id="sectionmy">
<div class="sectionmy2">

<h2 class="subscription rss"><a href="YOUR-RSS-FEED-URL">SUBSCRIBE VIA RSS</a></h2>

<h2 class="subscription email"><a href="YOUR-FEEDBURNER-EMAIL-SUBSCRIPTION-URL">SUBSCRIBE VIA EMAIL</a></h2>

<h2 class="subscription twitter"><a href="YOUR-TWITTER-URL">FOLLOW ON TWITTER</a></h2>

</div></div>
</div>





NOTE:-Replace YOUR-RSS-FEED-URL , YOUR-FEEDBURNER-EMAIL-SUBSCRIPTION-URL , YOUR-TWITTER-URL with your url


Then Now Save your Template and Enjoy 


LIKE ON FB OR SUBSCRIBE US IF THIS POST HELP YOU , OR IF ANY PROBLEM THEN FEEL FREE TO COMMENT BELOW 


 

Copyright @ 2013 EgyTricks.

Designed by Vikash | EgyTricks