=== Plugin Name === Contributors: rksh8148 Donate link: http://sitextensions.com/ Tags: Message, Notification, Push Notification, Screen Alert, Alert, Alert Message, WP Alert, WP Notification Requires at least: 3.0 Tested up to: 4.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == 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. == Installation == Way 1: 1. Upload `wp-pnotify.zip` to the `/wp-content/plugins/` directory 2. Extract the zip file. 3. Activate the plugin from wordpress plugins page. And you have done. Way 2: 1. Go to plugins page in admin. 2. Click on Add New button. 3. Search for "WP Notify". 4. Click install on WP Notify. 5. Activate the plugin. == Frequently Asked Questions == = How do I use this plugin? = See description. == Screenshots == 1. Screen shot for notification. 2. Screen shot for shortcode used in editor. == Changelog == = 1.0 = * New Plugin initialized. == Upgrade Notice == = 1.0 = This is the new plugin. So you not need to upgrade this yet.