説明
WordPressへ投稿が有った場合にチャットワークへ通知をするプラグインです。
チャットワークのアクセストークンを入力し、ルームidを指定すれば公開のタイミングでチャットワークへ通知が流れます。
Arbitrary section 1
インストール
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>
in your templates
FAQ
- Installation Instructions
-
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>
in your templates
- Upload
- A question that someone might have
-
An answer to that question.
評価
2019年2月27日
簡単な設定で通知が行えるようになって便利です。WordPress 5.1 では「動作確認が行われていない」という注意書きが表示されましたが、正常に動作しました。
設定画面は、[ダッシュボード] → [設定] → [ChatWork連携設定] で表示されます。最初に設定方法がわからなかったので、説明を書いてほしかったです。
新しい記事の投稿のタイミングだけではなく、記事の更新時など、他のタイミングも選択できると、さらに便利になると思います。