Additional on site notifications

Additional on site notifications shows additional realtime notifications on various events from BuddyPress events component. For example on new friend request user will receive notification instantly. Supported events BuddyPress Friends…

GIPHY Production Requirements

When you are ready to move to GIPHY production key, they require you to have their copyright, its easy to add with following CSS: .bpbm-gif:before { position: absolute; content: 'GIPHY';…

End User License Agreement

BP Better Messages End User License Agreement Effective as of Nov 29, 2017 To help you understand the EULA (End User License Agreement), we’ve prepared a bullet-point list that summarizes some…

Refund Policy

We stand behind our plugin’s quality and your satisfaction with it is important to us. If you experience problems with the plugin, we will be happy to provide a full…

Making custom messages notification counter

Sometimes you need to create custom unread messages counter at your website. This is example of jQuery code snippet to make counter display messages count dynamically: <script type="text/javascript"> jQuery(document).on('bp-better-messages-update-unread', function(…

WordPress Multisite

Subfolder Networks Subfolder network can use 1 plugin license per network. Plugin must be activated network wide and license should be activated at primary website: Subdomain Networks One license work…

How video calls works?

Requirements Website must work under HTTPS to make this feature work, not works with websites without SSL. Test my browser GO TO THE TEST PAGE Security WebRTC is the most…

Custom messages location

This function will output plugin layout at any place: /** * Displaying messages in custom place */ echo BP_Better_Messages()->functions->get_page(); Need point to custom place location with next filter, so the…

Where is my messages stored?

Websocket servers not storing any messages itself, all messages stored only in your website database. Websocket servers used only as transitional servers to transmit data in realtime and storing only…