ChitChat Chimp Advanced User Tips and Tricks
We have introduced some Advanced Features to ChitChat Chimp chat bot.
Markdown In Answers
BOLD TEXT: You can make text bold by enclosing it between twin asterisks :
- In your answer: **my bold text**
- Customer sees: my bold text
ITALIC TEXT: You can make text italic by enclosing it between single asterisks:
- In your answer: *my italic text*
- Customer sees: my italic text
BOTH BOLD AND ITALIC: You can make text bold AND italic by enclosing it between 3 asterisks:
- In your answer: ***my bold and italic text***
- Customer sees: my bold and italic text
IMAGE: You can insert an image in an answer with the ! command
The syntax is : ![alt-text](image-url)
So an example would be : ![mediakettle logo](http://mediakettle.com/mkettle.gif)
External Links
This features enables you to put links in your answers to direct the viewer to a different page, to call on the phone or send an SMS
Redirect URL
Click [HERE](https://google.com) to go to Google
would appear to the viewer as
Click HERE to go to Google
and "HERE" would be hyperlinked. Of course, you can use any word you want to be hyperlinked.
NOTE: The link will be opened in the same window thus directing the viewer away from the page he is currently viewing.
Telephone Call
Call us at [ 1-976-333-1111](tel:1-976-333-1111)
would appear to the viewer as
Call us at 1-976-333-1111
with the phone number hyperlinked
Send SMS
Click [HERE](sms: 1-976-333-1111) to send us a message
would appear to the viewer as
Click HERE to send us a message
External Bot Triggering
<button type="button" class="ccc_trigger">Press Me</button>
<a href="#' class="bootstrap-link-class ccc_trigger">Click here for support</a>