Skip to main content

What are the Functionalities of the Atom Web Plugin?

Learn to configure the advanced functionalities of the Atom Web Plugin on your website. Discover how to send the current URL to WhatsApp, support analytics events and customize interactive messages. 🚀

⚙️ Main Features

Adding the Atom Web Plugin to your website will allow you to configure the following features:

  • Sending the current page URL in your redirect links to WhatsApp.

  • Support for events with Facebook Pixel and Google Analytics in the Web Plugin.

  • Sending personalized messages to the Web Plugin when the user interacts with elements on your website.


🔗 1. Sending the URL in WhatsApp Redirects

This feature allows the link of the page where the customer is located to be automatically attached to the message they will send via WhatsApp.

Suppose you have a redirect link on your website to WhatsApp that sends the message "Hello" to a specific number (such as 50766617374). If you want the URL of that page to appear in the message that is sent to WhatsApp, you just need to include the text #page.url in the text parameter.

💡 Practical example: If your page URL is [https://atomchat.io/](https://atomchat.io/), when the user clicks on the link, they will be redirected to WhatsApp and will be able to send the following message: "Hello https://atomchat.io/".


⚠️ Previous Configuration for Events and Messages

To enable the following two features, it is necessary to add a base code (which we will call Script 1).

  • You must paste Script 1 right after the tag in your web page.

  • Important: You can only include this code once per HTML document.

📊 2. Support for Events with Facebook Pixel and Google Analytics

With this feature you will be able to trigger events from the Web Plugin to Facebook Pixel and Google Analytics. This will allow you, for example, to know how many users decided to continue communication via WhatsApp, how many via Facebook, and how many via the Web Plugin.

  • Step by step: To add this event support, you must paste the corresponding code after Script 1 on your web page.

💬 3. Sending Personalized Messages When Interacting with Your Site

You can configure the Web Plugin to receive a specific message when the user performs an action, such as clicking a button.

  • Configuration example: Suppose you have a button on your website and want that when the user clicks on it, the message "Hello Atom" is sent to the Web Plugin.

  • You must paste the corresponding code after the previous button code (specifically after the closing tag).

  • Through this code, we are telling the Web Plugin that when the click event is triggered on the element with ID boton1, we want the message "Hello Atom" to be sent.

Additional Considerations:

  • You can send messages in response to all types of events, on all types of elements.

  • You can add the code to as many elements as you want.

  • You only need to make sure to paste the code after the element you want to add the functionality to and that the elementId and type match that element.


Boost the interactivity of your website! 🚀

Configuring the Atom Web Plugin not only enriches user experience with automated messages, but also provides you with the exact metrics you need to optimize your entire digital strategy. ✅

Did this answer your question?