Published
November 23, 2022
Updated
Want to extend Webflow's RSS capability?
This video covers some tools & techniques I use for different projects.
Example Code
Example of a JSON Payload in the RSS Description
Example Javascript in Zapier Code Step, to decode the JSON Payload
output = JSON.parse(inputData.json);
Resources
- Build a Customized RSS Feed - Zapier
- JavaScript - get MIME Type by file extension - dirask
- RSS enclosure - Wikipedia
- RSS viewer tool
FAQs
Answers to frequently asked questions.