Push Notification Parse

-This plugin allows you to send Parse Push Notifications from your WordPress site to your Parse.com account.

Author:Kevin Gay (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:4.0.38
Plugin version:0.3
Added to WordPress repository:10-12-2015
Last updated:10-12-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:727
plugin download
Click to start download

This plugin allows you to send notifications directly from your WordPress site to your Parse.com account to all devices that i’ve been registered in it.
Now, go to Installation section to find out how to install and use plugin.

Troubleshooting

  • WARNING : It’s at your own risk to do that because it cans create security issue
  • Fatal error: Uncaught exception ‘Parse\ParseException’ with message ‘SSL certificate problem: unable to get local issuer certificate’
  • You will have to add a line at the parse-php-sdk-master\src\Parse\ParseClient.php file.
  • Under this : $rest = curl_init(); }
  • Add : curl_setopt($rest, CURLOPT_SSL_VERIFYPEER, false);

Donate

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QP6QETB77AUH2

GITHUB

https://github.com/GayKevin/WordPress-Plugin-Notification-Push-Parse


ChangeLog