January 4, 2009

Add Yahoo Smiley Emoticons Above Blogger/BlogSpot Comment Form


If you have already enabled the comment-form feature in your blog*spot blog, then it would be better to add a list of smilies too, which can be used by the readers while commenting.

The comment-form with smileys, will look like this:

Or you can see it in action [and leave a smiley-comment too], at the bottom of this post !

To add these smileys, follow these steps:

STEP #1
First log in to Blogger
Then go to Layout -> click on "Edit HTML" tab, and click on "Expand Widget Templates" tick-box.

Now find this code :
<b:if cond='data:post.embedCommentForm'>
<b:include data='post' name='comment-form'/>

Now right IN-BETWEEN those two lines, add all these lines:
<div style='-moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 369; text-align: left; border: 1px solid #cccccc; padding: 5px; background: #eeeddf; height:86'>
<b>
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/21.gif' width='18'/> :))
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/71.gif' width='18'/> ;))
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif' width='18'/> ;;)
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif' width='18'/> :D
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/3.gif' width='18'/> ;)
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/10.gif' width='18'/> :p
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/20.gif' width='22'/> :((
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/1.gif' width='18'/> :)
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/2.gif' width='18'/> :(
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/8.gif' width='18'/> :X
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/12.gif' width='18'/> =((
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/13.gif' width='18'/> :-o
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/7.gif' width='20'/> :-/
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/11.gif' width='18'/> :-*
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/22.gif' width='18'/> :|
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/35.gif' width='24'/> 8-}
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/100.gif' width='31'/> :)]
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/102.gif' width='44'/> ~x(
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/104.gif' width='30'/> :-t
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/66.gif' width='18'/> b-(
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/62.gif' width='18'/> :-L
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/14.gif' width='34'/> x(
<img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/24.gif' width='30'/> =))
</b>
</div>

STEP #2

Now find this code in the template:
</body>

And just BEFORE it, add this line:
<script src='http://files.main.bloggerstop.net/uploads/3/0/2/5/3025338/smiley.js' type='text/javascript'/><noscript><a href="http://bloggerstop.net" target="_blank"><span style="font-size: x-small;">Add Smilies</span></a></noscript>

Finally save the template.

OPTIONAL WORK:
Although the required javascript file has already been uploaded and linked by me in the code above (in RED), but as a backup, download and save this file on your PC:
Download this File:

Smiley.js ( As a zipped file )

And upload the file (smiley.js) to OpenDrive

Then copy the DIRECT LINK (streaming):


And you may use this direct-link instead of the one used in the code above.

That's it !
Now you can see smileys below your posts...


603 comments:

«Oldest   ‹Older   201 – 400 of 603   Newer›   Newest»
Divya Sai said...

@ 3T,

The codes are same, here the code is specific to the "comments text-area", but the code at gman-blog is applied to all the blog including content and widgets which I usually find quite interfering.

Dimples said...

I had it on my blog already. But I can't really find the codes :(

Divya Sai said...

Hi Dimples, I have checked your blog(http://dimplesmedrano.blogspot.com) you do not have the smiley hack active in it, so do you want to add the code in that blog?

Dimples said...

Yes of course I do want :) Will you help me?

Divya Sai said...

Yes ofcourse....I just checked your blog's source,
you need to edit the .JS file before uploading it.

Open the file and replace
b.item(i).getAttribute('CLASS') == 'comment-body'
with this:
b.item(i).getAttribute('CLASS') == '.comments-singleblock'

That's it, then upload the file, link it in the code above, and you'll get the smileys on your blog :)

Dimples said...

BTW. Everytime that i'm downloading the .zip file that needed to be downoalded, it always come with index.php. I'm using DAP Accelerator Add-on in FF. is there any problem with the link?

Divya Sai said...

Hey Dimples,

Do not download through any DA, simply download from the link using any of your browsers. The downloaded files is neither a php/html but a JavaScript (.JS) file.

deOt said...
This comment has been removed by the author.
deOt said...

:-o how to do that? it's not working on my blog :(
can you help me please... :D

Divya Sai said...

Yup of course I can help you,

forget the first code (the larger one)simply do the second part (upload the file and copy the code before </body> tag )...

Once you do this, and type the smiley code on your blog like this code :)
then you'll see a smiley icon in the comment.

If you successfully do this, then we can proceed with the first code.

deOt said...

it's not working.. but when i type smiley code in this post comment.. it always show : ) only...
not the smiley images.. oh.. it's stressed.
heheh.. i already put the code and installed the .js but it's still not working.. :(

Divya Sai said...

When I checked your blog, the code wasn't there....keep the code in place, so that I can find out what's going wrong!

deOt said...

No.. I use for my another blog.. check this out :
my another blog
but it's works already.. thanks ya!!
i love it... :X

deOt said...

hi.. again.. :D
i tried to adding more codes in smiley.js
but it's not working..
is there any trouble if want to adding more smiley such as these smiley.. :"> B-) etc
thx

Hellman Hacker said...

http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/7.gif in my blog when i comment with smiley icon then after post the smiley is not shown in comment

Sai @ Blogger Help said...

Well sometimes even I think of adding new smileys to the file, but never tried it yet...
I think it is possible just be careful about the coding in the file, take this for example (bolded code is supposed to be changed to add a new smiley icon)

                _str = _str.replace(/:\)\]/gi, "<img src='<b>http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/100.gif</b>' alt='' class='smiley'/>");


Note that the actual code required to display the smiley, which is :)] has slashes "/"s in between the code elements.
Hope you get it !

Regards
Sai

Divya Sai said...

Do not use the image address (url), you simply have to type the "code" displayed in front of each of those smiley icons...

Iksa said...

hi all.... 8-}

kejal said...

hey, well i did tried out this by putting the code write below where it should come and also hosted the file in hotlink.com but still all went fine but the output comment box and smiley none came @ll on my web page www.downloadlatest-movies.blogspot.com, what should i do now next for this.

reply soon

Divya Sai said...

Hello Kejal,
I have just chkd your blog, no code found. I can help you better if you do these three things first:
1. Modify your commenting system, and make it an embedded comment-form, like mine.
2. Then do the first coding part, which will show smileys above the comment form, then wait for my instructions on how to add the second code.

Ms Hetal Patil said...

Sai Ram Divya,

How can i add few more emotions not listed here.

Thanks & Regards

Anonymous said...

:)

Divya Sai said...

Hello Hetal...
I guess you are here after a long time...welcome back.
Yes you can certainly add more smileys, simply edit the javascript file and and add the required code (DIRECT LINKS to your new smiley icons, and corresponding code-whatever code you want, make sure the code has some special chracters like $, %, * etc. which are not usually ppl use in their regular comments).

ProfessionalLab said...

It's working nice. Thanks dude! ;) I really like your blog, it's very informative for blogger user.

Sai @ Blogger Help said...

Welcome buddy !

Mia said...

ah this was the easiest thing to have installed so far #:-s ! I was even able to change the background :) Thanx again D.

Hetal Patil said...

Sai Ram Divya,

I commented on ur blog after some gap of time, but i am always hanging on to ur blog and i find really very useful information here.

I wanted to know from where i can get direct links of emotions (as they are hosted on yahoo - i guess).

Thanks for guiding. I will surely edit javascript file.

Till then we meet... Jai Sai Ramji

Divya Sai said...

Glad to know that Hetal :)

For direct links, simply download some (small) smileys (from any website), and then upload them to tinypic.com (it's better if you first register here and then create an album, so as to easily manage them in future)...

Anonymous said...

[IMG]http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/102.gif[/IMG]

Jimmy said...

Hey, i need some help. Is it possible to add this to old blogger templates?

cheers

Divya Sai said...

Well Jimmy, frankly speaking I have never wrkd on classic templates.
So rather I would be greatful to you, if you can test the method on a classic template...

Lindahoang said...
This comment has been removed by the author.
Lindahoang said...
This comment has been removed by the author.
Linda said...

Hi Divya Sai,
Can you help me with this? When I post comment, it shows only code, not image. :(
Here's my url: http://testblog1-lindahoang.blogspot.com/
Thanks in advance

Divya Sai said...

Hello Linda,
The problem you are facing has different solutions (codes) depending on the blog's template. So instead of the test-blog, tell me the exact blog, where you want to implement this hack. It just needs a small modification in the .js file, but it will be specific to your template.

Jimmy said...

I can test, but the comment form is very different. is just one code line. Still i will copy/paste to the place and see ;)

Lindahoang said...

Hi Sai,
Thanks for reply. I'd like to put smileys codes on this blog. http://lindahoang09-trafficexchange.blogspot.com/

I made test-blog exactly like this blog to test it first so that's why I give you that url. I hope you can help me.
Thanks again. :)

Divya Sai said...

Okay...
Before uploading the .js file you have to edit it, like this:

In the file change this:

if (b.item(i).getAttribute('CLASS') == 'comment-body')

to this:
if (b.item(i).getAttribute('CLASS') == 'commentbody')

tell me if it worked or not...

Chanaka Aruna Munasinghe said...

:x

Chanaka Aruna Munasinghe said...

=))

~~Ingat to Remember~~ said...

hmm.. the smiley just wont show up... can u help me with that ???

rosseskiller.blogspot.com

Sai @Blogger Help said...

First switch to embedded comment form system in your blog, link is there in the post.

Then use the code. No need to change any code for your blog.

Lindahoang said...

Hi Sai,
I changed the file as you said, but it's still not work. :( Please help me again. Thanks

if (b.item(i).getAttribute('CLASS') == 'comment-body')

to this:
if (b.item(i).getAttribute('CLASS') == 'commentbody')

Divya Sai said...

@ Lindalohoang,

Plz do not upload the file to sites like rapidshare or mediafire, as we want direct link to the file, so either upload the file to hotlinkfiles.com or better upload it to mydatanest.com

Lindahoang said...

Hi Sai,
I uploaded file on myDatanet like this but it's still now work. :(. Please check again. Thanks a lot.
http://mydatanest.com/files/Lindahoang/12814_w7sn7/smiley.js

Danoxs said...

@Lindahoang: Again, like Divya said.. Upload it to Sigmirror.

It doesn't work because you must be logged in to view the file, and Blogger can't 'Log-In' for you toload the script..

Hope it helped ;)

Admin said...

Hey it isn't working on me. Please visit www.internetajil.blogspot.com and check my problem. Thank you

shadow_20 said...

:)) thanks

Divya Sai said...

@Lindahoang,

As Daniel said you can use sigmirror too, but still I would recommend MyDataNest
The problem you are facing is because the folder (in Mydatanes) where you uploaded the .js file is selected as private, so edit its properties and mark it as hidden, that's it.

kacey said...

:)) ;;) :)]

Lindahoang said...

Hi Sai,
I edited properties in MyDataNest from private to Hidden but it's still not working. :( Please help me again! Sorry for taking your time a lots. :|

Divya Sai said...

@Lindalohang,

This is the final modification you need to do...
actually I'm sorry, as you have to undo the change in .js file and re-upload it.

i.e.
change
if (b.item(i).getAttribute('CLASS') == 'commentbody')

to this:
if (b.item(i).getAttribute('CLASS') == 'comment-body')

Due to some confusion, I asked you to make that change, but now I'm sure that if you revert back to default code, then you'll see smileys in your blog :)

Lindahoang said...

Hi Sai,
I did upload again the original .js file as you said but it's still not working. ~x( Can you please check again my blog to see what's wrong with it? Thanks

Lindahoang said...

Hi Sai,
I've just checked again but this time it's working only with guests, not administrator (me). So what's should I fix next? Thanks :)

Divya Sai said...

Back up your present "smiley.js" file and make a copy of the file.

Edit the copy of the file, like this:
change this:
if (c.item(i).getAttribute('CLASS') == 'owner-Body') {

to this:
if (c.item(i).getAttribute('CLASS') == 'comment-body-author') {

save the file, upload it and paste the code in to your template...

Lindahoang said...

Hi Sai,
It's really working this time. Thank you so much for your help and patience with me! :D :-*

Divya Sai said...

Happy for you Lindahoang... :)

admin said...

:)) test

admin said...
This comment has been removed by the author.
admin said...

Thank you very much.I had some troubles because I have uploaded the zip file to hotlinkfiles as a zip file.Finaly I figured out, I unziped the file and I uploaded just the js file.How stupid someone can be =))

ကိုရင္ျပည့္စံု said...

:((

Anonymous said...

:))

panda said...

Thank you :D

L. ANSA said...

Hello there Sai..

Thanks for all the tips.. they are really helpful.. However..i cant get this one working though...

I've tried as how you told the others... by placing the second code right after dis..

(h4 id='comment-post-message'>A Comment A Cookie?(/h4)

And then i place the second code just before .. (/body)

Still no visual.. then i changed the part of the script
with this..

b.item(i).getAttribute('CLASS') == 'commenttext'

c.item(i).getAttribute('CLASS') == 'commenttext-admin'

Still nothing.. Can you help me?? :(

Sai @ Blogger Help said...

@L.Ansa

There's an error in the file uploaded by you:
http://boxstr.com/files/6273073_sd9qd/smiley.js
Delete it and redownload the file from the post above.

Moreover DO NOT upload it to boxstr.com, because boxstr no longer supports direct linking to javascript file.
Upload it to Mydatanest.com (Remember to save the properties of the folder at your mydatanest account as "hidden")

Sai @ BloggerStop said...

And moreover you have to use the embedded comment form, and not a pop-up comment form to make the UI better.
Read and implement this tutorial first:
http://bloggerstop.net/2008/10/how-to-embed-comment-form-below-posts.html

RV2x08 said...

:)] ~x(let me try also...

RV2x08 said...

:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =)) testing 1st..

Divya Sai said...

@RV2x08

I have just updated the post too, DO NOT use boxstr.com to host the smiley.js file, intead use mydatanest.com and read the NOTE in the post above, then the smileys will be visible on your blog.

yusuf said...

yuhuuu...now i also have this cool smiley icon on my comment form..
Big thanks to Divya Sai and bloggerstop.net..

Guess i could find anything i need to improve my blogs appearance..

U're blogs genius :D

Btw, i have a question here..is there any possibility to add the smiley icon in the icon list?
i mean,i saw many smiley icon in Yahoo messenger which is not shown in here..
If is it possible,coul u teach me how?
Thx..:)

yusuf said...

oh FYI Divya Sai, i can't find this code in my template --> <b:if cond='data:post.embedCommentForm'>

But this code is in my template..<b:include data='post' name='comment-form'/>

So i put the code for smilies icon right before that code and it works :)

Sai @ Blogger Widgets said...

That's great, and Yusuf of course you can add more smilies to this widget. Simply edit the .js file, add direct links to your images, and then add a unique code with some colon/semi-colon etc. corresponding to each new smiley.

dr. oetjoepz said...

hoho..i have to learn more so that i can make a code for that smilies..
not understand bout HTML at all :)

Divya Sai said...

@dr. oetjoepz

Just visited your blog, and saw your smiley test comment. And as the smiley in your comment was working perfectly so I thinkyou have well understood the html behind it ;)

arcava said...

check.. try your emoticon ;)) I try to break the code for my blog http://arcava.blogspot.com After so confused at last i can show image on top of comment window. But still cant work if i type the code. I also compare it with js file from other blog but still not find where is my mistake :(( If you have time please help me to repair it. Many thanks..

RV2x08 said...

:( why my yahoo smiley not working anymore at my blogger?
pls help me. http://www.gm-zone.co.cc/

RV2x08 said...

my blog smiley still doesn't work!!anything goes wrong.i look at yr blog smiley was ok but mine it doesn't show the icon... :((
how can b like dat,b4 dis was still fine.can u check my coding? do i need to send u my code?pls.

Divya Sai said...

These smileys will show up only if the comments are inside the class-dd and id-comment-body

Here's a comment (source code) from your blog:


<a name='comment-3116155438793729080'></a>
<a href='http://www.blogger.com/profile/15491913080826950009' rel='nofollow'>RV2x08</a>
said...
</dt>
<p style='color: #45818e; font-style:italic;'>Thank you...Hope you enjoy at here. ;;)</p>
<dd class='comment-body'>
</dd>
<dd class='comment-footer'>


You can see that your comment is clearly out of the id-comment-body.

but a comment from my blog is like this:

<a href='http://www.blogger.com/profile/15491913080826950009' rel='nofollow'>RV2x08</a>
said...
</dt>
<dd class='comment-body'>
<p>:( why my yahoo smiley not working anymore at my blogger? <br />pls help me. http://www.gm-zone.co.cc/</p>
</dd>


It clearly shows that the comment is within the class-dd and id-comment-box.


So what I can advice is to compare and modify your template's comments section with that of a minima template (create a temperorary blog with white-minima template first).

RV2x08 said...

TQ sai! i fixed it and now it's working well! u a really genius.. thx so much! :D

Divya Sai said...

Welcome buddy...happy blogging :)

Ari Sulistiono said...

;)

Divya Sai said...

@Arcava

Your template has been modified a lot, even the classes and ids are changed, lets see if this works:
You have to edit the .js file before uploading and linking it.

Edit it like this:

change this:
b = a.getElementsByTagName("DD");
to this:
b = a.getElementsByTagName("div");

and this:
if (b.item(i).getAttribute('CLASS') == 'comment-body') {
to this:
if (b.item(i).getAttribute('CLASS') == 'commenttext') {

also this:
c = a.getElementsByTagName("DD");
to this:
c = a.getElementsByTagName("div");

and finally this:
if (c.item(i).getAttribute('CLASS') == 'owner-Body') {
to this:
if (c.item(i).getAttribute('CLASS') == 'commenttext') {

Hope this helps!

psychodorama said...

hello ^^
I followed all the instructions.
The smiley box is showing on the comment area but when I type for example : + )) and post the comment the emoticon doesn't show. it's just written : + )). How come?
Thanks for the help :D

ps: sorry if my english is not good :|

Divya Sai said...

@psychodrama

If you are using the plus sign (+) in between the code, then obviously it will not work. You should only type this

:))

and not this:
:+))

psychodorama said...

lol yes I know I typed :)) but the smiley didn't show.

eb! said...

:))

eb! said...

hi
could u plz visit http://episodbaru.blogspot.com
i've followed your instruction
then the problem is...
the icons appear, but when post a comment and click the icon, the icon does not appear correctly (not animated)
why?

Divya Sai said...

Before you upload the .js file, edit this line:
b = a.getElementsByTagName("DD");

to this:
b = a.getElementsByTagName("div");

Tell me if it worked or not...

eb! said...

why did not apply at my blog
http://episodbaru.blogspot.com

eb! said...

:(
plz help me

Divya Sai said...

@eb!

Hey buddy, you haven't yet made the change that I suggested in that javascript file. First make that change, then upload it to mydatanest.com and finally link it from your blogs template.
Then tell me if that worked or not !

eb! said...

thanx dudE!!
its work
i like :X

Divya Sai said...

You are welcome buddy :)

प्रेम दयानंद said...

http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif

Sai @ Blogger Widgets said...

Don't copy paste the icon's address Prem, you just have to type the characters written in front of them...

[®][البرنس][®] said...

thank you ;)

RK said...

it is not displaying the image
Regards
www.rktools.co.cc

RK said...

it is just displaying the code~x(
Reagrds
www.rktools.co.cc

Divya Sai said...

Edit that smiley.js file before uploading it,

change this:
commenttext
with this:
comment-content

RK said...

it is just dispalying signs
www.rktools.co.cc

Dyx said...

Hatur nuhun....!!!!!! ;)
=))

Anonymous said...

:D

E. B. said...

hello..this is a cool and nice tutorial. I wanted to apply it in my blog but the i couldn't open the smiley file from the zip file you asked us to download...help me pls. opening the file is blocked in my computer.

all the best!

elaine

Divya Sai said...

Hey there, you don't have to unzip or upload any file, I have updated the post just follow the steps and save the template.

In case it doesn't work, then you have to download and modify the file according to my instructions, so just tell me if that worked or not.

Anup said...

Why it is not working on my blog?

Anup said...

:(

Anup said...

Ahhhhhhhhhhahh..... got it active blogging?? yOU HAVE TO PLACE THE JAVASCRIPT IN BLEOW THE .embedcommentform... tag instead of placing the javascript befor the body tag:)

Anup said...

Hey divya is it not works on author comments?? It's really not working in my comments

Divya Sai said...

It will work, but you have to make some blog specific changes in the javascript code. Is it hacktutors where you want to add this hack?

Anup said...

Yes sure I am try to put this in my blog hacktutors. But, not working in author comment. Can you help me please? What I have to put javascript?? I can send you my template code :)

Divya Sai said...

You have to edit that smiley.js file, upload it to get a direct link and then link it up in your template.

This is what you have to edit:

Replace this:
owner-Body

with this:
comment-body-author

That's it!

Anup said...

Hey thanks divya. Thank you soo much:);))

Anup said...

It's working now!!! See this.

Divya Sai said...

Glad to help you Anup, Happy Blogging :)

Anup said...

Hey divya you really helped me and I post an article about it I special thanks to you! Please see this one:
http://hacktutors.blogspot.com/2010/01/yahoo-smileys-in-both-author-and.html

Thanks!

Άναυδος said...

:Dx(

Divya Sai said...

Thanks for spreading the word Anup....I'm glad I could help you :)

Kuyie said...

:))

Anonymous said...

:D

Anonymous said...

awesome hack :D

AnggaRifandi said...

Thanks for share, I really wanted to add this emoticon in my blog. Thanks ;)

Dr-Ibrahim said...

:-*

healing herbs said...

great stuff, thanks!

- said...

:))

Eurodance Blog said...

hello .. thanks for the intresting post.. i put also your codes with smiles

ShaneLong said...

Hi Divya!
I didn`t find the first <b:if code, can i expand widget templates or do i damage sth, cause i dont have it if i only edit HTML
btw: very informative and nice Blog
keep it up!

AnHaO said...

:))

Divya Sai said...

@ShaneLong,

You have to click on "expand widget tempaltes" tick-box, to view that code. I have just updated the post...thanks to you.

Anonymous said...

=))

Anonymous said...

Not working

lewy14 said...

:)] oy.

EroticXGirls.blogspot.com said...

thanks.....

NGTHFONG - 阮・青・風 said...

:(

NGTHFONG - 阮・青・風 said...

the first code is ok, but the ... second ones did not work properly, need some help! 8-}

NGTHFONG - 阮・青・風 said...

Sorry, this's the link: :D
http://ngthfong.blogspot.com/2010/02/thu-cho-con.html

Lelouch said...

:p

Ann Elle Altman said...

:)]

ijo said...

:))

ijo said...

is not working in my Blog http://outdownload.blogspot.com

Anonymous said...

;))

Ide-gue said...

Thanks.. very nice tutorial...
I'm very lucky can find your blog.. :D

Social Networking Blog said...

:-t b-( :-L x( =))

Working Perfectly, lol :D

varun said...

:D

varun said...

:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

Janaya said...

:)) ;;)

Just seeing if this works.

Danoxs said...

@viagra online: Smells like SPAM :-/

Divya, for more security to be sure to kill bot's and that, you should add a Captcha or something. You know JS and that things (Or at least I think), and may be easy for you :p

See ya'

RoHeHa_6264995 said...

:)) Well its not working 4 me

Nabel said...

Hi, i have create new smiley code for blogger comments.
and it really do WORK!!..

It has more than 1000+ smiley to be used, including the animation pic.

visit here;
http://akunabel.blogspot.com/2010/03/add-1000-smiley-emoticon-in-blogger.html

or here
http://akunabel.blogspot.com

Aufreger said...

First, excuse my badly english, i am german ;)

I´ve downloaded the .js and modified it a bit to get more replaces like ;-)

I´ve fixed a problem with the owners comments - changed "owner-Body" to "comment-body-author"

Now i´ve got a question. What is the first part, called getElementsByTagName('LABEL') for?

Divya Sai said...

@Daniel,

Yeah that's pure spam, but captchas may confuse some newbie bloggers, so I usually prefer post-moderation, and in fact a little spam is not so hard to manage specially with friends and supporters like you :)
PS: I was out of the town last week so replying late, thanks for reporting it.

Sai - Blogger Widgets said...

@Nabel

Great work! that was amazing.

@Aufreger

Don't know it's exact purpose, but I guess you would have got it, that it is something related to the labels part. Anyways I don't think that is required in that file.

melissyjn said...

Mine isn't working. Perhaps cause I placed a threaded comments on my blogger blog.

Can u help me take a look at my blog please? :)

http://melissyjn.blogspot.com/

Mr.Z said...

testing :))

Sou Stalker said...

Sir,it wont work on my blog ! can you help me please ? :-t

Texan in UAE said...

Thanks!!!! I love it! I just did it on mine and two of my best friends!!!!! adds so much personality to your blog! Thanks..

mr lock said...

:-L
doesn't work for my blog =((

New Kid said...

I don't have the post embed, I use popup as my comment - what code should I use? Or is it only do-able as an embed?

I saw your comment saying it works better with embed but I'm hoping for an option.

http://milanocookieaisle.blogspot.com/

KidHambur KFunC said...
This comment has been removed by the author.
اغلى قلب said...

dose not work in my blog

:(

Jingga said...

itsnt work for me :p

Anonymous said...

Thank you v much dude... try this icon :)) and :D
:d dunno if:) it will work ;) hehe.. :p .....=))
anyway..thanks a lot ;;) make this post ~x( x(
=)) see u

نشوة الخمرة said...

http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/8.gif

thank you

Anonymous said...

:))

D K S A N D I M A S said...

:D :D :D

Ayoub said...

:X

Robin Hood said...

:(

The smileys are not working in my blog. Just check it

www.robinhoodsoftwares.blogspot.com. Just check the comment section of http://robinhoodsoftwares.blogspot.com/2010/04/protector-skidrow.html this post. You can see one comment I posted. Its a smiley and I can't see its working.

Divya Sai said...

You have to change the .js file,

change this term:
'comment-body'

with this one:
'commentmet_text'

then upload it to some other host (like mydatanest.com)

If that doesn't work, then chage this term in the file "DD" with this: "div"

Robin Hood Softwares said...

It worked buddy. Thanks for your kind action. You are great, bloggerstop. I am proud that your are from India. Mee too. If I have any doubts, I will contact you. I am planning to add your button in my blog. Is that Ok for you. My blog is dofollow. Kindly comment on any of my post. I will accept. Thanks buddy.

Sai - Blogger Help said...

Glad to help you bro. I would be more than happy to get a link from your blog. BTW you have a great blog too. I will soon visit your blog and will share a word with your readers and you :)

Robin Hood said...

Sai. I need to tell you one thing. Are you able to see the "loading image" on my blog when you enter. Many of my friends asked the code for that. Its better you share the secret and code about the way to create a loading image like this. It will help many bloggers and visitors as they dont need to wait and can see the loading status of pages. Pls ignore if you dont like.

Robin Hood Softwares said...

One more help I need. Sai, there are codes to add a divider line between posts in blogger as you can see in my blog too. A divider line between various posts. Similarly, I need a code to add divider lines between comments in blogger. If you provide that, it will be a great help to many bloggers. After writing the code share it in your blog. Pls. Its a request.

mehran said...
This comment has been removed by the author.
nightblastz said...
This comment has been removed by the author.
nightblastz said...
This comment has been removed by the author.
نوره الهاجري said...
This comment has been removed by the author.
nooral3ain said...

hi

it dosn't work in my blog can you help me pls :p

ذكــرى وتأمــل : said...
This comment has been removed by the author.
interior picture said...

I'm confuse to implement it in my blog ??? ~x(

Aideal Fitri said...

:)

Maey said...

thanks sooooooooo much.....:X

nooral3ain said...

Hi Divya Sai,
Can you help me with this? When I post comment, it shows only code, not image.:)]

Indra jaya said...

Thanks your info

Virgil said...

Hy Divya!

Please can u look at my blog? http://romanianfun.blogspot.com/2010/04/casa-cu-fundu-n-sus-interesant.html
The problem is that when i type the simbol of the emoticons...it not apper the emoticons.

Sai - Blogger Widgets said...

@Virgil
Edit the .js file like this:

Replace this:
owner-body

with this:
comment-body-author

then save the file, upload it to www.mdn.fm and use the direct link to that file in the code above.

Virgil said...

Thank you very much ! Now it's working .

nooral3ain said...

Hi Divya Sai,
Can you help me with this? When I post comment, it shows only code, not image.plcccccccccccc ~x( ~x( ~x( ~x(

Sai - BloggerStop.Net said...

Well yes I can help you, but I need your blog address, there's no list of blogs in your profile.

admin said...

:((

Anonymous said...

http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/102.gif )))

Anonymous said...

:)) :|

nooral3ain said...

Hi Divya Sai

OK , this is my blog but i must Invite you , so you must send your email

http://nooralainscience.blogspot.com

Anonymous said...

8-}

Anonymous said...

:)) teste

Anonymous said...

:D awesome

uhe insane said...

thank you,it really works...
im newbie and wasting time to search this information...
i read so many tutorial...
but nothing works...
finally i find this tutorial from your blog..
and it works...
i have to say thank you so much...

excuse my bad english..


Regards
uhe the bloodyinsane
please visit my blog..
uheababil.blogspot.com

LEXORCiST said...

:)]

Dipa said...

:))

~H y D a . J M~ said...

thanks 8-}

fay said...

:))

Lazy Pineapple said...

Thank you Divya...You are a Star :D

«Oldest ‹Older   201 – 400 of 603   Newer› Newest»
:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

comment on this post Share Your Views

Allowed HTML tags: <b>, <i> and <a>

Join and share your views with other bloggers at BloggerStop Community

Comment Like This! and Optimize your blog...

SPAMMER OF THE MONTH: www[.]TopRankLinks[.]com

Next Post Homepage Previous Post

Regular Readers


What They Say...

Divya Sai is the ingenious webmaster of Bloggerstop.Net. Divya is extremely patient, knowledgeable and responsive... Bloggerstop.net has an abundance of articles on creating widgets, templates, hacks and ways to make your blog search engine friendly.
- Stacey @Pets With Allergies
I stumbled onto a great site. Sai, over at Bloggerstop.net has helped me tremendously and with great patience...for any and all questions regarding computer issues. And again, THANK YOU Sai.
- Cheryl @Cmash Loves To Read

More Here...

Popular Posts

Get this widget

| © 2010 BloggerStop.net | Blogger Widgets | Template by Dicas Blogger | Enhanced By Divya Sai | Privacy Policy