Get up and running with WP Telegram Post Notifier in just a few minutes!
By the end of this guide, you'll have:
- ✅ A working Telegram bot connected to your WordPress site
- ✅ Notifications automatically sent when you publish posts
- ✅ Custom message templates with dynamic content
- ✅ Basic routing rules for different content types
- Open Telegram and search for @BotFather
- Send
/newbotcommand - Follow the instructions to create your bot
- Save the bot token - you'll need it later
- Create a Telegram channel or use an existing one
- Add your bot to the channel as an admin
- Give it permission to send messages
- Note the channel ID (e.g.,
@mychannelor-1001234567890)
- Go to Settings > Telegram Notifier in WordPress admin
- You'll see the plugin's modern admin interface
- Go to the Connection tab
- Enter your bot token from Step 1
- Click Test Connection
- You should see "Connection successful!" message
- Go to the Destinations tab
- Click Add Destination
- Enter:
- Name: "My Channel" (or any name you prefer)
- Chat ID: Your channel ID from Step 1
- Click Add Destination
- Go to the Template tab
- You'll see a default template like:
New post: {post_title} {post_excerpt} Read more: {post_url}
Replace the template with your own:
🚀 New post on {site_name}!
📝 {post_title}
📄 {post_excerpt}
👤 By {post_author}
📅 {post_date}
🔗 Read more: {post_url}
- Click Preview to see how it looks
- The preview will show your template with sample data
- Adjust as needed
- Go to the Template tab
- Click Send Test Message
- Check your Telegram channel - you should see the message!
- Go to Posts > Add New in WordPress
- Create a new post with a title and content
- Publish the post
- Check your Telegram channel - the notification should appear!
- Go to the Routing Rules tab
- Create rules to send different content to different channels
- Example: Send news posts to @news_channel, tech posts to @tech_channel
- Go to the Delivery Options tab
- Choose your preferred parse mode (MarkdownV2, HTML, or None)
- Enable/disable features like silent notifications
- Go to the Logs tab
- See all notification attempts and their status
- Use this to troubleshoot any issues
You've successfully set up WP Telegram Post Notifier! Your WordPress site will now automatically send notifications to your Telegram channel whenever you publish new content.
- New posts → Telegram notification
- Updated posts → Telegram notification (if enabled)
- Scheduled posts → Telegram notification when published
- Use Bulk Actions to send notifications to multiple posts
- Use Gutenberg sidebar for post-level controls
- Use Send Test Message to test anytime
- Check bot token is correct
- Ensure bot is added to channel as admin
- Check channel ID format
- Look at logs for error messages
- Check token syntax (use
{token_name}) - Verify parse mode settings
- Test with preview function
- Verify bot token with @BotFather
- Check server can reach Telegram API
- Ensure bot is active and not banned
- Check the Troubleshooting Guide
- Search GitHub Issues
- Ask in GitHub Discussions
Now that you're up and running:
- Explore Basic Usage - Learn about all the features
- Check Templates & Tokens - Master the templating system
- Set up Routing Rules - Send different content to different channels
- Configure Bulk Operations - Manage multiple posts efficiently
- Use emojis to make messages more engaging
- Include relevant tokens for dynamic content
- Test with preview before saving
- Keep messages concise but informative
- Set up routing rules for different content types
- Use silent notifications for less important updates
- Monitor logs to track notification success
- Test regularly to ensure everything works
- Use channel descriptions to explain the purpose
- Pin important messages in your channel
- Consider using multiple channels for different content types
- Engage with your audience in the channel
Need help? Check our Support Guide or Contact Us
Made with ❤️ by VoxHash
WP Telegram Post Notifier - Professional WordPress to Telegram integration! 📱✨