Plugin "Contact me by Whatsapp" - Stay in touch with your users easily!
The "Contact me by Whatsapp" plugin is an essential tool for your OxWall-based website. With this integration, you can add a widget to user profiles, allowing them to initiate a WhatsApp conversation with you quickly and directly. It has never been easier to maintain communication with your visitors!
The plugin configuration is straightforward. Users simply need to enter their phone number in a new question that will appear in the "Edit profile" section. If they do not provide a phone number, the widget will not be displayed, ensuring a personalized user experience focused on effective communication.
Key features of the "Contact me by Whatsapp" plugin:
1. Easy installation: It is installed like any other plugin in OxWall, without technical complications or special requirements.
2. Data preservation: If you activate or deactivate the plugin, the widget will be displayed or hidden according to your preferences, but user data and profile questions will remain intact.
3. Clean uninstallation: If you decide to uninstall the plugin, all phone numbers, language file entries, widget position in the profile, and related questions will be completely removed, ensuring a thorough and traceless deletion.
4. Flexible customization: You can personalize the widget according to your needs. Change the title, icon, image, and chat invitation message to match the style of your website. Additionally, you can control the widget's position in the profile and define which "user roles" can see it.
5. Multilingual configuration: All plugin texts can be independently defined for each active language on your website, ensuring a consistent and tailored user experience for your international visitors.
Please note that, in this first edition, the mobile version is not supported. However, with the "Contact me by Whatsapp" widget, your desktop users can easily access WhatsApp communication, allowing them to establish a direct connection with you at any time.
Don't miss the opportunity to maintain close contact with your users and make the most of the "Contact me by Whatsapp" integration on your OxWall website. Make communication faster and more effective than ever before!
The Wall
So these visitors can only see the number but not click on it so that a direct connection via WhatsApp is made.?
You can also place it anywhere on the profile.
For members yes, but not for non-members.
components/widget.php lines 40 to 44, where it currently says
if( OW::getUser()->isAuthenticated() ){
$this->setVisible( !empty( $phone ) );
}else{
$this->setVisible( false );
}
for a single line:
$this->setVisible( !empty( $phone ) );When I developed it I thought it would be a bad idea for unregistered users to have access to the members' phone number, but if you want to modify it, replace it in the file
components/wid...See more
I'm doing something wrong, but could you please send me a modified file so I can try it out.?I may have adjusted it incorrectly, but as soon as I make that adjustment I get an error message when I visit the profile in question as a visitor.
I'm doing something wrong, but could you...See more
Thank you very much for your excellent support once again.