#  WordPress oEmbed Widget for Telegram Posts

Automatically embeds Telegram links (channels, groups, or posts) as responsive iframes using WordPress oEmbed.

# Includes
- support of Post Widgets by Telegram https://core.telegram.org/widgets/post 
- powered by oembed https://oembed.com/ for WordPress https://developer.wordpress.org/reference/functions/wp_oembed_get/

# Installation

## WP CLI
To install the oEmbed Telegram Post Widget plugin using WP CLI, run:

```bash
wp plugin install https://github.com/aiiddqd/oembed-widget-for-telegram-posts/archive/refs/heads/main.zip --activate
``` 

## WP Admin
- Download the oEmbed Telegram Post Widget plugin from the WordPress Plugin Repository or upload the plugin zip file.
- Navigate to Plugins > Add New in your WordPress admin dashboard.
- Upload and activate the plugin.
- No additional configuration is needed.