Grapevine Interactive SMS Plugin

SMS-enable WordPress. Makes a function available to allow sending of sms/text messages from within the code. Requires registration and payment.

Author:Grapevine Interactive (Pty) Ltd. (profile at wordpress.org)
WordPress version required:2.x
WordPress version tested:3.1.4
Plugin version:0.2
Added to WordPress repository:14-03-2011
Last updated:14-03-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.vine.co.za/
Total downloads:896
plugin download
Click to start download

This plugin makes a function available to allow WordPress developers to send an sms/text message to whichever phone
number they want.

Usage of this plugin requires signing up and registering for a paid-for account with Grapevine Interactive.

This is a service plugin only, it does not do anything by itself, it just makes the smsing/texting functionality available
for developers to call at appropriate times.

Usage in code

As an example, use the following code wherever you want an sms/text message to be sent:

<?php if (function_exists("za_co_vine_sms_sendSms")) {
        za_co_vine_sms_sendSms("0821234567","message content here");
} ?>

Try to use this code close to the end of the WordPress Loop execution, as the function will block while doing the HTTP post.


FAQ
ChangeLog