Message Bridge for Contact Form 7 and Telegram

설명

This plugin lets you send Contact Form 7 messages to Telegram chats via a bot. Setup takes just a few steps:

  1. Create a Telegram bot (how to).
  2. Create a bot in the plugin UI.
  3. Paste the bot token into the bot form (PHP constants also available).
  4. Create a channel in the plugin UI — it links your Contact Form 7 forms to Telegram chats.
  5. Add users to the subscriber list by sending the /cf7tg_start command to your bot. To add a group, first add the bot to the group, then send /cf7tg_start in that group.
  6. Approve or decline subscription requests on the Contact Form 7 CF7 Telegram settings page.
  7. Configure the channel: choose which forms to send messages from.

Hooks and constants

Filter wpcf7tg_skip_tg
Use it to skip sending a Telegram message.

Filter wpcf7tg_markdown
Use it to customize the allowed Markdown tags.

This plugin uses API Telegram and sends remote HTTP requests to Telegram servers to deliver notifications.

후기

2026년 3월 24일 답글 2개
Плагин полезный. Не сложный. Был рабочий. Но зачем-то его кардинально переделали и он перестал работать. То есть просто нет связи с ботом по api и всё. Так что ставьте ту версию 0.11 которая еще называлась Contact Form 7 + Telegram, она работает стабильно на разных сайтах.
2026년 2월 3일 답글 2개
Проходиш міграцію чи встановлюєш нові налаштування і нічого не працює, підключився після перезагрузки сторінки налаштування злітають. Форми не працюють – в тг не відправляє
2026년 2월 2일 답글 3개
После обновления плагин посыпался. Боты сбрасываются, сначала работают , через минуту настройки ломаются, боты и чаты пропадают из интерфейса. Верните прежнюю версию, плиз!Внимание! Проверено на двух темах – Вудмарт и на самописной теме “чистой”! Проблема именно в плагине!
2026년 1월 31일 답글 1개
After the plugin update, the shortcode used in CF7 forms was removed. As a result, it is now displayed as plain text inside the form. When releasing such updates, it is important to provide migrations and maintain backward compatibility. If functionality is removed, a fallback or automatic replacement mechanism should be left in place to avoid breaking existing forms.
2026년 1월 28일 답글 1개
Крутой плагин, пару лет работал, обновился и отпал на всех сайта, любые махинации не поднимают, пишет все активно, все подключено и заявки не идут, новая версия с багом
모든 21 평가 읽기

기여자 & 개발자

“Message Bridge for Contact Form 7 and Telegram”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Message Bridge for Contact Form 7 and Telegram”(이)가 8 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Message Bridge for Contact Form 7 and Telegram”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.6

  • Fix truncated bot name copy.

1.0.5

  • Race condition in chats loading fixed.

1.0.4

  • Minor fixes.

1.0.3

  • Fix translation loading issue.

1.0.2

  • Manual migration button added.
  • Migration process improved.

1.0.1

  • Fix react template.

1.0.0

  • New UI for managing channels and bot token.
  • New plugin name was chosen to comply with new WordPress guidelines.

0.10.0

  • Beta testing is available for everyone.

0.9.3

  • Preparing for beta testing.

0.9.2

  • Loading textdomain fixed – moved to init hook.
  • Array undefined key fixed.

0.9.1

  • Version never released.

0.9

  • Preparing to v1.0 seamless transition.

0.8.7

  • API Telegram errors logging added.

0.8.6

  • Security issue CVE-2024-9629 got fixed.

0.8.5

  • PHP 7.2 compatibility fixed.

0.8.4

  • Markdown symbols escaping got added in order to fix an issue.

0.8.3

  • Blueprint got added.

0.8.2

  • Donation link got changed.
  • tested up to WP 6.5

0.8.1

  • Actualize add-on sale date.

0.8

  • Addons available

0.7.10

  • Preparing for attachment sending
  • A few fixes

0.7.9

  • Markdown for HTML-format issue

0.7.7

  • Support WP 5.3 functions for WP before 5.3

0.7

  • New interface recipient management
  • Groups are supported
  • WPCF7_ContactForm::prop( ‘mail’ ) instead WPCF7_ContactForm::$mail
  • FIXED Dependence parse_mode by use_html property

0.6.2

  • Trim for CHAT_ID field elements added

0.6.1

  • Markdown bug fixed

0.6

  • Message to telegram now sends on wpcf7_before_send_mail hook instead wpcf7_mail_sent. It is more reliable way.
  • wpcf7tg_skip_tg added.
  • wpcf7tg_markdown added.
  • WPFC7TG_BOT_TOKEN added.
  • bugs fixed

0.5

  • Markdown added