The latest version of WP Telegram Login (v1.10.0) adds support for Telegram Web App data authorization. ๐
More details here https://github.com/wpsocio/wptelegram-login#telegram-web-app-data
More details here https://github.com/wpsocio/wptelegram-login#telegram-web-app-data
The latest version of WP Telegram Login now has the option to set the language for the button. ๐
Hello folks ๐
We have released an update to WP Telegram, adding a new experimental email HTML formatter to improve the Private Notifications text sent to Telegram.
We want to test it thoroughly before releasing it for all.
If you want to test the new feature for your Private Notifications , you can enable it by adding this one line of code to function
We have released an update to WP Telegram, adding a new experimental email HTML formatter to improve the Private Notifications text sent to Telegram.
We want to test it thoroughly before releasing it for all.
If you want to test the new feature for your Private Notifications , you can enable it by adding this one line of code to function
s.php of your
active theme;add_filter( 'wptelegram_notify_use_experimental_text', '__return_true' );
Pleaselet us know in @WPTelegramChat how that works.
A new version (v4) of WP Telegram has been released. ๐
- Added better support for HTML formatting.
- Added support for
- Added support for nested tags. You can now use
- Intelligently trim
- Removed support for Markdown formatting in favour of better HTML formatting
- Fixed the image not being sent "After the text" when "Send files by URL" is disabled
- Fixed the issue of messages not being sent when the markup is not valid
If you face any issues, please report them in @WPTelegramChat.
Enjoy the new features :)
- Added better support for HTML formatting.
- Added support for
<u>
and <ins>
HTML tags.- Added support for nested tags. You can now use
<b>
inside <i>
and vice versa.- Intelligently trim
{post_excerpt}
to preserve the other parts of the Message Template.- Removed support for Markdown formatting in favour of better HTML formatting
- Fixed the image not being sent "After the text" when "Send files by URL" is disabled
- Fixed the issue of messages not being sent when the markup is not valid
If you face any issues, please report them in @WPTelegramChat.
Enjoy the new features :)
With the latest update of WP Telegram, you can now add little notes to the ugly chat ID numbers so that you don't have to remember those numbers on the post-edit page.
What about the integrations with other platforms like Facebook, Twitter, Instagram, LinkedIn, YouTube, Mastodon etc.? ๐
Excited? We are too!
We are working on such an integration solution to allow you the customisations and control like WP Telegram! ๐
Excited? We are too!
We are working on such an integration solution to allow you the customisations and control like WP Telegram! ๐
With the latest update of WP Telegram Login, you can now directly login the user to your Web App (Mini App). Simply set the webapp URL to something like this
After the login, the user will be redirected to the URL you pass via
If you do not want to show the login confirmation, you can add
https://your-site.com/your-web-app/?action=wptelegram_login_webapp&redirect_to=https://your-site.com
After the login, the user will be redirected to the URL you pass via
redirect_to
paramIf you do not want to show the login confirmation, you can add
&confirm_login=0
to the URL.Hello
Telegram bot API seems to have some issue right now, due to which posts to channels are continuously failing. We hope that Telegram fixes the issue soon.
Here are the error messages you may see in the log or during test message:
-
-
Telegram bot API seems to have some issue right now, due to which posts to channels are continuously failing. We hope that Telegram fixes the issue soon.
Here are the error messages you may see in the log or during test message:
-
Bad Request: not enough rights to send text messages to the chat
-
Bad Request: not enough rights to send photos to the chat
image_2023-11-22_19-54-08.png
127.2 KB
In the latest version of WP Telegram, we have added support for
<blockquote>
tag. ๐