UNPKG

messaggera

Version:

This script allows you to easily integrate a chat widget into your website. It dynamically loads the necessary resources and initializes the chat widget for your website. ## Installation

16 lines (15 loc) 358 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Messaggera Integration</title> <script src="https://unpkg.com/messaggera/dist/messaggera.js"></script> </head> <body> <script> Messaggera('', { }); </script> </body> </html>