Title: Message Template
Last modified: May 12, 2025

---

# Message Template

 *  Resolved [bakhodirov](https://wordpress.org/support/users/bakhodirov/)
 * (@bakhodirov)
 * [1 year ago](https://wordpress.org/support/topic/message-template-2/)
 * Hello! I want to add html code to the Message Template. Is it possible? For example
   < b>{post_title} or < a href=”url”>link text . I want to add something like that.
   Is it possible? I tested it by adding it in the same way, but it didn’t work.
   Is there any other way?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Irshad Ahmad](https://wordpress.org/support/users/irshadahmad21/)
 * (@irshadahmad21)
 * [1 year ago](https://wordpress.org/support/topic/message-template-2/#post-18460963)
 * You can set the **Formatting** option to **HTML** in **Post to Telegram** settings
   and use the below HTML markup:
 * **Bold**: <b>{post_title}</b>
 * _Italic_: <em>{post_title}</em>
 * **_Bold and Italic_**: <b><em>{post_title}</em></b>
 * Underline: <u>{post_title}</u>
 * _Underlined italic_: <u><em>{post_title}</em></u>
 * [Hyperlink](https://wpsocio.com/products/wptelegram-pro/): <a href=”{full_url}”
   >{post_title}</a>
 * More details [here](https://core.telegram.org/bots/api#html-style)

Viewing 1 replies (of 1 total)

The topic ‘Message Template’ is closed to new replies.

 * ![](https://ps.w.org/wptelegram/assets/icon-256x256.png?rev=2500018)
 * [WP Telegram (Auto Post and Notifications)](https://wordpress.org/plugins/wptelegram/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wptelegram/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wptelegram/)
 * [Active Topics](https://wordpress.org/support/plugin/wptelegram/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wptelegram/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wptelegram/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Irshad Ahmad](https://wordpress.org/support/users/irshadahmad21/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/message-template-2/#post-18460963)
 * Status: resolved