Using emoji's and convert

When writing in kirby i want to be able to use emoji’s, anywhere to convert and use them so they show on the front end?

You should be able to use emoji characters anywhere, without conversion or encoding. For example, I have used emoji in both snippets and content files without converting them to entities and they display correctly on the web pages.

Can you give an example of how you are trying to use emojis? Is something not displaying correctly?

Hi ok thanks. I was thinking it’d automatically convert when writing in the panel and publishing. So “:)” would turn into an emoji

You might be able to integrate a .js library such as emojify.js to do the conversions.

Perhaps someone could turn this into a Kirby plugin.

THank you :slight_smile: will look into this.