WordPress Plugin
A WordPress-based website can adopt anonymous verification simply by installing the BBaton plugin. This approach makes it faster to review the adoption structure than building a custom implementation and only requires entering the necessary settings before applying it to the live site.
01 Plugin Overview
The BBaton WordPress Plugin is an installable module prepared to help WordPress sites adopt anonymous verification quickly. The basic flow is to download the plugin, complete client registration, and enter the issued values into the plugin settings screen.
In a WordPress environment, the login-button placement and target page selection can be managed in the admin screen, reducing custom frontend work while starting production review sooner.
02 Installation steps
The deployment order is simple: install the plugin, apply for a BBaton client connection, and enter the issued values into the settings screen.
Download the plugin
Install the BBaton anonymous-verification plugin from the WordPress plugin repository.
Register the client
Submit the connection request on the BBaton website and receive the client credentials.
Enter configuration values
Enter the Client ID, Secret Key, and Redirect URL in the plugin settings menu.
Select deployment pages
Choose the page where BBaton Login or anonymous verification should appear, save the settings, and the basic setup is complete.
03 Configuration checklist
Even in a plugin-based setup, connection values must be exact. If the issued values do not match what is entered in WordPress, errors can occur during authorization or callback handling.
- Enter the
Client IDandSecret Keyexactly as issued after the registration is approved. - Confirm the final
Redirect URLusing the actual WordPress domain. - If production and test sites are separated, document the domain and callback path clearly so they are not confused.
- It is best to decide in advance which page will display the verification button and which page users will return to after verification, based on your production policy.