這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Vanilla Bean Slack Hooker

外掛說明

*Automated notifications from your WordPress * to your Slack / Mattermost application channels and webhooks.

There is no limit to the ways you may integrate this plugin.

It supports all other Vanilla Bean plugins and is available for under-the-bonnet
use as well as shortcode access.

Some shortcode examples:

[slackhooker text="Here is a message from my wordpress"]

[slackhooker text="Here is a message" channel="general" username="My WordPress"]

[slackhooker text="Here is a message" channel="https://myorg.slack.com/services/xxoxlsodsfsfsdfds#channelname" username="My WordPress"]

Messages are queued last in the PHP process to insure your other page processing is not interrupted, but you can override:

[slackhooker text="Here is a message from my wordpress." sendnow="true"]

Multiple or custom Webhooks supported

[slackhooker text="Here is a message to multiple webhooks" alsoto="https://hooks.slack.com/services/T03TDTbUF/BBG9SQV6X/abcdefghij,https://hooks.slack.com/services/T03TDTbUF/BBG9SQV6X/abcxxxxxxx"]

Programmatic Examples

if(function_exists('\VanillaBeans\SlackHooker\vbean_slackhooker')){
    \VanillaBeans\SlackHooker\vbean_slackhooker('Here is my notification');
 }

if(function_exists('\VanillaBeans\SlackHooker\vbean_slackhooker')){
    \VanillaBeans\SlackHooker\vbean_slackhooker('Here is my notification','mychannel','Username',':specific_icon:');
 }

if(function_exists('\VanillaBeans\SlackHooker\vbean_slackhooker')){
    \VanillaBeans\SlackHooker\vbean_slacknotify(array('text'=>'Here is my notification','icon'=>':open_mouth:'));
 }

There are defaults for all except the message. You can specify:
`* text – required. This is your message
* endpoints – override defaults with a comma separated list of endpooints with optional channel and alert eg: endpoints=’https://endpoint.com#channel#here”
* channel – defaults to ‘general’ or your admin default specified channel – depracated
* username – the identity you would like displayed as the sender in the channel
* icon – any of the available emoji icons in the slack system
* sendnow – true or false. Defaults to false. True means that the message would be executed at the time it is called rather than at the end of page load.

聯繫

We can be found at:
* (http://www.velvary.com.au/contact-us)
* Twitter: @VelvaryVanilla
* E: info@ or support@ velvary.com.au

螢幕擷圖

  • Example of wordpress monitoring
  • Admin instruction page
  • Another example of wordpress monitoring
  • Screenshot of default options
  • Screenshot of Notification choices

安裝方式

Unzip into your plugins directory, install directly from
wordpress plugins site.

使用者評論

2016 年 9 月 3 日
Well, I'm the dev so I'm giving it 5 stars, but I will keep trying to improve it.
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Vanilla Bean Slack Hooker〉的開發相關工作。

參與者

將〈Vanilla Bean Slack Hooker〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

5.2.14

  • Bugfix – fixed issue with default channel reference having typo resulting in plugin upgrades notificaitons not working

5.2.11

  • Bugfix – fixed issue with default channel reference having typo resulting in plugin upgrades notificaitons not working

5.2.7

  • Fixed versioning inconsistency

5.2.0

  • Added support for email notifications

5.1.7

  • Admin menu bugfix

5.1.6

  • tested with wordpress 6.2

5.1.3

  • fixed double up in get_url() string replace

5.1.2

  • fixed default value for fields
  • fixed missing admin menu item

5.1.1

  • fixed path error for mce plugin

5.1.0

  • Cron messages made optional for when cron not supported

Another major overhaul. Previous settings not carried forward.

5.0.0

  • Notification overrides can now be set for each endpoint
  • Endpoints can now have alerts such as or or added to them by adding #here or #channel or #everyone to the end of the endpoint url
  • Improved admin layout
  • Tested on PHP8.1
  • Tested on WordPress 6.1

Major overhaul. Previous settings not carried forward.

4.0.5

  • bugfix naming conflict in javascript
  • bugfix path for css

4.0.3

  • bugfix for mattermost
  • bugfix to textdomain

4.0.0

  • MAJOR OVERHAUL Rewrite
  • More alerts added for posts
  • Customisable endpoints for all alerts

3.30

  • added support for endpoints in channels

3.22

  • bugfix for post status change

3.21

  • tested against wordpress 6.1 and php 8.1

3.10

  • added site url to notificaitons
  • added post/page published notifications

3.05

  • added code for system plugin updater

3.04

  • Broken Image fix

3.03

  • Cosmetic fix

3.02

  • Added woocommerce sales hook

3.00

  • Added compatibility with Mattermost

PREVIOUS VERSIONS REMOVED

  • Added current site to default user

2.60

  • Added current user to plugin alerts

2.55

  • Added toggle option for help

2.47

  • Enabled inheritance of <v2.46 channel default for alerts

2.46

  • Enabled channel selection for default alerts

2.45

  • Fixed test msg typo

2.44

  • Added default notification options for when plugins are installed, updated etc
  • Tested against WP 5.3
  • Tested against Corona virus

2.20

  • Changed Curl to http-api

2.14

  • Changed @channel syntax to work with latest api

2.13

  • Fixed bug of slack plugin validation updating incorrectly
  • added programmatic examples to settings page

2.12

Updated Icon

2.11

Added missing menu icon

2.10

Tested against php7.1 and wordpress 4.7

2.0

  • Added repetition prevention functionality
  • Added support for multiple slack webhooks

1.50

Fixed issue with specified icon not displaying in notice

1.42

Set delayed send to flag slack as working

1.41

Moved slack message to immediate cron job so that it does not delay page load

1.24

Tested against wp 4.5

1.23

Updated 404 test

1.22

Updated common functions

1.21

Added support for default icon

1.2

Added default comment alert

1.1

Fix broken plugin download link

1.01

Shortcode in admin documentation bugfix

1.0

Initial release

2.44

Added alerts for when plugins are added/deleted/updated

1.5

Moved messaging to cron so that page load is not affected

1.2

Added functionality to notify channel of new comments