Title: WP Telegram Widget and Join Link
Author: WP Socio
Published: <strong>19 Febbraio 2018</strong>
Last modified: 4 Maggio 2026

---

Ricerca i plugin

![](https://ps.w.org/wptelegram-widget/assets/banner-772x250.png?rev=2505671)

![](https://ps.w.org/wptelegram-widget/assets/icon-256x256.png?rev=2505671)

# WP Telegram Widget and Join Link

 Di [WP Socio](https://profiles.wordpress.org/wpsocio/)

[Scarica](https://downloads.wordpress.org/plugin/wptelegram-widget.2.2.16.zip)

[Anteprima in tempo reale](https://it.wordpress.org/plugins/wptelegram-widget/?preview=1)

 * [Dettagli](https://it.wordpress.org/plugins/wptelegram-widget/#description)
 * [Recensioni](https://it.wordpress.org/plugins/wptelegram-widget/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/wptelegram-widget/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/wptelegram-widget/#developers)

 [Supporto](https://wordpress.org/support/plugin/wptelegram-widget/)

## Descrizione

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
 * Disponibile come blocco Gutenberg
 * 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.

In alternativa, puoi usare lo shortcode qui sotto.

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();
    }
    ?>
    ```

o

    ```
    <?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.

In alternativa, puoi usare lo shortcode qui sotto.

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 );
    }
    ?>
    ```

o

    ```
    <?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.

In alternativa, puoi usare lo shortcode qui sotto.

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 );
    }
    ?>
    ```

o

### 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](https://t.me/WPTelegramChat)

For rules, see the pinned message. No spam please.

#### Get in touch

 * Website [wpsocio.com](https://wpsocio.com)
 * Telegram [@WPTelegram](https://t.me/WPTelegram)
 * Facebook [@WPTelegram](https://fb.com/WPTelegram)
 * Twitter [@WPTelegram](https://twitter.com/WPTelegram)

### Contribution

Development takes place in our [Github monorepo](https://github.com/wpsocio/wp-projects),
and all contributions welcome.

## Screenshot

[⌊Ajax Widget Settings⌉⌊Ajax Widget Settings⌉[

Ajax Widget Settings

[⌊Legacy Widget Settings⌉⌊Legacy Widget Settings⌉[

Legacy Widget Settings

[⌊Legacy Widget Settings (Cont.)⌉⌊Legacy Widget Settings (Cont.)⌉[

Legacy Widget Settings (Cont.)

[⌊Join Link Settings⌉⌊Join Link Settings⌉[

Join Link Settings

[⌊Advancced Settings⌉⌊Advancced Settings⌉[

Advancced Settings

[⌊Widget Settings (back-end)⌉⌊Widget Settings (back-end)⌉[

Widget Settings (back-end)

[⌊Widget View (front-end)⌉⌊Widget View (front-end)⌉[

Widget View (front-end)

[⌊Blocks⌉⌊Blocks⌉[

Blocks

[⌊Join Link View⌉⌊Join Link View⌉[

Join Link View

## Blocchi

Questo plugin fornisce 4 blocchi.

 *   Join Telegram Channel
 *   Telegram Channel Ajax Feed
 *   Telegram Channel Feed
 *   Telegram Single Post

## Installazione

#### Automatic installation

Automatic installation is the easiest way — WordPress will handle the file transfer,
and you won’t need to leave your web browser. To do an automatic install of the 
plugin:

 * Log in to your WordPress dashboard
 * Navigate to the Plugins menu, and click “Add New”
 * In the search field type “wptelegram-widget” and hit Enter
 * Locate the plugin in the list of search results
 * Click on “Install Now” and wait for the installation to complete
 * Click on “Activate”

#### Manual installation

Manual installation method requires downloading the plugin and uploading it to your
web server via your favorite FTP application. The official WordPress documentation
contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation).

#### Updating

Automatic updates should work smoothly, but we still recommend you back up your 
site.

## FAQ

### How to create a Telegram Bot

[How do I create a bot?](https://core.telegram.org/bots/faq#how-do-i-create-a-bot).

### Why Legacy Widget shows nothing?

_Legacy Widget_ **does not show** the **old messages**.

You need to post something new into the group/channel and wait for 5 minutes for
the messages to appear.

If you are too impatient to wait for the results, open the URL under **Tip!💡** (
below the instructions) in your browser.

**Note:** Please ensure to follow the instructions given on the settings page correctly.

### Why do I see my own website in the widget?

It means that there is something wrong with the permalinks on your website.

Simply goto wp-admin > Settings > **Permalinks** and just _Save Changes._

That should fix it. If it doesn’t, please let us know at [@WPTelegramSupport](https://t.me/WPTelegramSupport).

## Recensioni

![](https://secure.gravatar.com/avatar/c3cc9f91c05300bc0b81f11ba90d4c14924f603055011c32ea1e6a567f221bc0?
s=60&d=retro&r=g)

### 󠀁[Awesome support](https://wordpress.org/support/topic/awesome-support-948/)󠁿

 [Becki Beckmann](https://profiles.wordpress.org/becki/) 4 Settembre 2025

Great plugin and awesome support finding a bug with lower case letters on the username.
What else could you ask for. Definitely 5 stars!

![](https://secure.gravatar.com/avatar/811a6bc734a4d492ecb3fbd3a3a9e2f7f0385940951e78fe701b8de63f6b1df1?
s=60&d=retro&r=g)

### 󠀁[Продукты WP Telegram это круто!](https://wordpress.org/support/topic/%d0%bf%d1%80%d0%be%d0%b4%d1%83%d0%ba%d1%82%d1%8b-wp-telegram-%d1%8d%d1%82%d0%be-%d0%ba%d1%80%d1%83%d1%82%d0%be/)󠁿

 [vkarta](https://profiles.wordpress.org/vkarta/) 16 Novembre 2024

Мне очень нравятся продукты WP Telegram от этих ребят. Давно пользуюсь плагином 
WP Telegram Pro. А теперь буду так же пользоваться плагином для виджетовВсем огромное
спасибо за быструю и качественную поддержку!Рекомендую каждому!

![](https://secure.gravatar.com/avatar/022c5b3469b13b287d1c64961548acc906522d0541f003a8ee11d34adb3a0a55?
s=60&d=retro&r=g)

### 󠀁[Simply amazing](https://wordpress.org/support/topic/simply-amazing-239/)󠁿

 [Settembre](https://profiles.wordpress.org/er11desettembre/) 16 Aprile 2024

I was looking for a free solution to publish Telegram posts and I found this plugin.
2 minutes to set everything up and it works like a charm.

![](https://secure.gravatar.com/avatar/511d7d4ef1366ae2904ca26f58e58b9e8c11aef8def31cd8ea9f1274b6d90375?
s=60&d=retro&r=g)

### 󠀁[Happy as a pig in mud…](https://wordpress.org/support/topic/happy-as-a-pig-in-mud-2/)󠁿

 [barefootwarrior](https://profiles.wordpress.org/barefootwarrior/) 15 Agosto 2023
3 risposte

Wow, that was super easy and quick. Took me less than 10 minutes from downloading
the plugin to a perfectly working widget in the sidebar on my site. Not a single
issue encountered. Congratulations to the developer of this mighty plugin. Where
can I support your great work?The only thing I miss is a button to quickly move [
back] to the latest post. I never know which way to scroll.

![](https://secure.gravatar.com/avatar/8fe5177c0eb3233a082c414393a3b68a796afb332ef19616963f29300cf6951c?
s=60&d=retro&r=g)

### 󠀁[Fantastic Support](https://wordpress.org/support/topic/fantastic-support-474/)󠁿

 [kensai12](https://profiles.wordpress.org/kensai12/) 14 Marzo 2023

The developer coded an additional feature for me and went above and beyond. Can 
not recommend the plugin and the support that comes with it enough.

![](https://secure.gravatar.com/avatar/1e4919bc5f325739a65729e42bb3116653dd83e4760ea398950c84dab1dfb8f1?
s=60&d=retro&r=g)

### 󠀁[top support](https://wordpress.org/support/topic/top-support-77/)󠁿

 [yukor](https://profiles.wordpress.org/yukor/) 29 Gennaio 2023

They helped me solving something I thought it was impossible 😀

 [ Leggi tutte le recensioni di 31 ](https://wordpress.org/support/plugin/wptelegram-widget/reviews/)

## Contributi e sviluppo

“WP Telegram Widget and Join Link” è un software open source. Le persone che hanno
contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ WP Socio ](https://profiles.wordpress.org/wpsocio/)
 *   [ Irshad Ahmad ](https://profiles.wordpress.org/irshadahmad21/)

“WP Telegram Widget and Join Link” è stato tradotto in 5 lingue. Grazie a [chi traduce](https://translate.wordpress.org/projects/wp-plugins/wptelegram-widget/contributors)
per il contributo.

[Traduci “WP Telegram Widget and Join Link” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/wptelegram-widget)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/wptelegram-widget/)
segui il [repository SVN](https://plugins.svn.wordpress.org/wptelegram-widget/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/wptelegram-widget/)
tramite [RSS](https://plugins.trac.wordpress.org/log/wptelegram-widget/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.2.16

 * Remove iframe browser support text.

[See full changelog](https://github.com/wpsocio/wptelegram-widget/blob/main/CHANGELOG.md)

## Meta

 *  Versione **2.2.16**
 *  Ultimo aggiornamento **1 mese fa**
 *  Installazioni attive **4.000+**
 *  Versione WordPress ** 6.6 o superiore **
 *  Testato fino alla versione **6.9.4**
 *  Versione PHP ** 8.0 o superiore **
 *  Lingue
 * [Dutch](https://nl.wordpress.org/plugins/wptelegram-widget/), [English (US)](https://wordpress.org/plugins/wptelegram-widget/),
   [German](https://de.wordpress.org/plugins/wptelegram-widget/), [Polish](https://pl.wordpress.org/plugins/wptelegram-widget/),
   [Russian](https://ru.wordpress.org/plugins/wptelegram-widget/), e [Ukrainian](https://uk.wordpress.org/plugins/wptelegram-widget/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/wptelegram-widget)
 * Tag
 * [channel](https://it.wordpress.org/plugins/tags/channel/)[feed](https://it.wordpress.org/plugins/tags/feed/)
   [group](https://it.wordpress.org/plugins/tags/group/)[telegram](https://it.wordpress.org/plugins/tags/telegram/)
   [widget](https://it.wordpress.org/plugins/tags/widget/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/wptelegram-widget/advanced/)

## Valutazioni

 4.9 su 5 stelle.

 *  [  30 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/wptelegram-widget/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/wptelegram-widget/reviews/?filter=4)
 *  [  1 3- recensioni a stelle     ](https://wordpress.org/support/plugin/wptelegram-widget/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/wptelegram-widget/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/wptelegram-widget/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wptelegram-widget/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/wptelegram-widget/reviews/)

## Collaboratori

 *   [ WP Socio ](https://profiles.wordpress.org/wpsocio/)
 *   [ Irshad Ahmad ](https://profiles.wordpress.org/irshadahmad21/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/wptelegram-widget/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](https://wpsocio.com/donate)