This plugin allows you to receive push notifications or SMS on your Android phone, using the Pushbullet service whenever a form is submitted on your WordPress site.
You need to have a Pushbullet account and an API key. You can get an account at https://www.pushbullet.com/ and generate an API key at https://www.pushbullet.com/#settings
- Upload the
pushbullet-configurator
folder to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to the Pushbullet Configurator settings page and enter your Pushbullet Token
- Configure all other settings as you like
- Save the settings
- Go to the Pushbullet Devices tab and select the device you want to use as default sender. (this device will also be the one that will receive the notifications by default)
- Save the settings.
- Add the following shortcode on pages or post you want to track:
[pushbullet_tracker]
. - You are ready to go!
The plugin will send a notification to the device you selected as default sender, whenever a form is submitted on your site.
- Initial release
- Added Pushbullet API integration
- Added Pushbullet Devices integration
- Added Tracker shortcode