WP PNotify

This plugin provides the functionality to show notification messages. You can use this plugin to show pushh notifications on site screen at corner.

Author:Rajesh Kumar Sharma (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:4.4
Plugin version:1.0
Added to WordPress repository:07-12-2015
Last updated:10-12-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:
Total downloads:752
Active installs:10+
plugin download
Click to start download

This plugin provides the functionality to show notification messages. You can use this plugin to show pushh notifications on site screen at corner.

You can use the shortcode [wp-notify] to add notification. The attributes supported by this shortcode are as follows: - message : The message that you want to show in notification. - title : The title of notification - width : Notification width. - class : Add custom class to manage the design. - delay : How long should notification stay. - opacity : Transparancy of notification - icon : Will show on title. - title_escape : Title may not show html. - text_escape : Content may not show html. - use_plugin_css : Use plugin CSS

The default settings are as given: [wp-notify message="This is my first notification. You can add more attributes to it. You can also custom class and css to it. WP Notify also enables you to add HTML to message." title="Notification" width="300px" class="custom" delay="10000" opacity=".8" icon="" title_escape="0" text_escape="0" use_plugin_css="1"]

This plugin is very usefull to show the notification messages. You can show the login - logout messages or you can also use it to show the mail send messages.