विवरण
This plugin adds an easily customisable function to your theme, with which you can fire Slack Notifications to any workspace and channel of choice. Currently, no pre-defined triggers exist, so it is up to you (or your developer) to add the function in to whichever part of your theme/processes you would like.
स्क्रिनसटहरू
स्थापना
- Upload
fonk-slack-notification
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure your default settings under Settings > Slack Notifications
- Place the
fonk_send_to_slack('custom message');
function anywhere in your templates or functions
प्रश्नोत्तर
-
How can I customise the notification?
-
By changing any of the parameters below, you can send any type of text notification you would like, to any workspace and channel of choice;
fonk_send_to_slack($message, $channel, $username, $icon_emoji, $url_webhook);
(e.g.
fonk_send_to_slack("notification text", "channel", "WP Bot", ":zap:");
) -
Can I send notifications to different channels and/or workspaces?
-
Yes – see steps to customise in the answer above.
-
Are there any requirements?
-
Yes – you will obviously need a Slack workspace.. more importantly, you will need to configure a unique Slack webhook (URL) for your workspace to which notificiations are sent. Find out more in Slack’s documentation.
-
Can you help me with x, y or z?
-
Sure – send us an email at development@fonk.capetown and we’d be happy to help out.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Fonk – Slack Notifications for Devs” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Fonk – Slack Notifications for Devs” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0.4
- Update directory presence
1.0.3
- Update directory presence
1.0.2
- Minor QoL improvements
1.0.0
- First version