Title: Grapevine Interactive SMS Plugin
Author: gvilabs
Published: <strong>March 14, 2011</strong>
Last modified: March 14, 2011

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/grapevine-interactive-sms-plugin.svg)

# Grapevine Interactive SMS Plugin

 By [gvilabs](https://profiles.wordpress.org/gvilabs/)

[Download](https://downloads.wordpress.org/plugin/grapevine-interactive-sms-plugin.zip)

 * [Details](https://wordpress.org/plugins/grapevine-interactive-sms-plugin/#description)
 * [Reviews](https://wordpress.org/plugins/grapevine-interactive-sms-plugin/#reviews)
 *  [Installation](https://wordpress.org/plugins/grapevine-interactive-sms-plugin/#installation)
 * [Development](https://wordpress.org/plugins/grapevine-interactive-sms-plugin/#developers)

 [Support](https://wordpress.org/support/plugin/grapevine-interactive-sms-plugin/)

## Description

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](http://www.grapevinedirect.co.za/).

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.

## Installation

 1. Sign up for a test account with Grapevine Interactive at [www.grapevinedirect.co.za](http://www.grapevinedirect.co.za/)
 2. Upload `za.co.vine.wordpress.sms.php` to your `/wp-content/plugins` folder
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Enter the account details you would have received after signing up, on the Settings-
    >Grapevine SMS page
 5.  * Affiliate Code
     * Authentication Code
     * Post URL

## FAQ

  What does this plugin actually do?

It makes a function called `za_co_vine_sms_sendSms` available to the whole of WordPress,
to allow plugin and theme developers
 to use to send sms/text messages to whichever
phone number they want.

  What is the cost?

Usage of this plugin requires the user to sign up for an account with Grapevine 
Interactive, on either a pre- or post-paid
 system. Costs can be discussed with 
your sales person.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Grapevine Interactive SMS Plugin” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ gvilabs ](https://profiles.wordpress.org/gvilabs/)

[Translate “Grapevine Interactive SMS Plugin” into your language.](https://translate.wordpress.org/projects/wp-plugins/grapevine-interactive-sms-plugin)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/grapevine-interactive-sms-plugin/),
check out the [SVN repository](https://plugins.svn.wordpress.org/grapevine-interactive-sms-plugin/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/grapevine-interactive-sms-plugin/)
by [RSS](https://plugins.trac.wordpress.org/log/grapevine-interactive-sms-plugin/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.2

 * Tested with WordPress 3.1
 * Wrapped message content in XML with CDATA to prevent XML errors

#### 0.1

 * Initial release
 * Adds SMSApplink support to WordPress

## Meta

 *  Version **0.2**
 *  Last updated **15 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 2.x or higher **
 *  Tested up to **3.1.4**
 * Tags
 * [sms](https://wordpress.org/plugins/tags/sms/)[text](https://wordpress.org/plugins/tags/text/)
   [texting](https://wordpress.org/plugins/tags/texting/)
 *  [Advanced View](https://wordpress.org/plugins/grapevine-interactive-sms-plugin/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/grapevine-interactive-sms-plugin/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/grapevine-interactive-sms-plugin/reviews/)

## Contributors

 *   [ gvilabs ](https://profiles.wordpress.org/gvilabs/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/grapevine-interactive-sms-plugin/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.grapevinedirect.co.za/)