wpSMS
Contents
Installation
Simply download the plugin, place the entire folder in your WordPress /plugins/ folder, and activate.
Usage
It currently uses Clickatell’s gateway services, though more could be supported in the future. Once you get login credentials to Clickatell’s http gateway you can start sending messages easily.
Simply instantiate the class with your credentials:
$mysms = new wpSMS( $API_ID, $USERNAME, $PASSWORD );
Then send your message:
$mysms->send( $YOUR_MESSAGE, $TO_PHONE_NUMBER );
How you create the message or get the destination phone number is up to you.
Screenshots
- You’ve found an interesting book in our library, but who wants to write down the location and call number when you can text it to yourself?

- Clicking the “text this to me” link takes you to a screen where you preview the message and enter your mobile number.

- The received message includes all the details you need to find the book on the shelf.

2 Comments
Comments RSS TrackBack Identifier URI
Leave a comment

Mason, I’m curious about the associated costs of sending the SMSs. Is it a flat fee for the library? A per SMS cost?
[...] writing the project page for wpSMS I didn’t have much more to say in a blog post announcing it. The cool thing about WP pages is [...]