=== Push Monkey - Native Desktop Push Notifications for WordPress === Contributors: mowow Tags: push notifications, push messages, Apple, Mavericks, Mac, push, notifications, OSX, desktop notifications, subscribe, mac users, native push message, branded notifications, new post, new content, configurable, filters, subscribe via push, subscribe via notifications Requires at least: 3.8 Tested up to: 4.0 Stable tag: 0.9.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Push Monkey - engage & deligh your readers with desktop push notifications, while enjoying clear stats and seemless WordPress integration. == Description == Push Monkey lets you send push notifications directly to your readers’ desktops when new content is fresh from the oven. ![Intro image](https://dl.dropboxusercontent.com/u/1618599/cdn/push-monkey/post-push-notification-announce-gif.gif) = Why desktop Push Monkey? = = Increased Engagement = Readers can be informed about your content at all times: when reading other websites or while working in other apps, with the browser closed. Even when the computer is not active - it displays all missed notifications the moment it wakes up. = No Monkey Business = Sending notifications on a big and reliable scale is not trivial, but our solid high-availability cloud back-end has already delivered millions of notifications...and it's not stopping here. = Native outreach = Your readers don't have to install any additional apps or plugins. They just accept receiving notifications from your website and presto! = Granular Filtering = You can select which post categories don't send push notifications, as easy as you can say ba-na-na. No spam around here! = Non-intrusive = Push notifications reach a sweet balance between informative and non-intrusive. They appear above all other windows and if not clicked on, disappear after a few seconds. = Visually branded for your needs = Push Monkey is fully white-label. Your readers don't get to see any crazy bananas from us. Your logo, your text, your rules! = Easy-to-integrate = Fast and easy install and set up, hardly anything to configure. The monkeys do all the pushing so you can focus on your content and readers. = Statistics = The plugin provides essential usage and engagement data available directly in your Wordpress dashboard so you can create the best experience for your subscribers. = Automatic = By default, push notifications are sent automatically when you publish a new post. This workflow doesn't sound cool? No worries, we have a more granular filtering and custom push notifications. **NOTE:** Currently only Safari from OS X Mavericks (and newer) is supported. Firefox and Chrome are coming soon. This plugin connects the WordPress API with the Push Monkey server (getpushmonkey.com) - server which actually delivers the notifications. An account on getpushmonkey.com is required. Don't worry, you can setup an account faster than you can say ba-na-na. == Installation == = Minimum Requirements = * WordPress 3.8 or greater * PHP version 5.2.4 or greater * MySQL version 5.0 or greater 1. Upload the Push Monkey plugin to your blog (Or install it via the "Add New Plugin" option in your WordPress dashboard) 2. Activate it 3. Obtain an Account Key from [Push Monkey](http://getpushmonkey.com). 4. Tell your readers about it :) = Updating = Automatic updates should work without any problems; If you do encounter any problems, please [let us know](http://www.getpushmonkey.com/#contact). == Screenshots == 1. Sample of how desktop push notifications look 2. The stats widget visible on the WordPress Dashboard 3. Granular Filtering of which post categories don't send push notifications 4. Notification preview while editing a post == Changelog == = v 0.9.2 = * prepare assets and folder structure for WordPress.org SVN = v 0.9.1 = * replace iframes with API calls * reorganize code in classes = v 0.9 = * add confirmation for Custom Push Notification widget * minor code cleanup = 0.8.8 = * add option to disable push notifications while editing a Post * add push notification preview while editing a Post * bugfix: cURL conflicts with safe_mode. * moved settings page to top level * test on WP 4.0 = v 0.8.7 = * add dashboard widget for custom notifications = v 0.8.6 = * add menu page for configuring this plugin. * add option to exclude certain post categories from sending push notifications * visual tweaks = v 0.8.5 = * move the endpoint URL to a more generic location. = v 0.8.4 = * limit $post->post_type to 'post', to filter out pages. * test on WP 3.9. * add uninstall.php