How can I configure meta tags to ensure auto-posting from RSS to Telegram works properly?

Hello!

I want to set up auto-posting of RSS entries to Telegram. However, I need to remove the <p> tag, as posts won’t publish without removing it. Additionally, I have a second question: what code should I use to ensure images are included? My posts are coming through without images, regardless of the code I use. I have screenshots available. Thank you for your attention, kind people.


Hi @N1ZAM,

Welcome to the Make community! You can use the stripHTML() function to remove all HTML tags from a string:

For your second question, it seems like you are passing the source of the image instead of the image itself. You will probably need to download the image file first and then upload it in the Telegram module while creating a post. (I have no experience with Telegram, but this is usually the flow)

Cheers,
Henk

2 Likes

Welcome to the Make community!

You can use the “Send an Album” module.

Screenshot_2024-06-27_140620

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

2 Likes