• Resolved bakhodirov

    (@bakhodirov)


    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

    (@irshadahmad21)

    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: <a href=”{full_url}”>{post_title}</a>

    More details here

Viewing 1 replies (of 1 total)

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