Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

twilio-professional-services/plugin-emoji-picker

Repository files navigation

Notice - Legacy Code

This plugin is no longer maintained and has been migrated to the customizable Flex Project Template, where it is an optional feature.

Emoji Picker Flex Plugin

This plugin adds a PicMo emoji picker to Flex UI 2.x messaging.

Emoji picker demo

Disclaimer

This software is to be considered "sample code", a Type B Deliverable, and is delivered "as-is" to the user. Twilio bears no responsibility to support the use or implementation of this software.

Pre-requisites

This plugin is designed for usage with Flex UI 2.x only.

Make sure you have Node.js as well as npm installed.

Next, please install the Twilio CLI. If you are using Homebrew on macOS, you can do so by running:

brew tap twilio/brew && brew install twilio

Finally, install the Flex Plugin extension for the Twilio CLI:

twilio plugins:install @twilio-labs/plugin-flex

Installation

First, clone the repository and change to its directory:

git clone https://github.com/twilio-professional-services/plugin-emoji-picker.git

cd plugin-emoji-picker

Copy public/appConfig.example.js to public/appConfig.js:

cp public/appConfig.example.js public/appConfig.js

Install the dependencies:

npm install

Run the plugin locally:

twilio flex:plugins:start

Development

Run twilio flex:plugins --help to see all the commands we currently support. For further details on Flex Plugins refer to our documentation on the Twilio Docs page.

About

This plugin adds a Picmo emoji picker to Flex UI 2.x messaging.

Resources

Stars

Watchers

Forks