Notey-Fi

A Small Simple Notification Plugin

Download

Github / Download (.zip)

What is Notey-Fi?

A notification system for displaying, well, notifications.

Its simple to use, just attach a click event or a form submission:

Features

The plugin features are:

  • Toast notification that auto-expires
  • Small, simple & easy to use
  • 4 predefined types
  • Themeable

Examples

There are four built-in types

Getting Started

Download the plugin from Github Repo

Header

Include this inside the

Body

Add the notification wrapper "notey-fi__wrapper"

Javascript

Apply the ** to fire off a notification

Settings

The plugin comes with a few settings

Option Description
Type Choose from the four predefined types
("Success", "Error", "Warning" and "Notice")
You can add custom ones just by creating new classes within your CMS, The class name needs to match up to the "Type".
(e.g. "notey-fi__success" etc)
Duration Set the duration the notification will display for. Use milliseconds for its value.
Text Write your notification message here, you cna use HTML in this string.
ID Set the id of the notification.

Github

View source code over at github

Github

Zip

Downlaod the souce code in a .zip file

Download