{"id":18972,"date":"2012-07-10T18:52:55","date_gmt":"2012-07-10T18:52:55","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/jquery-notify\/"},"modified":"2015-08-10T15:25:32","modified_gmt":"2015-08-10T15:25:32","slug":"jquery-notify","status":"publish","type":"plugin","link":"https:\/\/kn.wordpress.org\/plugins\/jquery-notify\/","author":229743,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.2","stable_tag":"0.4","tested":"4.3.34","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"jQuery Notify","header_author":"Bryce Corkins \/ Mindshare Studios","header_description":"","assets_banners_color":"94b4c2","last_updated":"2015-08-10 15:25:32","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/jquery-notify.mindsharelabs.com\/","header_plugin_uri":"http:\/\/jquery-notify.mindsharelabs.com\/","header_author_uri":"http:\/\/mind.sh\/are","rating":3,"author_block_rating":0,"active_installs":10,"downloads":5919,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":"1","4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"570246","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.4","0.4.1"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539211","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1539211","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539211","resolution":"1","location":"plugin"}},"screenshots":{"1":"The plugin in action, using the \"success\" style","2":"The plugin in action, using the \"default\" style","3":"The plugin in action, using the \"error\" style"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[202,2231,1159,916,491],"plugin_category":[41,59],"plugin_contributors":[80782],"plugin_business_model":[],"class_list":["post-18972","plugin","type-plugin","status-publish","hentry","plugin_tags-jquery","plugin_tags-message","plugin_tags-notification","plugin_tags-notify","plugin_tags-popup","plugin_category-communication","plugin_category-utilities-and-tools","plugin_contributors-mindshare","plugin_committers-mindshare"],"banners":{"banner":"https:\/\/ps.w.org\/jquery-notify\/assets\/banner-772x250.png?rev=570246","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/jquery-notify_94b4c2.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/jquery-notify\/trunk\/screenshot-1.png?rev=1539211","caption":"The plugin in action, using the \"success\" style"},{"src":"https:\/\/ps.w.org\/jquery-notify\/trunk\/screenshot-2.png?rev=1539211","caption":"The plugin in action, using the \"default\" style"},{"src":"https:\/\/ps.w.org\/jquery-notify\/trunk\/screenshot-3.png?rev=1539211","caption":"The plugin in action, using the \"error\" style"}],"raw_content":"<!--section=description-->\n<p>jQuery Notify: a fast and easy way to display notifications on your website. Some possible uses:<\/p>\n\n<ul>\n<li>Form validation (\"Please fill out all of the fields.\")<\/li>\n<li>A welcome message the first time someone visits your site.<\/li>\n<li>Newsletter subscription form<\/li>\n<li>Submission confirmation: (\"Message sent. We'll be in touch soon.\")<\/li>\n<li>Breaking news, updates, special offers<\/li>\n<li>Advertising<\/li>\n<\/ul>\n\n<p>Try a <a href=\"http:\/\/jquery-notify.mindsharelabs.com\/\">demo<\/a>.<\/p>\n\n<h4>Features:<\/h4>\n\n<ul>\n<li>Can be used on a per-page basis with a shortcode, or embedded directly into your template<\/li>\n<li>Elegantly styled and animated in W3C valid HTML5 and CSS3, without any images<\/li>\n<li>Animation speed and delay settings available from the shortcode<\/li>\n<li>Comes with four styles: 'default' (blue), 'error' (red), 'warning' (orange), and 'success' (green)<\/li>\n<li><p>Supports unlimited user-created styles<\/p>\n\n<p>We'll be working to add new features as we think of them. Please comment in the forum if you have any\nfeature requests.<\/p><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>jquery-notify<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<h4>Shortcode<\/h4>\n\n<p>The shortcode syntax is:\n    [jq_notify style=$style, speed=$speed, delay=$delay] Content [\/jq_notify]<\/p>\n\n<p><strong>$style<\/strong> (optional): sets the style of the panel. Options are: <em>default<\/em>, <em>error<\/em>, <em>warning<\/em>, and <em>success<\/em><\/p>\n\n<p><strong>$speed<\/strong> (optional): time it takes (in milliseconds) for the panel to slide out.  Larger numbers = slower. Default: 1000ms<\/p>\n\n<p><strong>$delay<\/strong> (optional): delay (in milliseconds) between when the page has finished loading and when the panel slides out. Default: 500ms<\/p>\n\n<p>For example:\n    [jq_notify style=\"warning\" speed=700 delay=1000]<\/p>\n\nNotification Title\n\n<pre><code>&lt;p&gt;Notification body content.&lt;\/p&gt;\n[\/jq_notify]\n<\/code><\/pre>\n\n<h4>Template tag<\/h4>\n\n<pre><code>jq_notify($content, $style, $speed, $delay)\n<\/code><\/pre>\n\n<p>For example:\n    $content = \"<\/p>\n\n<h3>This is the content<\/h3>\n\n<p>And this is some more<\/p>\n\n<p>\";\n    jq_notify($content, 'default', 2000, 500, );<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>How do I add custom styles?<\/dt>\n<dd><p>In your custom stylesheet for your theme, add a new selector, using the following as a template:<\/p>\n\n<pre><code>.jqnm_message.my-style-name{\n         background-color: #4ea5cd;\n         border-color: #3b8eb5;\n}\n<\/code><\/pre>\n\n<p>You would then use this style with <code>[jq_notify style=\"my-style-name\"] Content [\/jq_notify]<\/code><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.4<\/h4>\n\n<ul>\n<li>Updated for Git repo, tested on WP 4.3<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Fixed issue with default parameters not being applied to the template tag (thanks, jefs42)<\/li>\n<li>Added option to auto-hide notification pane after a delay<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Added options page<\/li>\n<li>Option to set global defaults<\/li>\n<li>Option to enable close button<\/li>\n<li>Added default parameters to template tag<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"An attractive, lightweight, and highly configurable jQuery notification pane.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/18972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=18972"}],"author":[{"embeddable":true,"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mindshare"}],"wp:attachment":[{"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=18972"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=18972"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=18972"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=18972"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=18972"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=18972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}