WP Telegram
2.25K subscribers
47 photos
1 video
2 files
73 links
Get notifications and send WordPress posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group, or private chat, with full control…
https://wptelegram.pro
Download Telegram
Guys! How about conditional values in Message Template? 😎

i.e. If a value exists, add something before or after the macro/tag otherwise add something else... πŸ˜‰

For example if you have a custom field coupon which may or may not exist for a post/product

So, the logic will be if coupon exists then add

πŸ“Œ Coupon {cf:coupon}

Otherwise add nothing

Similarly, for WooCommerce products. If a product is on sale, display something like

πŸ’° Sale Price: {cf:_sale_price}

Otherwise display

πŸ’° Price: {cf:_regular_price}

Similarly if {tags} has value, add this

🏷 {tags}

Similarly for all other macros/tags


If you want that feature to be added to the plugin, write a review here. As soon as 5 🌟 reviews reach 100, we will add the feature to the plugin! πŸ˜‰
With WP 5.0, many users may face the double posting issue. You can avoid this issue by simply disabling the ON/OFF Switch on Post Edit Page in Post to Telegram settings
WP Telegram
With WP 5.0, many users may face the double posting issue. You can avoid this issue by simply disabling the ON/OFF Switch on Post Edit Page in Post to Telegram settings
If you need that Switch on Post Edit Page, then you can also avoid this issue by enabling the delay option. Even 1 minute delay should work.

We are working on an update to fix the issue, but it's the temporary workaround for the problem.
Thank you all for coming along this long with us!
5,000+ Active Installs 😍😍😍
An update to WP Telegram has been released which fixes a few issues created by WP 5
Update and enjoy :)
On the way... Something cool 😎😎
Are you excited for conditional logic in Message Template of WP Telegram?
Final Results
97%
Yes
3%
No
Hello everyone! Hope you guys enjoy and like WP Telegram. Why not write a review and encourage us to add more cool features?
https://wordpress.org/support/plugin/wptelegram/reviews/#new-post
Who is going to complete the 100 five stars? 😎

Do it here πŸ˜‰
https://wordpress.org/support/plugin/wptelegram/reviews/#new-post
Hello folks! With todays update of WP Telegram Login
> The login button is now available as a Gutenberg Block 😍
> A message can be displayed to the users if their ISP blocks Telegram 😎
πŸ’‘ WP Telegram 2.1.0
Enhancements

* Improved the template conditional logic
* Made delay to be more granular - can be set in half a minute steps
* Added option to allow newlines in {post_excerpt
* Added option to send {categories} as hashtags

Bug fixes
* Fixed the issue with scheduled posts not being sent to Telegram
The two new options
Delay can now be in half a minute steps
In classic editor, the switch on the Post edit page has been moved up for good reasons 😊
Don't forget to leave us a review here 😊
https://wordpress.org/support/plugin/wptelegram/reviews/#new-post
πŸ’‘ Pro Tip
With the latest version of WP Telegram , you can use {remove_line} in Post to Telegram template conditional logic to remove the entire empty line if the value for the macro/tag is empty. πŸ˜‰

For example, if you use this:

[if{tags}][🏷 {tags}][{remove_line}]

then if the post has tags, they will be shown in that line like 🏷 #sometag #anothertag, otherwise the whole line will be removed from the template. 😎