Messenger Chatbox has always been a good choice for a web developer to make the communication with their clients. More than chat box software the business website or blog should make the clickable hyperlinks email address that clients can click on it and link to their email composing box. But I am sure that you may think about the instant way to make easier and best way to communication with your clients and a popular way.
Althouse email is an important method to chat communication with other people but the new generation is known to love instant texting way like Facebook Messenger over the email. Facebook Messenger Chatbox or Icon allows people to the community with you through Facebook profile or page.
There are two methods that you can add one of them to place on your blog/website sidebar, text link, or anywhere you preferring to place it.
Facebook Messenger text link is an easy method to link your text with the Facebook Messenger, just following the few below starts;
1. Choose a text or phrase then link this href="https://m.me/yourfacebookid
Make sure that you replace your Facebook profile ID instead of yourfacebookid, it should your facebook username or ID number. Here is the chat demo or if you need a specific chat bottom, I suggest to use this below code to place anywhere on your blog or website.
Althouse email is an important method to chat communication with other people but the new generation is known to love instant texting way like Facebook Messenger over the email. Facebook Messenger Chatbox or Icon allows people to the community with you through Facebook profile or page.
There are two methods that you can add one of them to place on your blog/website sidebar, text link, or anywhere you preferring to place it.
A. Facebook Messenger Text Link
Facebook Messenger text link is an easy method to link your text with the Facebook Messenger, just following the few below starts;1. Choose a text or phrase then link this href="https://m.me/yourfacebookid
Make sure that you replace your Facebook profile ID instead of yourfacebookid, it should your facebook username or ID number. Here is the chat demo or if you need a specific chat bottom, I suggest to use this below code to place anywhere on your blog or website.
<style>Then use your facebook ID to replace on yourfacebookid
.fb-messenger {margin: 30px 5px 20px;}
.fb-messenger span {
border-radius: 4px;
background: #0084ff;
color: #fff;
font-size: 13px;
padding: 6px 8px;
display:inline-block;
font-family: helvetica, arial, sans-serifnn;
white-space: nowrap;
}
.fb-messenger a {cursor:pointer; text-decoration:none;}
</style>
<div class="fb-messenger">
<a target="_blank" href="https://m.me/yourfacebookid">
<span>
Message Blog Supporter
</span>
</a>
</div>