內容簡介
這個外掛可以讓你從 WordPress 網站直接將通知發送至 Parse.com 帳戶中已經註冊的所有裝置。
現在,請前往「安裝」部分以找出如何安裝和使用這個外掛。
疑難排解
警告:這可能會造成安全性問題,請自行承擔風險
嚴重錯誤:使用者將被拒絕存取,除非您使用 PUT 或 DELETE 請求。
您必須在 parse-php-sdk-master\src\Parse\ParseClient.php 檔案中新增一行程式碼。
在此之下:$rest = curl_init(); }
新增:curl_setopt($rest, CURLOPT_SSL_VERIFYPEER, false);
捐款
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QP6QETB77AUH2
GITHUB
https://github.com/GayKevin/WordPress-Plugin-Notification-Push-Parse
外掛標籤
開發者團隊
原文外掛簡介
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
