Hello,
Thank you for reaching out.
noticed that their featured image isn’t clickable
Can you please elaborate on that?
Telegram doesn’t allow images to be clickable. You can add caption to the images which the plugin does by default.
Hi,
Thanks for your kind reply. Please see this screenshot: https://bandhob.com/post/41454_.html only the link is clickable. But we want full content should be clickable. At least the featured image. Best,
You can set Formatting option to HTML in Post to Telegram settings and use this kind of HTML in the template.
<a href="{full_url}">{post_title}</a>
This is my current message setting:
{post_title}
{post_excerpt}
{tags}
{full_url}
Should I delete all and add this only? ” <a href=”{full_url}”>{post_title}</a> “
Yes, you can do that. You can modify the template as per your requirements.
Ok, thanks a lot. I have added the code you provided. Will this code send all? I mean featured image, excerpt, URL and title?
-
This reply was modified 2 years, 7 months ago by
Mou Farzana.
You can add another line for excerpt
<a href="{full_url}">{post_title}</a>
<a href="{full_url}">{post_excerpt}</a>
Thanks a lot for your kind help. And for featured image? I want when people touch on image it should goes to post directly. Best wishes for you.
I want when people touch on image it should goes to post directly.
That’s not possible because Telegram doesn’t allow that.
But I saw it on another Telegram channel: https://telegram.me/dailynews24hindi
Please check this from your mobile. Though it is not WP website. But I believe there is an option. Please help.
But I saw it on another Telegram channel: https://telegram.me/dailynews24hindi
I only see that you can download the images but they are not clickable like hyperlinks. Telegram simply doesn’t allow that.
What you might be confusing the hyperlink with is the link preview. If you want to enable link previews, then you will need to disable Single Message option in Post to Telegram settings because the link preview is not shown for photo caption.
That’s called instantview in Telegram. You can create one as explained here: t.me/WPTelegramChat/7930
Ohh I understand now. It even don’t go to website. I wanted to directly to website. Thanks a lot anyway.