Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 2.47 KB

README.md

File metadata and controls

73 lines (50 loc) · 2.47 KB

WordPress plugin for administration

Description

This plugin is a simple administration plugin for WordPress. It just sends logs to some webhooks. It currently supports sending notifications to :

  • Discord
  • Slack
  • Telegram

Notifications

The plugin sends notifications for multiple events.

Posts

The plugin sends notifications when :

  • A post is published
  • A post is updated
  • A post is deleted
  • A post is drafted

Discord example :

Published post discord

Slack example :

Published post slack

Telegram example :

Published post telegram

Comments

The plugin sends notifications when :

  • A new comment is posted
  • A comment is approved
  • A comment is unapproved
  • A comment is deleted
  • A comment is spammed
  • A comment is permanently deleted

Discord example :

New comment discord

Slack example :

New comment slack

Telegram example :

New comment telegram

Installation

  1. Download the plugin as a zip file
  2. Upload the plugin to your WordPress website (Plugins > Add new > Upload plugin)
  3. Activate the plugin
  4. Go to the plugin settings page (Settings > Admin Notifications Plugin)
  5. Fill the settings and save them

Settings page

Webhooks configuration

If you don't know how to configure webhooks, you can follow the following tutorials :

For telegram, you need to create a bot and get the bot token. You can follow this tutorial : Create a bot for Telegram.

Once you have the bot token, you need to start a conversation with the bot by clicking "Start Bot"

Start conversation

Then, you need to get your chat id. You can follow this tutorial : Get chat id for Telegram