Articles by "HTML And CSS Tricks"
Showing posts with label HTML And CSS Tricks. Show all posts
Hacks,Tricks,Blogging Tricks ,Cool Computer Tricks ,Blogger Widget,Mobile Hack Tricks ,Auto like Trick,JavaScript,Coding,Magic Tricks,Facebook Tricks

page peel for bloggerNetOopsblog protected image
You may saw this awesome trick used by many professional and other Websites/Blogs.This Page peel is used to Show ads ,this page peel attract Blog visitors and they may have the tendency to click on ad and your earnings increases.Also this page peel can be used to increase your Subscribers.Here I am going to show you how to add a page peel trick to Blogger blog.







Click the link below to view demo

Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
  • Copy the below code inside <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>

Add Page Peel Effect To Blogger Blog 

Step 2 : 
  • Go to Design->Edit HTML
  • Copy and paste the below code above </head>
<style type='text/css'>
img { behavior: url(iepngfix.htc) }
#pageflip {
position: absolute;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .back-img {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;z-index:98;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdKydxvdcb12xYIOjH3HNyG47dsv7-m38brK4MKRC72TBpOMVVCwsVe3ERjCLhf74b1pefH3E21njQIv03bipCgkdYKY0H0Ge5UhOR6z6VTll1fqdwUwEQ4COCFy-MkoPwwwAyZfx1K5M/s200/rss+netoops+blog+page+peel.png) no-repeat right top #fff;
}
</style><a href='http://netoopsblog.blogspot.com'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Z_2ju5g9tSRrbScl_WdNXhbOMYaQhHO2FrbrOg8j5SocBIk9Ez-4HU8SlAAF1BgPVzrPHKPftMph-laUciVbsyiJ4OIOaVYqRU79dbyGwdUaSAs5ghZd0RsR7ZLjXggjNFwE8RCqOu0/s1600/1x1juice.png'/></a><script type='text/javascript'>
$(document).ready(function(){
//Page Flip on hover
$(&quot;#pageflip&quot;).hover(function() {
$(&quot;#pageflip img , .back-img&quot;).stop()
    .animate({
    width: &#39;307px&#39;,
    height: &#39;319px&#39;
    }, 500);
    } , function() {
    $(&quot;#pageflip img&quot;).stop()
    .animate({
    width: &#39;50px&#39;,
    height: &#39;52px&#39;
    }, 220);
$(&quot;.back-img&quot;).stop()
    .animate({
    width: &#39;50px&#39;,
    height: &#39;50px&#39;
    }, 200);
});
});
</script>
Step 3:
  • Copy the below code inside <body>  or  <body ...............>  
<div id='pageflip'>
<a href=' http://feeds.feedburner.com/HackingAndblogging '><img alt=' Hacking And Blogging' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilc5gYis-FqhiKAZ8Cfc5C9xctP3uBElz17Cca8Dkv68YnHV84EYh7lFXg5DFJdx1HOq7uYEXCLv4HsdbjSIkB_3Dm4AVrbG7PgVVh95-ADYSHkcx7dlLGTReOb3lDrTJgSFquCgYC3JEK/s1600/page_flip.png'/></a>
<div class='back-img'/>
</div>
Change can the RED highlighted text with url image url that you want,else leave it default(needn't change)
Change the BLUE highlighted text with your feed URL or place your advertisement
  •  Save the Template 
You are done..! If any problem persists please do comment.
Hacks,Tricks,Blogging Tricks ,Cool Computer Tricks ,Blogger Widget,Mobile Hack Tricks ,Auto like Trick,JavaScript,Coding,Magic Tricks,Facebook Tricks
3D Social Buttons With Rotate Spin Effect
Today, I am back with beautiful 3D Social Buttons With Rotate Spin Effect For Blogger Blogs. You can see live demo on my Beautiful Blogger Widgets. These buttons created with the help of useful CSS trick. With CSS rotate when you place your cursor over each icon they spin 360 degrees, they spin back 360 when the cursor is removed.

You will see hover effect on these buttons.These buttons are related to your RSS feed, Email RSS, Facebook, Twitter, Google+, Pinterest and Feedburner reader count.

Thanks to Hitu for making this beautiful widget. Please ask via comments if you are facing any problem.

Live Demo 3D Social Buttons With Rotate Spin


IconIconIconIconFollow Me on Pinterest


spice up your blog

How To Add 3D Social Buttons With Rotate Spin Effect To Blogger?


1. Go to Blogger Dashboard > Layout.

2. Click 'Add A Gadget' > HTML Javascript.
3. Copy and paste below code in HTML Javascript Gadget.




<style>
#social a:hover {
background-color: transparent;opacity:0.7;
}
#social img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
#social img:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
</style>
<center>
<div id="social"><a title="Grab Our Rss Feed" href="
YOUR-FEED-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzA6NpqruWICGl9UpJbEcOUZGd-HxCX9Ufz7kZ7fA_RgYd2Z4g88AbEkv72Ou7LDOiWQlAnuGLMdHP2-aysxPQyCPhsAG6WabIqajqteSt0o4YIZMiwTWzpa6ZVpzV1xSgccN5trWYJwgB/s1600/RSS-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Get Free Updates Via Email" href="YOUR-EMAIL-RSS-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZocXjAT0TQC8Cl0IL0PhmzCjCVH_IvO59if3Hw_-HHAxrfRS18OlFj9Jn7AmI7MszX10BcL_URWyutQuV08v-8xBh9NZ_PdYFwyIsn7YzQu2wXBg4HA40kJzauCrIiGNN0kVZ3B3q0y_1/s1600/RSS-EMAIL-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Like Our Facebook Page" href="YOUR-FACEBOOK-PAGE-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxyha7KcnCR6rtcFRHBW2adWa-kndk_Br9KIuDVxLprfZja6TkaKw0uYMivvYZfix94yGPV96tgEZcuB0toV5mpTdyMY4IlHpXGj5881QBr-hcTILUrZiyel8OteHWtrJmRgtQrKYiO_Z4/s1600/FACEBOOK-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Follow Our Updates On Twitter" href="YOUR-TWITTER-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV5GgaJkht_4x9Nt33GOF6iR7R6ZlcsFiq997gJIz3DKFRU4uZdyVmwuGcbMd4ZT5pjvM0wcar_FKTqA1ThSaqLG48QXr-pGa4IkWIJ3W115Pk2CwCLpOVeCs2cUwDu1crW3OjC5oH271l/s1600/TWITTER-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a title="Follow Us On Google+" rel="nofollow" href="YOUR-GOOGLE-PLUS-URL-HERE" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidGrvF_JusG4NgXi9Nn5AAJJa1Yj4ZYu9SVLCIDerKHrDuu7v4kfCpxVx-7dxqkRAfwAaaK7mroyseHh_ThgP1sXZq_e7J9mWmoPsEjehgzumc5TulyO49oqtu98nB-08Eibw-jqqtR-k9/s1600/GOOGLE-PLUS-48x48.png"/></a><a title="Follow Our Pins" rel="nofollow" href="YOUR-PINTEREST-URL-HERE" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNdYf1t5klyYozkg-bAga4k8yBVSWxGAXvGDU8wgrNF8cIj5KyDVIk750EdomEA7q9qnO6tm1n1d6LcyVlbM9e7qlPJnLPTJqFfnxFdx1r9nQVtzrFqjKLm4OZfJkx7-NEZcmlVH6MO6_K/s1600/PINTEREST-48x48.png" alt="Follow Me on Pinterest" /></a></div>
<br/>
<a href="YOUR-FEEDBURNER-URL-HERE" target="_blank"><img alt="Beautiful Blogger Widgets" src="
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxAnlp40YR6b3GRIuUHSZBvZ4HZiiZjl-XY9MMQDy1tBOpUBI5YXNaw1zc3MGJl5iBnOhnUq8Y-aHXhgv13LmQfL6vvUZvCQMhQitEOOj7-2ulEJd8zdBOOiw9cAzZ480qWK22pOE9FuB-/s1600/dff.gif" style="border:0" /></a>
</center>

Note: Replace the following sections with your social profiles and feed URLs.

  • YOUR-FEED-URL-HERE
  • YOUR-EMAIL-RSS-URL-HERE
  • YOUR-FACEBOOK-PAGE-URL-HERE
  • YOUR-TWITTER-URL-HERE
  • YOUR-GOOGLE-PLUS-URL-HERE
  • YOUR-PINTEREST-URL-HERE
  • YOUR-FEEDBURNER-URL-HERE

4. Save it.

That's it you have a very cool subscribe section on your blog. Thanks for reading it.
Hacks,Tricks,Blogging Tricks ,Cool Computer Tricks ,Blogger Widget,Mobile Hack Tricks ,Auto like Trick,JavaScript,Coding,Magic Tricks,Facebook Tricks

Today I am sharing a very simple CSS trick which will add numbers to your threaded comments inside a comment bubble.It will add numbers like this way 3,3.a,3.b & 4 here 3,4 are the main comments and 3.a,3.b are the replies,you can see a screenshot below in image.To apply this trick to your threaded comments,you just have to copy and paste some CSS code in your template and you are done.So without waiting anymore lets jump to the tutorial.


How To Add Numbers To Blogger Threaded Comments?

  1. Go to Blogger Dashboard > Template
  2. Download a copy of your template
  3. Click On Edit HTML
  4. Hit Proceed
  5. Now search for below code,

1
]]></b:skin>

add below code just above it,

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.comment-thread ol {
    counter-reset: countcomments;
}
.comment-thread li:before {
    contentcounter(countcomments,decimal);
    counter-increment: countcomments;
    floatright;
    font-size22px;
    color#555555;
    padding-left10px;
    padding-top3px;
    backgroundurl(http://3.bp.blogspot.com/-f6ByQfbwApQ/T4x_8p1FGpI/AAAAAAAAB2A/WJKf-ybmvQk/s1600/comment+bubble2.png) no-repeat;
    margin-top7px;
    margin-left10px;
    width50px;
 /*image-width size*/
    height48px;
 /*image-height size*/
}
.comment-thread ol ol {
    counter-reset: contrebasse;
}
.comment-thread li li:before {
    contentcounter(countcomments,decimal"." counter(contrebasse,lower-latin);
    counter-increment: contrebasse;
    floatright;
    font-size18px;
    color#666666;
}

Now save your template and you are done.

Customizations


  • Line Number 11 - Edit it to adjust the position of text(number) from left size
  • Line Number 12 - By editing the value you can adjust the position of text(number) inside bubble from top.
  • Line Number 13 - If you want to change the bubble image then simply replace image URL with yours.
  • Line Number 14 - By editing this value you can adjust the position of bubble from top
  • Line Number 15 - Increase or decrease the value as per your requirements

Below I am sharing some comment bubbles,select Copy Image URL and replace it with above comment bubble URL in line number 13.


how to blog
  
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeuu1fsLuMk7QElsAlOV38fyXRNdtFa7yeSJnXC_gaatGFCHKRMPyLr0mpTYzh-zjT0Ce7D1fwyh8cJ4XJVvZA7lxZHKSRftlH19XO0IDN0htu3uV03Z0ENqjwxLZHrIh_ZZPr59Q-oVwt/s1600/blue+comment+bubble.png

 blogger blogspot
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoRK-Y3WpVdbZTeC08JLdglQ_qQ2P1j-4hu6c3NAOMl7xMRN79ijgvq5ejYYCr9mjuwP_gyhpRCh6nhloMEI4ku4wX3DZk-c4v2JEweAKdtaK5NYPQwaO4Y8fMrvl8WtNaBhMjH9uZW7Em/s1600/blue.png   


 blogspot blogger, how to blog   
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE2mIETBKgbzyxROoFCYgGGGo7mEbel47Jpp8O9H1UrmCGt8yjlnKT552WX2Tewg4ErQTt3uf0U91HjvhHE5dq_HRFrWNdk7SOWRhtrkST2cYEpWIfwJzZp3sM1i2QJJz1uFx6NtvBprhF/s1600/bubble.png


 widget blogger blogspot
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIX5znAb3hyljDN5Z2_V8f29FimujM4OOek-JmqzuzsoT1Xk4N2Z4-0sXgVOrgb23Oa7Cy7ULTinJMgvD6xc1Y97e5TkqcjmoeHzj2FCm1bba-gm6JLk8s0NHBfxhskmkSXQJK9o26i1F8/s1600/cloud.png   


 blogs, how to blog
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi852Ku74kC1pf7nDsi0okqnVarm9cp-eIhmG9YL7dLmEVac39BgzefDO9dAaCiIx55cbHhiCIpJpVvl8GxLLn8sgEV0lS515WVePAkje93iolK8teCJcaqs1KDYZZhE9HaeQ8zKfOIvFef/s1600/comment+6.png    


 blogspot or blogger, how to blog
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilM4WRR6NBzfllq284kgiCLYR-QTlJ6Z89PRjOwGTsjzTeV-rcc-tVCp1xc2Dfgd_eKIjlSx39HIZMZHDFpV6Nzreo8iOZi-aycHr9gsSKoA-gPBx-buDocGNbKQT71EB_4oEWbEZUe6zv/s1600/comment+bubble+1.png 


   tutorials, how to
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLvCMUTCnUIGjzoKrBB6CX34XJiY4dQKoPX4k2ezxCDCSrg94NBm8IisK8NiC4EKzeNoUldY648CXMWyHBdWDWQ19swrgbXVNOYRCmv2Hgbj7t7X-wqug7dX-SZtHfEi9krXK6LtrFEi0B/s1600/comment+bubble+2.png   


 comments, how to, blogspot blogger
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu2p9w0nmmjR-BOk4CrzWJ2H75kPoh6EW0I_yWA_OQ-sbjC4btlj33FlXpJWqXv8Z-XlbDhAQ5UqG5k0Ndni7OMc1m-aK8o0U3T04eWEuhzaRp83Vr-gs_qBPU-BAFzdAFLv8ZnNSdebSK/s1600/comment+bubble+green.png  


  new comment, how to blog   
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyc4yzcDcI7nPn7-fv2hQPquWQcNy5wJ_CCUgP5__bPE-NIgzIR5U7Up5R1R0eNei8SMOrB5yZJiIhrzZBq-Gz_SZHZ8Pa9jocBBhgzB-sp8h2x6j4F44lCgclvTEQVingTTHPkYFp11dC/s1600/comment+bubble+red.png


 blog design, blogger
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtkedpzArY-TgiBaBgfybHIPTqU6j-3KDyxyUQ6prEw_N5cIAqOiiMKoxmPH8LOgIZLSnhCcbjyl_5iRaB5RJ8VCbhG6pNLWPxicQNz-MbIEHphJrHHQjns7LykhYPF5y0hLqtmNSaIM3X/s1600/green+comment+bubble.png


 blogger.com
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZtVNjdiIIqH_b7LXzxbkUEYyS4-_K8pL7j466tnjWCkoevHxFsyXsVLBiBeTW2zayZ6_TDC6T7CqZoFchfJn8Okej8ZRFtj6myvglJVIar-CFcdK6LO7ARwAf-zbtHaFVUJFaZ35w741q/s1600/grey+cloud.png


  
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeR8JOFv5pFOPD7DNN8nYNTHzSu_TZwW5U7ydLaelxl4hgUzrvwHtNRY-PGtY7lSEJ0vX_nS6WGw3aWwyicRU5z7OuCibsX0ol5IeMW3i8wTS_oNk9s0y0mOkZDfyFHYGWXrMUmQji2_XS/s1600/heart+1.png 


   
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilGyd7VQjgQM5-vZ1L2jFZTGBPpV9Tf8gz0rcGtzTu7v7bJlWz6Alkcvihe4QJWQpKQ3dLnBeYMAq6BqswhZA3pfSgKwN4-4aSKKzVhfanrrFDT0In4EvUct4y4CiwICkabt8VlVOMvokw/s1600/pink+comment+bubble+2.png


  
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKhpkbAtXTzGqzx0etQWCIsrvWYdggs4zDopf1qNJOyKxWDzROnIYVJyqWQ__6v3OMvPGcWHq9GbBjaVCL6t9N3oFdP-UjohQKNsBAxVRZy74DvFuPW7jAKBwlx3HA9UqdR2vbOdB36R86/s1600/pink+comment+bubble.png  


     
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXA63RVMnkazOm3C6XJbW5oKxOBgUjmwrxtt8Q0J15gG0zTeIdEDy8_48maR9RAnkMesGep9E-aNc8giVFgUiVpI8ITlqw-IK-nJI_g5c5NWVXFnP771IvEYE1QGGS3_GIzt2ebLWj2wk9/s1600/pink+comment.png


 
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFjnlYButuKH7W9_MBrm6mvtInY_yYghG16cGf1paKjxAa1-D68XDrTSVPY1vqu5Yev_uodWK4lTJ0FuFW2VIJ-0krHG6sR4wH_ny-jkHhX1pNwIbOqiWpdZzrlpr8NN0tw1lnrQ3Omu45/s1600/round.png


   bubble comment count, bubble blogger posts
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH1KD5Q76Mok6zeojLOWPKrMzfzWbmnaDPjcEgi8xofteZHl0y5YuHBa6hDFhB6p10GE4PcZv9gzDejW6F8kiU4AeDMFYhSaPLXYpzRxRChEj_yTATK4_0Ut21dlN8HkAScOHMKi4f3W0U/s1600/4.png  


 blogger comments, comment count
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1uj2E1llfm6ErOiCNWAqSkCVyIXytdlpwA3BUaM-xKNU6_FrfF-e-4b3BZTWlHUmfKg3qNcgjr7kZ3IWn1e3vkwX7lVN1vt-DgSI0TUJh_KJc32g0QVDsDwvSta_ehD0CiWcorDcwyMmb/s1600/2.png 


   blogger blogspot, blogger comments
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnY9HT-3-JqdvyBuKx8_9RuT_bGw1iEkcYfWXd2976oB46kucMr2fZ_KUk-8OXsbL7_Jztg4VTBxtSomCMJD90PDvhhcpYqy2fNdqSLVanYd8xwU-ZS4lvPSpQRmI-uNqWPhFHsVVDujLF/s1600/3.png


   blogger bubble comment count
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhtXxa7lTtFUSZcAEK7X-9P0o114T9M3jQpF7dZ_eY-jjl9Kwf5wYQZBzC7iF8MbdmBNLLpte6k-vUNBpl_ATKq_13I9rbyMemnWHtheEP6tU_OorgCG85hP8E4ThmJNM0MYnXVnX9inAI/s1600/blue+2.png


   comments in blogger titles
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9uifsdcAiWzChXFx7ySE-XIqlnmfXb30aAxE1Pg-0fWLGkAlLrrK57gDMz-86GdcRNMTVVQC0am9EJkHqHbVsOR0awnggpCaJ-DCvKBZOKEN9eH2qycrbq57XO5I405aZu6UQ-qDpcOsN/s1600/blue.png  


  blogger tips, blogger tricks
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieyRJgvQyYhlvJgaZfFJPQOeOupw3lfPtaiaTI4_1hBg3g3VFOTcslr7eGTtxBR8yjLsSdR_kpErjH90moDg40CihbSMVGkuzNu62_36kM1oEOy-159kbJtAepiwGNLcqZYZ1LGpORsXis/s1600/cloud+bubble.png 


  blogger widgets, bubble comment count
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEionb2pAZ8ZC1SGvRpHhC1aY7zckMxKHwAM_fwEEO9WO1NfD3AorAfq8-iZOI9RqUqMyrR_u7TZ_PVBM9gxCHd4elTxH1x2HMfglv2F98D2WsB1oifqYVFzWRmTImwfEf7d2ftLNT30M0_i/s1600/cloud.png  


  bubble comment count
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnVcl1t-eZMg7eVD5jQPe753wc4jD7GmZCCgmtdQyKCE4LIlK88tPuS4UapIC4LvMJ_GYoKQZjhcO7i-T5OrF6UwHJNPmwc0oOchUI6Xv1DB4lJCive-VFLvCf94h0-Djp9H4qm4Ts-czR/s1600/comment+1.png


    Bubble Comment Count
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQw7cEb6OH7b1y_SD-IY1r_gyJtQvdfPgCUpX3PwEuCE3Dxl7TWqTgKhgjwE2EiMmg2olOMJMT7zcdsZnuR4SRUCUfFxtJ18twfgnpACmP0qcNpdPT0n9tAnTJ_gKZExmKYW6PbAkgdcFm/s1600/comment+bubble.png


   Bubble Comment Count, blogger blogspot
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNXR9S4L4qoam2j3vFnkBvMKhRluIMV0xoREhYvfPfF305-7NdwE9HlTkyV_9Vy4g4MSgGJItvgYBSq_61ynCabTfMguexYvrFqAJpMvbEw9VAfymie0az-Yl8T_h4Z0oFiM-lzHmztGsL/s1600/devil+comment+bubble.png 


  
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9Sv5q5t5QMe9d_s862y79psfbyOf7uk9PLcLMVE6APwqkyW6_9B4WUQm5Mh_tLhG-8Nb1lik-F8gneV_z3EnE89MTEU8rEE7YKdmreYelumRpsHCiK5Ifh0C0Ozc3BtnZdCNBRpswnXHv/s1600/funny+comment.png  


  
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV1S_8H8B2TpePA6ad_qVeRaWFBtstW5h4wiD5kZ7_QD9DgXmu8B_vNL8X76lYZcuusANWkqJ61MrJ8rh98eJybGgEKZKTSWutYwYaRWUTqgdzR4s4KCcGxqa9Lzk-wKfNHz_bPdFh48VP/s1600/pink+bubble+icon.png


     
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG0dJnLTDl0nvT73sr1uwfT5boNIDmIbvr3KLcEN8IATK4MXEMDoVIl1qrrITzNwZv5d3-IyJtPsysFeMxZmhjoN8gaRLzQ_yIm8i06KguwN42tmEJzBmSVIVamy1XoFhTlg3hJwEyFiyk/s1600/speech+bubble+green.png


   
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgA-p7S2-igZvOi7SBdfjsCe201ZklQpajvbslU0fWy7osUjveOOyRdIDmjOkzqUDgdSl8QexZ6m5tTGiXdoHKsbFLFtvmxGw8cOGDm58yqOeMzkKYbAE-Les115Tv2H4cGXarM3bieG4DC/s1600/bubble+comment.png


   
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFAkZxExpdWPztCIr4hoILADaF12V_nvYp-6x-IHeryREk_1_93g9SKWuRJu5KKsA9QzYLApQElmVHtSKI2DBpk0msg9gKhKtNcvyjX9NmBa-0UzJOdkRqUGb1qx99xMZc1Z3gnWyOh5XZ/s1600/comment+bubble2.png


  
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdfV6roltYUcMHcgAiJjja_a_UEbSaHMlh1qi0QhlfJeZ5jrQy3Sh8fKT3Gjlv4G9JiKzxz2nsOUWR2MdcjR7OM-3PbSdlosGz9LSG2-h7QY0ZhU-UPBM3QGZBZkE1N36fARiSFKXjWQAg/s1600/comment+bubble3.png


     
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjx-Rx5zDODtZuhAB6acIeDx8aEh4_ZSDNKI7eD3dCuPksvK0NdyoO70bfk_Ox-4uAoaIGn_6v8p-ju18DFxUSaXdzWkaEJfZwgF9v6cn7HPhVUO1iVnH4fL3AATuY6mc9aT1mJq0XlefXS/s1600/comment+bubble4.png


    
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGgQqf5H8jlfVls5nSeeL4_PcCop9Ni0EasNn7i_7BjYuUCgsU8HH7FZQUyjUyUrjXWZXkIb0K7vVlj4Mf5jgJG9OIGzLlUd4HjbxwEQkj3Agm8dMguJm_jnbyf5G6FeSN-vJFrWcZ8MwT/s1600/comment_bubble.png


   
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7DLKst-TRUp5YNVwHiw1vv9G7fiM-AhftzQ2W86_F4CU-NzXGxs5sGcney3ScBBPuhAAWwHHkzZrRvP2eezAJDaPeiH-kbCWZvSPCAYsmcf52HEkduDLuX1ABlUokGXSXQDkYZnCzzQ2q/s1600/text_comment_bubble_comments.png


I hope you enjoyed this post.