SMS Alert WordPress Plugin
The Internation SMS Subscription manager is a plugin for WordPress that allows users to subscribe their mobile number through a sidebar widget (see right) and then enables blog owners to send out SMS updates to the subscribed numbers through the WordPress dashboard.
In The News
Downloads



Is there a way to only allow sms to be limeted to a single country to prevent excess charges to non target countries for a business. I am thinking manually clean out the database before send?
Hi Murray, at the moment no. I am however busy rewriting the plugin and would consider adding this. Unfortunately the plugin is not first priority and could take about a month before I release a new version.
You can still configure your clickatell from the clickatell panel to limit sms to just a single country. So if people from the other countries subscribe they just wont receive the sms as Clickatell will just reject the sms
Hi
Is there a minimum digits limit for the widget where you input phone numbers?
In norway phone numbers are 8 digits, and I get the “Please enter a valid cellphone number.” error message when I input my phone number. example phone nr: “99887766″
A follow-up on this in case anyone else runs into the same problem.
Edit line 12 of addsubscriber.php
swap “strlen($sms_number) >= 9)” with “strlen($sms_number) >= 8)”
Clickatell site is blocked. How i can use this plugin
hello,
im trying to send sms in hebrew (utf8) via this plugin but all i get i gibrish where can i set it to send sms in hebrew ?
Is there any way to automatically send notifications out when new posts are published?
Hey Gerhard, Nice work with the plugin.
Just tested it on a Charity site and works like a charm.
Got a few suggestions though:
Allow subscription to SMS at WordPress user registration point (Possibly using Cimy User Extra fields)
Also allow personalization of the Text Message Like:
“Hi %name%, Please remember that we are starting the volunteering tomorrow at x y z”
Great plugin!
In my big-band we are using sms for “last-minute” messages, and it would be great to do it directly from the web.
Is there a way to let all the mebers use your plugin, not just the admin of the site?
Hi HO, sure you can add the widget to one of your widget areas and users can then subscribe through there.
How can I allow other user than “Admin” to send SMS
Hi, The header and footer widget is not showing. What can I do. Thank you,
Achara
Hi Archa
I had a quick look at your site and the reason the header is not displaying is due to the way your theme is coded. Standard WordPress themes include h3 headers for their widget elements, seems like your theme does not.
Please, How can we get the clickatel API key to complete the options setting on my dashboard.
Hey Mangse, you must sign up here and then from the dashboard you can create a key to use in the dashboard.
about this error
Error in SMS authorization! (ERR: 108, Invalid or missing api_id) whats the cure!
i have a Fatal error: Class ‘WP_Subscription_Form_Widget’ not found in /………./wp-includes/widgets.php on line 324
in the widget when you put your number and hit submit…!
looking for help please!
i fix it, it was a stupid newsletter plugin
Hi, Thanks for that great plugin!
I would like to change the font size of the SMS Widget Header.
Any idea what to do?
Hi Peter, you should be able to change it with CSS like this.
#sms-subscribe-widget h3 {
font-size: 10px;
}