Subscriber by BestWebSoft
Add email newsletter sign up form to WordPress posts, pages, and widgets. Collect data and subscribe your users.
Next Milestone 2K
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| add subsribe form | 2 | — | Tag | 18 hours ago |
| subscribe to newsletters | 54 | — | Tag | 18 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.4.9
- Last Updated
- Jun 09, 2025
- Requires WP
- 5.6+
- Tested Up To
- 6.5.7
- PHP Version
- N/A
- Author
- bestweblayout
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.6
- Reviews
- 11
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Subscriber by BestWebSoft
Open the file with the form (where you would like to add checkbox "Subscribe").
Find a place to insert the code for the checkbox "Subscribe" output.
Insert the necessary lines:
if ( has_filter( 'sbscrbr_checkbox_add' ) ) {
$sbscrbr_checkbox = apply_filters( 'sbscrbr_checkbox_add', false );
if ( isset( $sbscrbr_checkbox['content'] ) ) {
echo $sbscrbr_checkbox['content'];
}
}
If the form is HTML you should insert the line with the PHP tags:
Then you should add the lines to the function of the entered data checking:
if ( isset( $_POST['submit'] ) && has_filter( 'sbscrbr_checkbox_check' ) ) {
$sbscrbr_check = apply_filters( 'sbscrbr_checkbox_check', array(
'email' => isset( $_POST['email'] ) ? $_POST['email'] : ''
) );
if ( isset( $sbscrbr_check['response'] ) ) {
echo $sbscrbr_check['response']['message'];
}
}
or
isset( $_POST['email'] ) ? $_POST['email'] : ''
) );
if ( isset( $sbscrbr_check['response'] ) ) {
echo $sbscrbr_check['response']['message'];
}
} ?>
$_POST['email'] is a name of the field with entered e-mail;
I have some problems with the plugin's work. What Information should I provide to receive proper support?
Please make sure that the problem hasn't been discussed yet on our forum (https://support.bestwebsoft.com). If no, please provide the following data along with your problem's description:
the link to the page where the problem occurs
the name of the plugin and its version. If you are using a pro version - your order number.
the version of your WordPress installation
copy and paste into the message your system status report. Please read more here: Instruction on System Status