https://github.com/is2ei/wp-typetalk
This plugin allows you to send notifications to Typetalk when certain events in WordPress occur.
https://github.com/is2ei/wp-typetalk
typetalk
Last synced: 8 months ago
JSON representation
This plugin allows you to send notifications to Typetalk when certain events in WordPress occur.
- Host: GitHub
- URL: https://github.com/is2ei/wp-typetalk
- Owner: is2ei
- License: gpl-2.0
- Created: 2018-12-26T16:19:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T05:12:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-12T05:28:47.676Z (9 months ago)
- Topics: typetalk
- Language: PHP
- Size: 829 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WP Typetalk
=========**Contributors:** is2ei
**Tags:** [typetalk](https://wordpress.org/plugins/tags/typetalk/), [api](https://wordpress.org/plugins/tags/api/), [chat](https://wordpress.org/plugins/tags/chat/), [notification](https://wordpress.org/plugins/tags/notification/)
**Requires at least:** 4.3
**Tested up to:** 5.0.2
**Stable tag:** 0.1.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.htmlSend notifications to Typetalk topics when certain events in WordPress occur. Inspired by [gedex/wp-slack](https://github.com/gedex/wp-slack)
| Badge | Description |
| ------------- | ------------- |
| [][travis] | Travis Build Status |[travis]: https://travis-ci.org/is2ei/wp-typetalk
## Description ##
This plugin allows you to send notifications to [Typetalk](https://www.typetalk.com/) channels when certain events in WordPress occur.
By default, there are two events that can be sent to Typetalk:
1. When a post needs review (status transitioned to 'pending')
2. When a post is published
3. When there's a new comment**Development of this plugin is done on [GitHub](https://github.com/is2ei/wp-typetalk). Pull requests are always welcome.**
## Installation ##
1. Upload **WP Typetalk** plugin to your blog's wp-content/plugins/ directory and activate.
2. Add new bot to your Typetalk topic.
3. Go to **WP Typetalk** menu in your WordPress to add the integration (make sure you're logged in as an Administrator).## Screenshots ##

## Changelog ##
### 0.1.1 ###
Fix markdown link### 0.1.0 ###
Initial release