Notify for Bootstrap

Show notifications anywhere in your app
Show a notification using:
notify(type, title, message);
Example with jQuery:
$('#btn-test').on('click',function(){
    notify('bell','Title of the message!','This is a sample message! Lorem ipsum!');
});
Example with javascript:
myElement.addEventListener('click',function(){
    notify('shield-check','Title of the message!','This is a sample message! Lorem ipsum!');
});
Notify is independent of origal Bootstrap toast:

GENERAL:

BRANDS:

facebook
github
instagram
linkedin
paypal
skype
twitter
wikipedia
youtube

CUSTOM:

(independent of Font Awesome)
spinner

FONT AWESOME:

(All Font Awesome icons can be used. These few icons are for demo purpose)