On the Web module of BOTNATION you can now use tags to format the text
displayed in your chatbot. It is very useful to highlight important information to your
users.
Be careful this DOES NOT WORK for Facebook Messenger which filters the tags.
These options therefore only work on the Botnation webbot and Wordpress chat
module.
Here are some examples:
<b>bold text</b>
Place the <b> tag before your text and then </b> after your text.
Conception:
Result:
<i>text in italics</i>
<u>underlined text</u>
It is also possible to "accumulate" these tags to apply several styles to a text.
Colors:
You can also add colors to display standard warnings or confirmations. It is not
possible to customize particular colors outside of them.
<span class="text-blue">blue</span>
<span class="text-green">green</span>
<span class="text-red">red</span>
Available colors are :
blue, green, yellow, orange, red, violet, grey, black
Warning: These colors are managed by the user's browser, rendering may vary from one browser to another depending on its version and the system.
Result:
Center Text :
You use <center> to center text.
<center>My Text</center>
These options only work for texts, not buttons, but do not forget that it is also
possible to integrate in your texts as many emojis as you want ππ
Learn more