ᴺᴱᵂ ᴾᴸᵁᴳᴵᴺ 🐝 Emoji picker | Finally a complete native and customisable emoji picker

HEADER

Logo200x200

LINK DEMO LINK EDITOR LINK DOC

Emoji picker for you app

Hi there!
We just release this new plugin to the Bubble marketplace :honeybee: !

→ The most advanced emoji picker for Bubble. Supports native IOS emojis, custom emojis (like Discord), fully customisable picker and highly reliable.


:arrow_right: Add custom images and GIFs!
:arrow_right: Automatically bind to input or retrieve in the element state
:arrow_right: Supports auto, light and dark themes, with the ability to extend them to create your own
:arrow_right: Full support for skin tone variations where applicable
:arrow_right: Supports over 30+ locales
:arrow_right: Emojis are searchable by name or tags
:arrow_right: Remembers recently used emojis
:arrow_right: Fully keyboard accessible
:arrow_right: Emoji data is loaded once from a CDN and cached in the browser for subsequent sessions.
:arrow_right: Auto and custom positioning to the reference element
:arrow_right: Smooth and animated
:arrow_right: Fully customisable categories, categories order and picker tabs



Native emojis.

Add your own emojis.

Support dark theme and more.


LINK DEMO

LINK EDITOR

LINK DOC

FOOTER

2 Likes

Hi! Actually your demo doesn’t work. No emoji are loaded
When you say

Developped and maintained by Plugbee

Do you mean that the picker doesn’t use any external library? Just something you have created?

Finally, does it work with multiline or Rich text?

Thanks :wink:

Forget my question for the library. I was able to see you are using picmo (that I was also working on a new plugin from this library). It’s a good choice. :+1:

Hi @Jici !

Do you have more details to provide? Feel free to send a DM.
It was tested on 5+ devices and browser before release and it works all fine on our end :thinking:

Sorry for the competition :sweat_smile: It indeed seemed like the most complete one. Lots of new emoji picker plugins recently with also the one from @wesleywsls

Finally, does it work with multiline or Rich text?

Yes! It does work with Bubble multiline inputs. Not with external rich text plugins though, as they are not propper HTML inputs but textareas. But that’s a good tip, we’ll implement if there’s more demand!

1 Like

Everything seem to work fine now :wink:
There’s was an error loading emoji earlier

Sorry for the competition :sweat_smile: It indeed seemed like the most complete one. Lots of new emoji picker plugins recently with also the one from @wesleywsls

No problem! I didn’t get time to fully complete it (mostly to add emoji to rich text was the last part). The good news is that Bubblers will have a nice picker to use now :wink:

Cool!
Yes indeed I faced myself many times searching for a good emoji picker that was both reliable and that has the native Apple emojis. So this with the custom emojis was really what I wanted!

1 Like

@vnihoul77 Using this plugin and love it! I had one question though, I’m trying to add some styling to this element using CSS and having a hard time getting it to work.

.my-picker {
–background-color: #00e350 !important;
}

This code doesn’t work unfortunately. Any help here would be appreciated.

Thanks for reaching out!

Have you tried the Custom class field? It allows you to add a class name that you already defined and apply it directly to the picker.

image

Let me know if that works for you! :wink:

It doesn’t work on my end. I would like to change the background to white and perhaps keep the element float to the bottom. Who do I define a class name? I’ve already named it emojipicker on the Element ID.

Could you share a link to your editor and a page where the plugin is integrated?
This way I can better assist you!

Victor

Congrats for this plugin, it’s impressive. I don’t usually pay for plugins but this one is a no brainer.

Yet, it’s not 100% perfect :wink: because it doesn’t work in a floating group:

CleanShot 2022-09-30 at 15.01.48

@vnihoul77 any idea on how to fix this ?

Thanks for the sweet comment, genuinely enjoy it :heart: And really cool use of the plugin with your notion like app.

Interesting! Works on my end with floating groups.

  • Are you using the old or new responsive editor?
  • Did you apply a custom class on the picker?
  • Ideally, do you have a preview page to share? (through PM also possible)

In the meantime, if you need an emergency fix, you could use a custom class with a very high z-index, as defined in this section of the documentation.

Thanks @vnihoul77 for the reply!

  • I use the new responsive editor
  • I don’t have any custom class on the picker (I guess :woman_shrugging:)
  • Unfortunately, I don’t have a preview mode that will allow you to test on your side yet.

I tried to add a custom class but I think I don’t follow the documentation properly because I don’t succeed to make it work.

To add more details about the layout:
the picker is in a RE => inside a RG => inside another RG => inside a floating group

Do you know what’s wrong when I try to add the custom class ? Probably the name in front of .my-picker?

Thanks again for your help

@vnihoul77 does your emoji picker work for repeating groups? I am seeing an issue with it working only with the first item of the repeating group. Here are the screen recordings:

Issue: Screencastify
Setup: Screencastify

Hi @vnihoul77 having trouble with your plugin working on popups. Looks like a z-index issue. Also adding a custom class to set the z-index doesn’t work. Thoughts?

Any update on this?