DFX Feed for Telegram Channels mirrors messages from one or more Telegram channels onto your WordPress site. Messages are fetched via a Telegram bot you control, stored locally as a custom post type, and rendered through a shortcode, Gutenberg block, or Elementor widget. Both public and private channels are supported.
dfxfftc/feed.php or dfxfftc/browser.php into your theme to fully customize the output.[dfxfftc_channel_feed channel="yourchannel" count="5"] to show the N latest messages.[dfxfftc_channel_browser channel="yourchannel"] to show the full channel history.wp-cron.php from a real system cron job for reliable execution. The on-demand refresh on frontend visits is also kept as a fallback.deleted_channel_post update type. To remove a message that has been deleted in Telegram from the local feed, use the per-message “Move to Trash” admin row action. Trashed messages are sticky: refresh will not bring them back.This plugin connects to the Telegram Bot API to fetch channel messages, resolve media file URLs, and verify bot credentials.
getUpdates and when testing the bot configuration via getChatMember.getFile so the plugin can proxy photos, stickers, and video thumbnails to the frontend without exposing the bot token.Telegram Bot API, provided by Telegram FZ-LLC.
GPL v3 or later