How To Add Facebook Messenger Chat Button In Blogger Blog :
Add Facebook Messenger Chat Button In Blogger Blog :
Follow the steps below :
1. Log In Blogger >> 2. Dashboard >> 3. +add a Gadget >> 4. HTML/JavaScript
Copy the below code and paste it in HTML/JavaScript content
<div style="position: fixed; bottom: 20px; right: 20px; z-index: 9999;">
<a href="https://m.me/YOUR_PAGE_USERNAME" target="_blank"
style="background-color: #0084ff; color: white; padding: 10px 15px; border-radius: 30px; text-decoration: none; font-family: Arial; font-size: 14px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); display: flex; align-items: center;">
<img src="https://cdn-icons-png.flaticon.com/512/1384/1384005.png" style="width: 20px; height: 20px; margin-right: 8px;" alt="Messenger" />
Chat with us
</a>
</div>
Note : Add your Facebook page username in place of your YOUR_PAGE_USERNAME.
- Now Save the HTML/JavaScript and also save the layout settings.
Comments
Post a Comment