このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Classipress SMS

説明

Send SMS to seller in ClassiPress Theme. Recently plugin supports following SMS Providers

  1. Textmarketer (http://www.textmarketer.co.uk/)
  2. Sendhub (https://www.sendhub.com/)

Note: Only one SMS provider can be enabled at a time.

Textmarketer API

  1. To use Textmarketer API, Create an account at Textmarketer.
  2. Follow the link http://www.textmarketer.co.uk/signUpGoogle/ to create you textmarketer account.
  3. Enter the username and password from your textmarkter account at the plugin’s settings page.

Sendhub API

  1. To use sendhub API, you need to create an account at sendhub
  2. Follow the link https://www.sendhub.com/signup/ to create your sendhub account.
  3. Enter the api key from your sendhub account at the plugin’s settings page.

For Developers

  1. Developers can add any other SMS Provider code.
  2. Add your class in ‘sms_gateways’ folder.
  3. Follow the naming structure for your class as described below.
  4. File name should be ‘yourclassname.php’ (all in small letters).
  5. Class name should be Classipress_SMS_Yourclassname (Beginning letter to Uppercase).
  6. Your class must have setting_options() method to call your setting options.
  7. Your class must have send_sms($message,$mobile) method to send SMS.

スクリーンショット

  • SMS Text message form
  • Setting Textmarketer
  • Setting Sendhub

インストール

  1. Upload the folder classipress_sms to the wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Update the plugin’s setting page. Add your textmarkter or sendbhu account credentials.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Classipress SMS はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Classipress SMS” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。