ritz078 / ng-embed

An AngularJS filter/directive for embedding emojis, media, maps, tweets, code and services
http://riteshkr.com/ng-embed
MIT License
122 stars 35 forks source link

Regarding an emoji picker #97

Closed kunchamharsha closed 6 years ago

kunchamharsha commented 6 years ago

Hey, Thanks for the great plugin but was wondering how would we pick those emojis, i couldnt see any documentation for emoji pickers.

robman87 commented 6 years ago

This project only parses text and replaces some text-snippets with images of smilies and emojis, converts plain text urls to link elements etc. It doesn't have any picker built in. You can use an external picker that inserts text such as :), ^_^ etc that this project can replace with an image.

kunchamharsha commented 6 years ago

understood thanks