Insert emoji in the message

Certainly. Here is the step-by-step guide to inserting emojis into your message, designed for non-technical users.


Guide: Inserting Emojis into the Message

This guide explains how to access and use the emoji insertion tool within the message composition window.

Procedure

To insert an emoji into your message, follow these steps:

1. Access the desired conversation or create a New message.

2. Locate the message composition area, labeled with the placeholder text Write your message here....

3. In the bottom bar of the composition area, on the right side, click on the smiley face icon: <i class="far fa-smile"></i>.

  • The element is labeled as "Action" in the code, but the icon is the primary visual identifier. In the code, it is identified as <a id="chat-emoji-picker" class="btn btn-default" style="width: 50px;"><i class="far fa-smile"></i></a>.

4. The emoji picker will open. You can browse through categories or use the search bar to find the desired emoji.

5. Click on the emoji you want to insert.

6. The emoji will be automatically added at the cursor position in the message.

7. After completing your message, click the Send button <i class="fas fa-paper-plane"></i> to send it.