Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

HameSlack

Popis

This plugin integrates Slack and WordPress.

Core Conception

By default, this plugin does nothing. It’s true.
Slack has many API intergrations, but hameslack uses 3 of them.

Upper is easier. This plugin helps the connection between Slack and WordPress and you can concentrate on what you should do with slack.

Use Cases

Here is a list of use case of us on WordPress with many editors.

  • Easy Post notification to slack if some post is awaiting review.
  • Bit Difficult Post accesss summary to slack once a week, because my collegue doesn’t open Google Analytics.
  • Very Difficult Convert slack conversation to single post and make interview post.

For more details, please read our Documentation. We have some samples.

How to Integrate

The simplest usage is post to slack. You can do like below:

do_action( 'hameslack', $text_to_post, $attachments, $channel );

Function is also available, but I prefer to use do_action to avoid annoying if ( function_exists('func_name')).

Everything works fine if you set properly.

Install

From Plugin Repository

Click install and activate it.

From Github

Download and you can use it. Any pull requests are welcomed.

Enter API Key

At least, you need Slack Payload URL for Incoming Webhooks. For more details, go to our support site.

Do something

As mentioned avobe, this plugin does nothing by default. Please read our Documentation.

If you have any request, please make issue on github.

Snímky obrazovky

  • You can create such kind of bot.
  • You can set up everything on setting screen.
  • You can create Outgoing Webhooks as custom post type.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

HameSlack je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “HameSlack” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.2.0

  • If gianism is enabled, you can log in with Slack account.

1.1.1

  • Bugfix on REST API.

1.1.0

  • Add invitation request feature.

1.0.2

  • Add auto deploy.

1.0.0

  • First release.