I’m trying to integrate some external javascript (this) to add an emoji picker to my app. I almost tried everything and can’t seem to make it work, html element, toolbox plugin, etc.
What am I doing wrong?
I know there is already an emoji plugin, but it doesn’t suit my needs.
Yes I know this library and this is one (of two) I’m actually considering to update my emoji picker plugin.
do you have any error in console log? Can you share what you have tried in Bubble editor?
Do you just need a picker? No insert in text area or input?
Thank you for your answer. I don’t have any error in console log. No, I need an emoji picker that adds the emoji to a multiline input. I used your plugin, but as I have conditions on my input, I can’t use it.
So you will need more to be able to use this library because this is only an emoji selector. You will need to also use a script to insert the emoji in th text.
The new version of the plugin will no override the original input that will be a lot better.
When I’ll get a chance, will take a look at your editor
I think the beta version will be ready next week for testing.
For JS. You can use HTML element, Page header or a plugin. This depend of the script you need to use. There’s an important thing to consider: Order Bubble load element. So if your HTML element load before the input is visible, your script will not find the input. In some case you might need to think to use conditionnal like input is visible, this element is visible on html element. The script will start to un when element is loaded.