We have updated the instructions for Google Script Proxy with screenshots. It should now be easier to follow.
https://gist.github.com/manzoorwanijk/ee9ed032caedf2bb0c83dea73bc9a28e
https://gist.github.com/manzoorwanijk/ee9ed032caedf2bb0c83dea73bc9a28e
π WP Telegram v3.1.0 | Introducing CloudFlare worker as proxy method!
Lately, we have observed that many users from Russia and Iran face issues even with Google Script Proxy. In the Pro version we had CloudFlare proxy from the beginning and it works better than all other proxy methods. After seeing the users struggle, we have added that proxy method to the FREE version as well. π
CloudFlare proxy
β Supports image/file upload
β Faster than other proxy methods
β Easy to set up
Watch the video π https://www.youtube.com/watch?v=J5H0QuSmo-s
Lately, we have observed that many users from Russia and Iran face issues even with Google Script Proxy. In the Pro version we had CloudFlare proxy from the beginning and it works better than all other proxy methods. After seeing the users struggle, we have added that proxy method to the FREE version as well. π
CloudFlare proxy
β Supports image/file upload
β Faster than other proxy methods
β Easy to set up
Watch the video π https://www.youtube.com/watch?v=J5H0QuSmo-s
YouTube
WP Telegram | How to bypass the ban on Telegram by web hosts using CloudFlare workers
Code and instructions:
https://github.com/manzoorwanijk/telegram-bot-api-worker#how-to-deploy
Telegram https://t.me/WPTelegram
Facebook https://fb.com/WPTelegram
Twitter https://twitter.com/WPTelegram
https://github.com/manzoorwanijk/telegram-bot-api-worker#how-to-deploy
Telegram https://t.me/WPTelegram
Facebook https://fb.com/WPTelegram
Twitter https://twitter.com/WPTelegram
In today's update (1.4.9) of WP Telegram Pro, we have added support for WooCommerce product gallery π
UPGRADE NOW
UPGRADE NOW
In today's update (1.5.0) of WP Telegram Pro, we have added
- Support for sending images from post content π
- Support for adding caption to WooCommerce product gallery π
UPGRADE NOW
- Support for sending images from post content π
- Support for adding caption to WooCommerce product gallery π
UPGRADE NOW
This media is not supported in your browser
VIEW IN TELEGRAM
In today's update (1.5.2) of WP Telegram Pro, we have added made Inline Buttons editable π
UPGRADE NOW
UPGRADE NOW
We have received some reports lately of some users been using the pirated versions of WP Telegram Pro and their websites being hacked and the data being stolen.
We advise users to purchase WP Telegram Pro only via the official website wpsocio.com and avoid risking your website and data.
We advise users to purchase WP Telegram Pro only via the official website wpsocio.com and avoid risking your website and data.
Notice π
During a routine upgrade to wpsocio.com, many of our customers of WP Telegram Pro received their purchase confirmation emails again.
We regret the inconvenience. Please ignore that email.
During a routine upgrade to wpsocio.com, many of our customers of WP Telegram Pro received their purchase confirmation emails again.
We regret the inconvenience. Please ignore that email.
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. π