plugin-icon

Grapevine Interactive SMS Plugin

제작자: gvilabs·
SMS-enable Wordpress. Makes a function available to allow sending of sms/text messages from within the code. Requires registration and payment.
버전
0.2
최근 업데이트일
Mar 14, 2011

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.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 3.1.4
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.