jQuery Plugin for Engaging Better Your Website Audience - Engage

File Size: 105 KB
Views Total: 1055
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin for Engaging Better Your Website Audience - Engage

Engage is an useful and user-friendly jQuery plugin for website owner that displays a popup toolbar when your visitors finish reading an article containing engaging options  (social sharing, commenting, and subscribe to newsletter). Scroll down to the bottom of our Demo page to see it in action.

How to use it:

1. Include necessary javascript files on your web page

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.engage.js"></script>
<script type="text/javascript" src="js/contents/engage.comment.js"></script>
<script type="text/javascript" src="js/contents/engage.newsletter.js"></script>
<script type="text/javascript" src="js/contents/engage.share.js"></script>

2. Include jQuery Engage CSS on your page

<link rel="stylesheet" type="text/css" href="css/jquery.engage.css">

3. Call the plugin

<script>
jQuery(document).ready(function($) {
$("#article").engage({
newsletter : {
url : "http://..."
}
})
});
</script>

4. The HTML

<div id="article">
Main content
</div>

This awesome jQuery plugin is developed by posabsolute. For more Advanced Usages, please check the demo page or visit the official website.