WP Telegram Widget and Join Link free WordPress plugin
Description
WP Telegram Widget and Join Link free WordPress plugin
Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a simple shortcode.
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.
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 embeding 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 widget_width=”100%” widget_height=”500″]
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″ widget_width=”100″ author_photo=”auto”]
Inside the theme templates
5, // ‘widget_width’ => 100, // ‘author_photo’ => ‘auto’, ); 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
Get in touch
Website wptelegram.com
Telegram @WPTelegram
Facebook @WPTelegram
Twitter @WPTelegram
Contribution
Development occurs on Github, and all contributions welcome.
Translations
Many thanks to the translators for the great job!
Алексей Семёнов (Russian)
robertskiba (German)
Note: You can also contribute in translating this plugin into your local language. Join the Chat (above)