by BestWebSoft
4.6 (11 reviews)
Subscriber by BestWebSoft
Add email newsletter sign up form to WordPress posts, pages, and widgets. Collect data and subscribe your users.
Tested up to WP 6.5 (Current: 6.8.2)
v1.4.9
Current Version v1.4.9
Updated 6 months ago
Last Update on 09 Jun, 2025
Synced 1 day ago
Last Synced on
Rank
#6,807
—
No change
Active Installs
1K+
—
No change
KW Avg Position
26
-0.5 better
Downloads
117.4K
—
Total downloads
Support Resolved
0%
—
No change
Rating
92%
Review 4.6 out of 5
4.6
(11 reviews)
Next Milestone 2K
1K+
2K+
1,457
Ranks to Climb
-
Growth Needed
1,281
Current Installs
Need 719 more installs to reach 2K+
Rank Changes
Current
#6,807
Change
Best
#
Active Installs Growth
Current
1,281+
Growth
Peak
1,281
Downloads Growth
Downloads
Growth
Peak
Reviews & Ratings
4.6
11 reviews
Overall
92%
5
10
(91%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
1
(9%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| add subsribe form | 2 | — | Tag | 1 day ago |
| subscribe to newsletters | 50 | — | Tag | 1 day 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
- PHP Version
- N/A
- Author
- BestWebSoft
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
Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin
200K+ installs
#255
MW
MW WP Form
200K+ installs
#262
SureMail – SMTP and Email Logs Plugin with Amazon SES, Postmark, and Other Providers
200K+ installs
#277
Tawk.To Live Chat
100K+ installs
#297
Brevo – Email, SMS, Web Push, Chat, and more.
100K+ installs
#315
Frequently Asked Questions
Common questions about Subscriber by BestWebSoft
Install the Subscriber plugin and activate it.
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'];
}
} ?>
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['submit'] is a name of the submit form button;
$_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
$_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