Andmih Content Importer from Telegram

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

External Services

This plugin connects to Telegram API to fetch posts. No external service other than Telegram.

For premium features (unlimited posts, media import, auto-scheduling), you need to install the separate “Telegram to WP Premium” plugin, available from our website.

Premium Features

The free version includes:
– Import content per click
– Text-only import
– Manual fetching

Premium version (separate plugin) adds:
– Image/media import
– Auto-scheduling
– Priority support

Visit https://posts-importer-from-telegram-to-wp.netlify.app/ for more information.

How it works

  1. Create a Telegram bot using @BotFather
  2. Get your bot token and add it to the plugin settings (Content Importer settings in left admin bar options)
  3. Choose whether to publish posts immediately or save as drafts
  4. Click the “Test Connection” button to check your connection with the bot
  5. Click the “Fetch Posts Now” or “Fetch Telegram Posts” button in the upper admin bar to fetch your content from Telegram

Post Format

Post Formatting

Format 1: With Title (Recommended)

`

Your Awesome Title

This is the content of your post.
It can span multiple lines and include links, emojis, etc.

Second paragraph continues here.
`

Result:
Title: “Your Awesome Title”
Content: Everything after the empty line

Format 2: Without Title

`

This is a longer text without any special formatting. It will be imported with the first 5 words as the title.
`

Result:
Title: “This is a longer text without” (first 5 words)
Content: Full original text

Formatting Tips

Do:
– Keep titles under 60 characters
– Use emojis in content (they work great)
– Add line breaks for better readability
– Include links (they become clickable)

Don’t:
– Use HTML tags (they get stripped)
– Put empty lines in the middle of content
– Make titles longer than 100 characters

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

  1. Upload the andmih-content-importer-from-telegram folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Content Importer settings page (in left admin area)
  4. Add your Telegram bot token and configure settings
  5. Click the “Fetch Telegram Posts” button in the upper admin bar
  6. Get notification when posts were uploaded successfully

FAQ

Where do I get my bot token?

You can create a bot and get the token from @BotFather on Telegram.

Why can’t I see the admin bar button?

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

May 11, 2026
I tried to import my posts from Telegram channel and it worked well. Though the functionality is pretty limited (only for posts), its does its job. Hope to see more possibilities in the future.
Read all 1 review

Contributors & Developers

“Andmih Content Importer from Telegram” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.1.0

  • Initial release