前言介紹
- 這款 WordPress 外掛「WP Telegram Widget and Join Link」是 2018-02-18 上架。
- 目前有 5000 個安裝啟用數。
- 上一次更新是 2025-04-27,距離現在已有 6 天。
- 外掛最低要求 WordPress 6.5 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 30 人給過評分。
- 論壇上目前有 1 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!
外掛協作開發者
wpsocio | irshadahmad21 |
外掛標籤
feed | group | widget | channel | telegram |
內容簡介
p>使用簡單的短代碼,在 WordPress Widget 或任何地方顯示 Telegram 公開頻道或群組的動態線。
卓越的支援
參加聊天室
我們在 Telegram 上設有一個公開小組,以提供設定插件、討論問題、功能、翻譯等的幫助。加入 @WPTelegramChat
請參考置頂信息的規則,請勿發送垃圾郵件。
功能
提供 AJAX Widget 來顯示頻道的動態線
AJAX Widget 包含 "加入頻道" 的鏈接
獨立的 "加入頻道" 鏈接/按鈕
自動從 Telegram 獲取更新
使用響應式 Widget 來顯示動態線
可以放置在任何位置
可以從 /wp-admin 中查看接收到的消息
自動刪除已刪除的消息
可以使用短代碼顯示
作為 Gutengerg 區塊可用
允許嵌入 Telegram 公開頻道消息
可使用自定義代碼進行擴展
Widget 資訊
AJAX Widget
轉至外觀>小工具,然後點擊/拖放 WP Telegram AJAX Widget 並將其放置在希望的位置。
或者,您可以使用以下短代碼。
頁面或帖子內部:
[wptelegram-ajax-widget username="WPTelegram" width="100%" height="500px"]
在主題模板中
if ( function_exists( 'wptelegram_ajax_widget' ) ) {
wptelegram_ajax_widget();
}
?>
或
echo do_shortcode( '[wptelegram-ajax-widget width="98%" height="700px"]' );
?>
落伍的小工具
轉至外觀>小工具,然後點擊/拖放 WP Telegram Legacy Widget 並將其放置在希望的位置。
或者,您可以使用以下短代碼。
頁面或帖子內部:
[wptelegram-widget num_messages="5" width="100%" author_photo="auto"]
在主題模板中
if ( function_exists( 'wptelegram_widget' ) ) {
$args = array(
// 'author_photo' => 'auto',
// 'num_messages' => 5,
// 'width' => 100,
);
wptelegram_widget( $args );
}
?>
或
echo do_shortcode( '[wptelegram-widget num_messages="5" width="100%" author_photo="always_show"]' );
?>
加入連結
轉至外觀>小工具,然後點擊/拖放 WP Telegram Join Channel 並將其放置在希望的位置。
或者,您可以使用以下短代碼。
頁面或帖子內部:
[wptelegram-join-channel link="https://t.me/WPTelegram" text="Join @WPTelegram on Telegram"]
在主題模板中
if ( function_exists( 'wptelegram_join_channel' ) ) {
$args = array(
'link' => 'https://t.me/WPTelegram',
'text' => 'Join @WPTelegram on Telegram',
);
wptelegram_join_channel( $args );
}
?>
或
echo do_shortcode( '[wptelegram-join-channel link="https://t.me/WPTelegram" text="Join us on Telegram"]' );
?>
聯繫我們
網站wptelegram.com
Telegram @WPTelegram
Facebook
原文外掛簡介
Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a simple shortcode.
Features
Provides an ajax widget to display channel feed
Ajax widget contains a Join Channel link
A separate Join Channel Link/Button
Pulls updates automatically from Telegram
Uses a responsive widget to display the feed
Fits anywhere you want it to be
The received messages can be seen from /wp-admin
Automatically removes deleted messages
Can be displayed using a shortcode
Available as a Gutengerg block
Allows embedding of Telegram public channel messages
Can be extended with custom code
Widget Info
Ajax Widget
Goto Appearance > Widgets and click/drag WP Telegram Ajax Widget and place it where you want it to be.
Alternately, you can use the below shortcode.
Inside page or post content:
[wptelegram-ajax-widget username="WPTelegram" width="100%" height="500px"]
Inside the theme templates
or
Legacy Widget
Goto Appearance > Widgets and click/drag WP Telegram Legacy Widget and place it where you want it to be.
Alternately, you can use the below shortcode.
Inside page or post content:
[wptelegram-widget num_messages="5" width="100%" author_photo="auto"]
Inside the theme templates
'auto',
// 'num_messages' => 5,
// 'width' => 100,
);
wptelegram_widget( $args );
}
?>
or
Join Link
Goto Appearance > Widgets and click/drag WP Telegram Join Channel and place it where you want it to be.
Alternately, you can use the below shortcode.
Inside page or post content:
[wptelegram-join-channel link="https://t.me/WPTelegram" text="Join @WPTelegram on Telegram"]
Inside the theme templates
'https://t.me/WPTelegram',
'text' => 'Join @WPTelegram on Telegram',
);
wptelegram_join_channel( $args );
}
?>
or
Excellent Support
Join the Chat
We have a public group on Telegram to provide help setting up the plugin, discuss issues, features, translations etc. Join @WPTelegramChat
For rules, see the pinned message. No spam please.
Get in touch
Website wpsocio.com
Telegram @WPTelegram
Facebook @WPTelegram
Twitter @WPTelegram
Contribution
Development takes place in our Github monorepo, and all contributions welcome.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Telegram Widget and Join Link」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.1.0 | 1.1.1 | 1.1.2 | 1.2.0 | 1.3.0 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | 1.4.0 | 1.5.0 | 1.6.0 | 1.6.1 | 1.6.2 | 1.7.0 | 1.7.1 | 1.7.2 | 1.7.3 | 1.7.4 | 1.8.0 | 1.8.1 | 1.9.0 | 1.9.1 | 1.9.2 | 1.9.3 | 1.9.4 | 1.9.5 | 2.0.0 | 2.0.1 | 2.0.2 | 2.0.3 | 2.0.4 | 2.0.5 | 2.1.0 | 2.1.1 | 2.1.2 | 2.1.3 | 2.1.4 | 2.1.5 | 2.1.6 | 2.1.7 | 2.1.8 | 2.1.9 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.2.6 | 2.2.7 | 2.2.8 | 2.2.9 | trunk | 2.1.10 | 2.1.11 | 2.1.12 | 2.1.13 | 2.1.14 | 2.1.15 | 2.1.16 | 2.1.17 | 2.1.18 | 2.1.19 | 2.1.20 | 2.1.21 | 2.1.22 | 2.1.23 | 2.1.24 | 2.1.25 | 2.1.26 | 2.1.27 | 2.1.28 | 2.1.29 | 2.1.30 |
延伸相關外掛(你可能也想知道)
WP Telegram (Auto Post and Notifications) 》完美整合 Telegram 至 WordPress,讓您完全掌握控制。, Telegram 的卓越 LIVER 支援, 加入聊天室, 我們在 Telegram 上有一個公開小組,提供協助設置外掛、討...。
Meks Video Importer 》Meks Video Importer 最初是我們的 Vlog WordPress 主題 的一項功能,但現在可以在任何 WordPress 網站上使用。, 使用 Meks Video Importer WordPress 外掛,...。
Auto YouTube Importer 》這款 WordPress 外掛可以同步 YouTube 頻道(或播放清單)至你的網站並將其視作貼文。使用 YouTube Importer 外掛,您可以輕鬆將 YouTube 影片匯入 WordPress...。
Telegram Bot & Channel 》這個多用途的外掛能夠幫助你完成各種任務,包括教學、遊玩、搜索、廣播、提醒、連接以及整合你的服務。, 使用這個強大的機器人建造器,你可以:, 🤖 機器人建...。
Bg RuTube Embed 》此外掛可讓你在 WordPress 中嵌入RuTube影片。只需在短代碼中指定播放清單或影片的 uuid,你也可以使用逗號分隔的 uuid 列表。, [rutube id="{uuid}" title="...。
Telegram for WP 》您好,, 是否希望接收有關您的網站(例如評論提交、用戶註冊、新核心更新等)的通知,或僅想在 Telegram 頻道中分享您的文章/產品,那麼您可以使用此外掛程式...。
Vimeo Channel Gallery 》這個 WordPress 外掛允許您顯示一個 Vimeo 影片和縮略圖畫廊,其中包含一個 Vimeo 用戶、頻道、群組或專輯的最新影片。, 功能:, , 顯示 Vimeo 用戶、頻道、群...。
WP Youtube channel gallery 》2.1版本現在使用GPl/GNU許可證進行, 在您的wp博客中顯示YouTube頻道中最近的視頻。, 在您的2.0版本中,此外掛有兩種配置和使用方式:, , , 第一種方法是使用...。
Channel Widget for telegram 》這個外掛能做什麼?, 您知道嗎?Telegram 已經新增了使用 EMBED 代碼在網頁上顯示頻道文章的功能。, 基於這項功能,我決定開發這個外掛,讓您能夠輕鬆地在美...。
Teligro 》將您的 WordPress 網站與 Telegram 整合, , 新評論、還原模式、自動核心更新、使用者登入、註冊新使用者通知, 在 WordPress 文章類型中進行搜尋, 手動或自動...。
jcwp youtube channel embed 》這個外掛可將自訂的頻道嵌入到 WordPress 的頁面或文章中。, 該外掛基於 ShortCode。可以從設定頁面點擊一個按鈕即可產生Shortcode。Shortcode 格式如下所示...。
Modus YouTube Channel 》這個不錯的外掛程式可以將您的 YouTube 頻道、播放清單或兩者都以您設定的反應式列和欄來顯示,您還可以修改每頁縮圖的數量。它還增加了分頁功能,因此您可以...。
Youtube Video Grid | Youmax 》Youmax 是最早推出的 YouTube 外掛之一,最初是為了裸的 HTML 網站設計而開發的。由於收到了許多 WordPress 使用者的要求,我們在此推出了免費的 WordPress ...。
Simple Youtube Widget 》此外掛讓您在支援側邊欄和頁腳的 WordPress 佈景主題上顯示 YouTube 小工具。, 它讓您顯示您選擇的影片和播放清單,並可透過影片 ID 和播放清單 ID 進行設置...。
Lightweight YouTube Channel Widget 》使用此外掛程式,當你想在你的網站側邊欄中顯示來自頻道或播放清單的最新 YouTube 影片時,就可以使用它。, 此外掛程式是 Aleksandar Urošević 的 YouTube Ch...。