Description
Telegram to WordPress allows you to automatically import posts from your Telegram channel to your WordPress website. Perfect for content creators who want to repurpose their Telegram content.
Features
- One-click import from Telegram
- Support for both published posts and drafts
- Simple setup with bot token
- Secure API integration
- WordPress standards compliant
How it works
- Create a Telegram bot using @BotFather
- Get your bot token and add it to the plugin settings (Telegram-to-WP settings in left admin bar options)
- Choose whether to publish posts immediately or save as drafts
- Click the “Add Posts from Telegram” button in the upper admin bar to fetch posts
Post Format
For best results, format your Telegram posts like this:
Title: Your Post Title; Your post content goes here...
If no title is specified, the first few words will be used as the title.
External Services
This plugin connects to the Telegram API to fetch posts from your Telegram channel.
What the service is and what it is used for:
The plugin uses the official Telegram Bot API to retrieve messages from your Telegram channel. This is necessary to import your Telegram content into WordPress.
What data is sent and when:
– Your Telegram Bot Token (for authentication) is sent when you click the import button
– API requests are made to Telegram’s servers to check for new messages
– Data is only sent to Telegram’s official API servers
Service Provider Information:
This service is provided by Telegram Messenger LLP:
* Terms of Service
* Privacy Policy
Installation
- Upload the
posts-importer-from-telegramfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Posts ‘Importer from Telegram settings’ page
- Add your Telegram bot token and configure settings
- Click the “Add Posts from Telegram” button in the upper admin bar
- Get noification where posts where uploaded successfully
FAQ
-
Where do I get my bot token?
-
You can create a bot and get the token from @BotFather on Telegram.
-
Make sure you’re logged in as an administrator and you’re on an admin page.
-
How often should I fetch posts?
-
You can fetch posts as often as you like. Telegram stores updates for 24 hours.
Reviews
Contributors & Developers
“Posts Importer from Telegram” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Posts Importer from Telegram” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Initial release
1.0.2
- Fixed: Compatibility with WordPress 6.9
- Improved: Error messages
1.0.3
- Fixed: Bot token validation issue