@dikalikatao/gatsby-plugin-rss-feed-extended

0.0.4 • Public • Published

gatsby-plugin-rss-feed-extended

Parse html feed content

  • transform spotify links to embeded players
  • add a parent div with class='youtube-container' to iframe youtube embeded

This plugin requires gatsby-source-rss-feed

Use this plugin with and declare it after

gatsby-config.js

    ...
    {
          resolve: `gatsby-source-rss-feed`,
          options: {
            url: `https://rss-feed-url.com/`,
            name: `RssFeedName`,
          }
        },
        {
          resolve: `@dikalikatao/gatsby-plugin-rss-feed-extended`,
          options: {
            name: `RssFeedName`, // same name as above
          }
        },
    ...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0

Package Sidebar

Install

npm i @dikalikatao/gatsby-plugin-rss-feed-extended

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

5.88 kB

Total Files

4

Last publish

Collaborators

  • dikalikatao