Custom templates
Menu → My feeds → Select data source → Notification templates → Custom
If you want, you can customize and setup your own template! Feel free to use hashtags, links to your site, summarize from AI, your own title and more...
Warning
Basic skill in HTML is required. Use this feature at your own risk.
Formating
Example | Result |
---|---|
<code>code</code> |
code |
<b>bold</b> |
bold |
<u>underline</u> |
underline |
<i>italics</i> |
italics |
<s>strikethrough</s> |
|
<tg-spoiler>spoiler</tg-spoiler> |
(hidden "spoiler" text) -> see Telegram announcement |
<a href="https://google.com">hyperlink</a> |
hyperlink |
Template variables
Variable | Result |
---|---|
#media_title# |
Title of the post, if exists |
#media_description# |
Description, if exists |
#media_short_description# |
Short description, valid for some RSS data sources |
#media_url# |
Link to the post |
#source_title# |
Title of the data source |
#source_url# |
Link to the data source |
#source_type# |
The data source type |
#ignore_media# |
Ignore all media in post. You can place this string anywhere in the template. It will be deleted in notification |
#no_view_original_post_link# |
Don't add link to original post if text length exceeds Telegram limit |
#only_first_media# |
Send only first media, all others photo/video will be ignored |
#summary# |
Summarize video from YouTube or article from RSS data source |
#telegram_preview# |
Force turn on web preview from Telegram for links if post doesn't contain any media |
Example
<b><a href="#media_url#">#media_title#</a></b>
<b><a href="#source_url#">#source_title# (#source_type#)</a></b>
#media_description#
Media Title
Data source title (data source type)
media description bla bla bla
Button support
Button with redirect to Google with title Check my CHANNEL!!
{{button|Check my CHANNEL!!|https://google.com}}
Button with link and title from media
{{button|#media_title#|#media_url#}}
Warning
Media groups (messages with multiple photos or videos) do not support buttons. This is a limitation of Telegram.
Instant View support
Instant view for media link. Also you can add &rhash=... param if you have prepared template.
https://t.me/iv?url=#media_url#
Info
Don't forget to turn on Telegram preview mode!