Home > Blockchain >  How can I make a button that uploads a emoji to input box?
How can I make a button that uploads a emoji to input box?

Time:11-15

So, I'm making a chatting app, and I was wondering how to make a button that uploads a GIF or an emoji to the html text box. Like in google hangouts, there is a button that is a little face, and when you click on it, you can select an emoji.

The Emoji Button

Is there any way to do that?

CodePudding user response:

It sounds like you are wanting something like this...

https://www.tiny.cloud/blog/emoji-picker/

  • Related