Changeset 1305283
- Timestamp:
- 12/10/2015 01:12:17 PM (10 years ago)
- File:
-
- 1 edited
-
notification-push-parse/tags/0.2.2/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
notification-push-parse/tags/0.2.2/readme.txt
r1305223 r1305283 22 22 -1. Upload `push_notifications_parse` to the `/wp-content/plugins/` directory 23 23 -2. Activate the plugin through the 'Plugins' menu in WordPress 24 -3. Add in your repository the Parse SDK from : https://github.com/parseplatform/parse-php-sdk 25 -4. Edit the 'require' in the function 'push_notifications_send($message)' to add the path of the autoload.php of the Parse.com SDK 26 -5. Edit the line "ParseClient::initialize( $app_id, $rest_key, $master_key );" with your correct key from your App in Parse.com 27 -6. Write 28 -7. Enjoy! 24 -3. Edit the line "ParseClient::initialize( $app_id, $rest_key, $master_key );" with your correct key from your App in Parse.com 25 -4. Write 26 -5. Enjoy! 29 27 30 28 == Troubleshooting ==
Note: See TracChangeset
for help on using the changeset viewer.