Forum Discussion
DougS
Khoros Oracle
There is no way to add custom data to the RSS feed, but you could create a custom endpoint (making calls to get the data you need using the rest context object) as an alternative to using the RSS feed. Your endpoint could make the SELECT * FROM images WHERE message.id = '<message id>' LiQL call to get the images for a given message
If you'd like to see us add the <enclosure> tag with attachments/images related to the message, I would recommend submitting an idea for this on our product ideas board.
-Doug
nicolasbajko
9 years agoHelper
So, this would involve regenerate the entirely RSS feed programmatically, adding the <enclosure> tag? Or I can get the RSS feed from the API to update it in the endpoint?
Related Content
- 2 years ago
- 10 years ago