Hi friendzz today im going to show you how to add Funny Smileys in your Blogger comments? Then follow the next steps:
Step 1.
If you are using the old Blogger interface:
- Go to Dashboard - Design - Edit HTML - Expand Widget Template (make a backup)
- Go to Dashboard - Template - Edit HTML - Proceed - Expand Widget Template (make a backup)
Step 2. Add CSS Code
- Find ]]></b:skin> [easily find Ctrl + F]
img.bhacksmly {
height: auto !important;
vertical-align: middle !important;
width: auto !important;
border:0px !important;
}
Step 3. Search (CTRL + F) for this code:
- For previous commenting system:
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
- For threaded comments:
<div class='post-footer-line post-footer-line-3'>
Step 4. Add the below code just above it
(for threaded comments, add the code after):
<b:if cond='data:blog.pageType == "item"'>
<div style=' width: 450px; text-align: left; border: 1px dashed #0084ce; background: transparent; padding: 10px; color:#000000; font-weight:bold; '>
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/1.gif'/> :)
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/2.gif'/> :(
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/3.gif'/> ;)
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif'/> :D
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/7.gif'/> :-/
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/8.gif'/> :x
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/10.gif'/> :P
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/11.gif'/> :-*
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/12.gif'/> =((
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/13.gif'/> :-O
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/14.gif'/> X(
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/15.gif'/> :7
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/16.gif'/> B-)
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/18.gif'/> #:-S
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/20.gif'/> :((
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/21.gif'/> :))
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/24.gif'/> =))
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/26.gif'/> :-B
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/101.gif'/> :-c
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/100.gif'/> :)]
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/102.gif'/> ~X(
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/103.gif'/> :-h
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/28.gif'/> I-)
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/41.gif'/> =D7
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/43.gif'/> @-)
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/45.gif'/> :-w
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/47.gif'/> 7:P
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/48.gif'/> 2):)
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/110.gif'/> :!!
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/111.gif'/> \m/
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/112.gif'/> :-q
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/113.gif'/> :-bd
<img alt='' class='bhacksmly' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/114.gif'/> ^#(^
</div><a href='http://tricksdonor.blogspot.in/2012/12/how-to-add-funny-smileys-on-your-blogger.html'>Widgets</a></b:if>
Step 5. Now search for this piece of code:
</body>
Step 6. And add the following code immediately above it:
- For previous commenting system:
<script type='text/javascript' src="http://dl.dropbox.com/u/124897262/tricksdonor%20blogger%20Threaded%20Comments.js"/>
- For threaded comments:
<script src='http://dl.dropbox.com/u/124897262/tricksdonor%20blogger%20Comments.js' type='text/javascript'/>
Step 7. Save the Template.
Now You All Done.
Thankx for share its working. . . . And nice blog. . . I will bookmark your blog. .. . . :-)
ReplyDeletethis is a test... :) :( :D
ReplyDeleteWhich you end up picking, be sure that you go through reviews from buyers to enable you to remember to be
ReplyDeletekeeping the best ones for you personally. If you have
health issues, like a back issue, then a rack is probably a nice choice.
Compared with purchasing all 15 weights individually, one is saving an
enormous amount of money by gaining it all in one item.
My homepage http://a-tec.eu5.org/index.php?do=/blog/1542/immediate-programs-in-adjustable-dumbbells-an-a-z
The drug is known causes aggression and confusion that can
ReplyDeletegrow with dehydration. The victim, 65-year-old Ronald Poppo, is in critical condition-which is to be expected when someone
literally eats your face. That is of course, unless it is at the expense of someone else.
my web page http://mongoliaonline.com
To ensure that you are buying the genuine article rather than a cheap copy buy
ReplyDeletefrom a well-established website. I have sideburns and
I even them out quite nicely with the regular razor that I
use (which is not a Fusion any longer). That is the confession of a panasonic electric razors junkie.
Also visit my page ... http://mydepression.org/pg/profile/Madgewatt
What skin care product I should use to make skin beautiful.
ReplyDeleteWhy bother going to the department store when everything you need is right in your
kitchen. Cucumber is another powerful ingredient
that helps fight oily skin.
Feel free to surf to my web page; Aloe vera mouthwash
To make scrambled eggs with a waffle maker simply crack eggs into
ReplyDeletea bowl, add milk and wisk. Any likeness to any
other recipe is purely coincedental. Maybe you've recently had a child, or other life event.
my website; best waffle iron
Honey is a common ingredient of natural skin care products.
ReplyDeleteThis natural skin care ingredient works in 2 ways; by relaxing your skin to smooth out wrinkles and by re-densifying your skin to permanently reduce the appearance
of wrinkles. Indulging in a warm bubble bath, listening to music and playing your favourite
sport are also good ways of beating stress.
Toothpick: it allows the removal of large debris accumulated in the interdental spaces is often inaccessible to the bristles of the brush.
ReplyDeletePeriodontal disease goes through three stages:
gingivitis, periodontitis and pyorrhea. Another reason that electric
toothbrushes have become more popular in recent years is because
the price of it has gone down tremendously.
Also visit my blog post - gourmetgastronomer.com
I don't want to sound like I'm ripping on the Eden - PURE, but the couple of opinions I had been able to get and read weren't really encouraging or positive. I was surprised simply because I suspected the Amish built premium products. We went through two space heaters before purchasing the Lasko 758000 Ceramic Heater.
ReplyDeletemy blog; in wall air conditioner and heater
She looked at the end of the cord attached to the welder.
ReplyDelete" thick epoxy resin laboratory grade top which has a very hard surface and is easy to clean off dried glue and adhesives with solvents or a razor blade. Of course you'll find some comparable actions to take with keeping your new equipment in correct working order which includes the diverse ways to check the compressor parts and oils levels.
My site - air compressor buying guide
Many people celebrate 4th of July by going to carnivals, parades, barbecues and picnics and enjoying great fireworks at dusk.
ReplyDeleteThe kids can also keep score on the chalkboard when they play other games traveling down
road. Every time I go into A.
my web blog ... michaels printable coupon
The Crock-Pot Duo is perfect for entertaining and having the
ReplyDeletetwo slow cookers that adjust independently of
each other. College kids gain on average about ten pounds the first year.
Consumer Product Safety Commission (CPSC) is still interested
in receiving incident or injury reports that are either directly related to this product recall or involve a different hazard with
the same product.
My blog post: http://ultra106five.com
She looked at the end of the cord attached to the welder.
ReplyDeleteProbably it is not as easy as if dirt bike games, but it is by all odds something
that may be done in your yard. Most manufacturers of concrete sleepers purchase stone
chips from stone crushers and manufacture concrete sleepers.
Also visit my website; http://www.cepaxarquia.org/aula/blog/index.php?postid=19671
The Valor Fitness BG-11 10 Pair Dumbbell Rack comes with
ReplyDeleteprotective rubber base caps and four angled iron beams.
Because if you will not do these two, then all your efforts in building great muscles will become
useless. To add variety to your routine one must mix up your reps,
sets, weight used, rest periods, exercises, duration,
and intensity.
Here is my webpage :: www.penpalspoint.com
The Department of Biotechnology, Ministry of Science and
ReplyDeleteTechnology under the Government of India is responsible for
the regulation, formulation and implementation of biotechnology courses in India.
The output of dairy and meat products has improved largely because numerous kinds of genetically
engineered and high yielding animal breeds have come up with the new researches in biotechnology.
In the manufacturing of food, pharmaceuticals or cosmetics,
assuring quality control is a top-notch priority.
Feel free to surf to my web-site http://www.biotechnologyreview.net
Hi superb blog! Does running a blog similar to this require a lot of work?
ReplyDeleteI have very little expertise in computer programming however I was hoping to start my own blog in the near
future. Anyways, should you have any recommendations or
techniques for new blog owners please share. I understand this is off subject but I
simply wanted to ask. Appreciate it!
my web blog :: km.swio.net/web/pg/profile/ChristalV
Thus, there are many broad options for getting to know various
ReplyDeletekinds of news today and that too through the
use of various mediums. " Earlier today some cruise ship struck land in Alaska. All kinds of sports news today are offered live through the television.
Here is my site; Latest Daily News
" Forum Threads " Blog Comments " Corporate Blogging " Social Network Profiles " Link Baiting. But unlike their blank counterparts, custom lanyards also can proclaim a marketing or motivational message to customers and employees. However, today, the wedding photographers capture photographs of moments that are precious and that you would cherish all your life; and, when you least expects the wedding photographer to capture you.
ReplyDeleteAlso visit my web blog ... latest celeb news
I'm amazed, I must say. Seldom do I encounter a blog that's both equally educative and
ReplyDeleteengaging, and let me tell you, you have hit the nail on the head.
The issue is an issue that too few people are speaking intelligently about.
Now i'm very happy that I found this in my search for something regarding this.
Here is my web blog; hockeyfreunde.ch
I just launched my very first domain and I got a good deal
ReplyDeleteof ideas by having a look at your internet site and its layout!
Thanks alot! -Josh
my blog post: Swimming Pool Chemicals
Hey there! I understand this is kind of off-topic but I
ReplyDeletehad to ask. Does building a well-established website like yours take a lot of work?
I'm brand new to operating a blog but I do write in my diary everyday. I'd like to start a blog so I can easily
share my personal experience and feelings online. Please let me know if you have any ideas or tips for new aspiring bloggers.
Appreciate it!
My site ... steelhead fly fishing
Hey There. I discovered your blog the usage of
ReplyDeletemsn. This is a really neatly written article.
I'll be sure to bookmark it and come back to read more of your helpful information. Thank you for the post. I will definitely return.
Look at my webpage: www.whatyouthinkof.com
Wow, this post is nice, my sister is analyzing these
ReplyDeletekinds of things, therefore I am going to convey
her.
Here is my web blog :: fresh fish
Valuable information. Fortunate me I found your web site by
ReplyDeletechance, and I'm stunned why this twist of fate didn't happened earlier!
I bookmarked it.
Also visit my web-site :: Michael Kors Canada