WP Telegram Widget and Join Link
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.
Top keywords
- widget10×3.11%
- telegram9×2.80%
- wptelegram9×2.80%
- join8×2.48%
- channel7×2.17%
- inside6×1.86%
- shortcode5×1.55%
- want5×1.55%
- ajax4×1.24%
- ajax widget4×1.24%
- join channel4×1.24%
- link4×1.24%
Easy TubeCasting
Easy TubeCasting is a YouTube video player plugin for WordPress. It helps you publish a responsive YouTube video gallery, playlist player, channel player, or video podcast player without manually building a video archive. Use the Easy TubeCasting block or shortcode generator, paste a YouTube URL, and configure the player. The plugin supports single videos, selected video lists, public playlists, channels, usernames, and @handles. It also includes creator-focused tools such as subscribe links, podcast app links, sponsor links, timestamp sharing, playback sequence controls, and automatic video structured data for suitable single-video views. Easy TubeCasting is built for podcasters, YouTubers, educators, course publishers, churches, businesses, and creators who want to show single videos, video podcasts, tutorials, sermons, interviews, shows, playlists, and channel archives in WordPress. Features WordPress block and shortcode generator with saved instances, preview, editing, deletion, and copy action. [easy_tubecasting] and [easy-tubecasting] shortcode support. Responsive Spotlight player with video area and playlist rail. Frontend playlist search, sorting, and Load More controls. Custom player controls for play, pause, seek, volume, fullscreen, and captions when available. Responsive controls for smaller screens, visible controls in fullscreen mode, and playback sequence modes. Reusable Creator CTA panels with YouTube, podcast app, RSS, website, sponsor, and resource links. Per-collection CTA panel assignment from collection settings. Compact share panel with copy link, share targets, native share support when available, and editable start time. Dark and light player themes with accent color control. Videos per batch setting, including single-player collection views. Automatic VideoObject JSON-LD for single-video views when required metadata is available. Global Video SEO toggle in plugin settings. YouTube Data API v3 support, manual sync, automatic sync, collection reset, and local metadata caching. RTL stylesheet support. Shortcodes Create reusable players in Easy TubeCasting -> Shortcode Generator, then copy the saved shortcode. Saved instance: [easy_tubecasting instance="1"] Direct shortcode: [easy_tubecasting url="https://www.youtube.com/playlist?list=PLAYLIST_ID" theme="dark" videos="10" accent="#0466ff"] Supported attributes include URL, videos per batch, theme, accent color, CTA panel, and direct CTA link options. Sharing and Start Time The frontend share panel lets visitors copy the current video URL, enable a start time, edit the timestamp, use available share targets, or use the browser/device share sheet when supported. Video SEO and Structured Data Easy TubeCasting can automatically output VideoObject JSON-LD for single-video player views. Collection views are not given broad collection JSON-LD by default because a playlist or channel embed may not describe the whole WordPress page. If a collection is rendered as a single-player view, structured data can be output for the active video. The global Video SEO setting is enabled by default and can be disabled from Easy TubeCasting -> Settings if another SEO plugin or theme already handles video schema. YouTube Data API Key Single YouTube videos and custom lists of specific video URLs can work without a YouTube Data API key by using YouTube oEmbed fallback data. A valid YouTube Data API v3 key is required for playlists, channels, usernames, and handles because the plugin must request collection video lists and metadata from YouTube. Easy TubeCasting includes an API setup guide, validates the key before saving it, masks the key in the admin interface, and stores it in WordPress options. Supported YouTube URLs Supported sources include YouTube watch URLs, youtu.be URLs, embed URLs, playlist URLs, channel URLs, custom channel URLs, username URLs, and @handle URLs. Privacy and Data Easy TubeCasting does not add separate analytics or plugin telemetry. It connects to YouTube and Google services when needed to display videos, fetch metadata, validate an API key, and sync playlist or channel data. See the External Services section for details. The plugin stores settings in WordPress options and stores fetched video, playlist, channel, and mapping data in custom database tables. When the plugin is uninstalled, its options, saved shortcode settings, CTA settings, CTA assignments, and custom tables are removed. External Services This plugin connects to YouTube and Google services to display videos, fetch video metadata, validate a YouTube Data API key, and keep playlists or channels synced. YouTube IFrame Player API and Embedded Player Service provider: YouTube / Google. Purpose: Loads the YouTube player so visitors can watch videos on the front end. Data sent: The visitor’s browser requests player assets from YouTube. This may include the selected YouTube video ID, IP address, browser details, and cookies handled by YouTube or Google. When: When a visitor opens a page containing an Easy TubeCasting player and the YouTube player is initialized or playback starts. Terms: https://www.youtube.com/t/terms Privacy policy: https://policies.google.com/privacy YouTube Data API v3 and YouTube oEmbed Service provider: YouTube / Google. Purpose: Validates API keys, fetches video metadata, fetches playlist and channel video lists, and supports manual or automatic syncing. Data sent: The site server sends YouTube video IDs, playlist IDs, channel identifiers, usernames, handles, or YouTube URLs to YouTube or Google. When an administrator saves or revalidates an API key, the key is also sent to Google for validation. When: When an administrator saves or revalidates an API key, when metadata is needed for a block or shortcode, and when manual or automatic sync runs. API terms: https://developers.google.com/youtube/terms/api-services-terms-of-service Privacy policy: https://policies.google.com/privacy YouTube Thumbnail Image CDN Service provider: YouTube / Google. Purpose: Displays YouTube thumbnail images for videos and playlists. Data sent: The visitor’s browser requests thumbnail images from YouTube or Google using the relevant video ID. When: When a visitor views a page containing video artwork or playlist items. Terms: https://www.youtube.com/t/terms Privacy policy: https://policies.google.com/privacy