Description
Wp Floating Notifications plugin is use to display Warning , Error, Success and Info messages with animated box. It is very simple to use.
You have to call simple function to set your notification.
Installation:-
1.Upload plugin-name.php to the /wp-content/plugins/ directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
After installation:
This plugin include function “setWpNotification” to set your messages from anywhere.
This function having two argument
First: contains message (which you want to display).
Second: Message type Like:- error,warning,success,info.
We define four types of notification: error , warning, success, info.
you will use these notification type into your message.
default notification type is set to error.
Example:
setWpNotification(‘this is test error message’, ‘error’);
setWpNotification(‘this is test warning message’, ‘warning’);
setWpNotification(‘this is test success message’, ‘success’);
setWpNotification(‘this is test info message’, ‘info’);
http://www.indianrailhub.com/
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Wp Floating Notifications” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Wp Floating Notifications” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.