WordPress Plugin
Add PocketPing live chat to your WordPress site in under 2 minutes.
Installation
Option 1: WordPress Plugin Directory (Recommended)
- Go to Plugins > Add New in your WordPress admin
- Search for "PocketPing"
- Click Install Now, then Activate
Option 2: Manual Upload
- Download the plugin (pocketping.zip)
- Go to Plugins > Add New > Upload Plugin
- Upload the zip file and activate
Configuration
After activation:
- Go to Settings > PocketPing
- Enter your Project ID from app.pocketping.io
- Customize appearance (optional)
- Click Save Settings
Settings
| Setting | Description |
|---|---|
| Project ID | Your PocketPing project ID (required) |
| Enable Widget | Toggle chat on/off without deactivating plugin |
| Position | Bottom-right or bottom-left |
| Primary Color | Widget button and header color |
| Welcome Message | First message shown when chat opens |
Works With
The plugin is compatible with:
- Page builders: Elementor, Divi, Beaver Builder, WPBakery
- E-commerce: WooCommerce
- Themes: All themes
- Caching plugins: WP Super Cache, W3 Total Cache, LiteSpeed Cache
- Multisite: Yes (configure per site)
Troubleshooting
Widget not showing
- Check that Enable Widget is checked
- Verify your Project ID is correct
- Clear your site cache (if using a caching plugin)
- Check browser console for errors
Position issues with other plugins
If the widget overlaps with another floating element:
- Try switching to Bottom Left position
- Or adjust the other element's position
Caching conflicts
If changes don't appear:
- Clear your caching plugin's cache
- Clear browser cache
- Wait a few minutes for CDN cache to expire
Manual Installation (Without Plugin)
If you prefer not to use the plugin, add this to your theme's footer.php before </body>:
<script
src="https://cdn.pocketping.io/widget.js"
data-project-id="proj_xxxxxxxxxxxxx"
></script>
Or in your theme's functions.php:
add_action('wp_footer', function() {
?>
<script
src="https://cdn.pocketping.io/widget.js"
data-project-id="<?php echo esc_attr(get_option('pocketping_project_id')); ?>"
></script>
<?php
});
Next Steps
- Widget Configuration - All customization options
- Telegram Setup - Reply from Telegram
- Discord Setup - Reply from Discord
- Slack Setup - Reply from Slack