WP Telegram Widget and Join Link

elementor pro

🎨 WP Telegram Widget and Join Link

WPThemeDetector has detected that WP Telegram Widget and Join Link is a popular WordPress plugin, which is expertly developed by the talented author named ! It has an impressive 4.9 out of 5 ratings (based on 30 user reviews), with up to 5000 number of downloads, showcasing its wide user base and trust. : This plugin infomation is last updated on January 22, 2025.

Download Plugin Best Web Hosting

In this section, WPThemeDetector provides detailed information about the WordPress plugin WP Telegram Widget and Join Link, including the plugin’s author, the latest version, user reviews & ratings, downloads, screenshots, etc.

Plugin Name WP Telegram Widget and Join Link 🔗
Popularity Active Installs: 5000🔹Star Ratings: 4.9 out of 5 🔹User Reviews: 30
More Info Current Version: 2.2.5🔹Author: 🔹Last Updated On: November 28, 2024🔹Required WP: 6.4🔹Required PHP: 7.4
Tags channel, feed, group, telegram, widget
Description

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

<?php
if ( function_exists( 'wptelegram_ajax_widget' ) ) {
    wptelegram_ajax_widget();
}
?>

or

<?php
    echo do_shortcode( '[wptelegram-ajax-widget width="98%" height="700px"]' );
?>

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

<?php
if ( function_exists( 'wptelegram_widget' ) ) {
    $args = array(
        // 'author_photo' => 'auto',
        // 'num_messages' => 5,
        // 'width'        => 100,
    );

    wptelegram_widget( $args );
}
?>

or

<?php
    echo do_shortcode( '[wptelegram-widget num_messages="5" width="100%" author_photo="always_show"]' );
?>

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

<?php
if ( function_exists( 'wptelegram_join_channel' ) ) {
    $args = array(
        'link' => '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

Contribution

Development takes place in our Github monorepo, and all contributions welcome.

continue reading...
Screenshot
Plugin Homepage Download This Plugin

WP Telegram Widget and Join Link Website Examples

WP Theme Detector analyzes public information on WordPress websites. Information may not be 100% accurate. Some plugins cannot be detected, and others have poor detection accuracy. It is cached for a certain period to reduce load.

🔥Recommended WordPress resources

WordPress is a versatile and powerful platform, and creating a website in 2025 requires the right resources. Here are some recommended tools to help you make the most of your WordPress journey: