WP Telegram Widget and Join Link

Por WP Socio
(29 avaliações)
Baixar
  • Versão:
    2.2.4
  • Última atualização:
    há 8 dias
  • Instalações ativas:
    mais de 5 mil
  • Versão do WordPress:
    6.4 ou maior
  • Testado até o WordPress:
    6.7
  • Versão do PHP:
    7.4 ou maior
  • Tags:

Hospedagem WordPress com plugin WP Telegram Widget and Join Link

Onde hospedar o plugin WP Telegram Widget and Join Link?

Este plugin pode ser hospedado em qualquer hospedagem que tenha WordPress instalado. Recomendamos escolher uma empresa de hospedagem de confiança, com servidores adaptados para WordPress, como o serviço de hospedagem da MCO2.

Hospedando o plugin WP Telegram Widget and Join Link em uma empresa de hospedagem confiável

A MCO2, além de configurar e instalar o WordPress na versão mais atual para seus clientes, fornece o WP SafePress, um sistema exclusivo que assegura e otimiza seu site conjuntamente.

Por que a Hospedagem WordPress funciona melhor na MCO2?

A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens, proteção da página de login, bloqueio de atividades suspeitas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São plugins que potencializam seu WordPress para a máxima segurança e o máximo desempenho.

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.

Capturas de tela

Ajax Widget Settings

Ajax Widget Settings

Legacy Widget Settings

Legacy Widget Settings

Legacy Widget Settings (Cont.)

Legacy Widget Settings (Cont.)

Join Link Settings

Join Link Settings

Advancced Settings

Advancced Settings

Widget Settings (back-end)

Widget Settings (back-end)

Widget View (front-end)

Widget View (front-end)

Blocks

Blocks

Join Link View

Join Link View

Plugins semelhantes

Joinchat
(187 avaliações)

WhatsApp, Messenger, Telegram, ligação telefônica... Capture usuários por meio de seus aplicativos favoritos e converta-os em clientes

Widget de revisão do Google
(1.870 avaliações)

Incorpore avaliações do Google de forma rápida e fácil em seu site WordPress. Aumente o SEO, a confiança e as vendas usando as avaliações do Google.

SiteOrigin Widgets Bundle
(132 avaliações)

Essential elements for modern websites. Add buttons, sliders, heroes, maps, images, carousels, features, icons, more. Create dynamic pages easily.

Black Studio TinyMCE Widget
(191 avaliações)

The visual editor widget for WordPress.

Widget Importer & Exporter
(116 avaliações)

Import and export your widgets.

Orbit Fox by ThemeIsle
(316 avaliações)

This swiss-knife plugin comes with a quality template library, menu/sharing icons, Elementor/BeaverBuilder page builder widgets and many more.

Do mesmo author (WP Socio)

WP Telegram (postagem automática e notificações)
(412 avaliações)

Integre seu site WordPress perfeitamente com Telegram com controle total.

WP Telegram Login & Register
(34 avaliações)

Let your users login and register via Telegram, making it easier form them to get started on your website.