Discover360 WL SaaS
  • Setup Your WL SaaS
    • Configuring Your Domain
    • Configuring Your SMTP
    • Configuring Stripe
    • Configuring OpenAI
    • Creating Plans
    • Configuring Your Logo
    • Custom Scripts
    • Notifications Feed
    • DFY WL GoHighLevel Automations
  • Operations
    • User management
    • Support
    • Affiliates
    • Dashboard Cards
    • Dedicated WL Support
    • Airtable Sync
    • Export Users
  • Embedding Your SaaS
    • Overview
    • GoHighLevel
    • Clickfunnels
    • Custom Embeds
    • AI Templates
    • ChatGPT
    • Giving Access
  • WL Admin API
    • Overview
    • Postman Documentation
    • Create user w/Plan API Endpoint
  • Customizations
    • Styling with custom CSS
Powered by GitBook
On this page
  • Setup
  • RSS Feed 2.0 Needed
  • Recommendations
  • This will be the result 🎉
  1. Setup Your WL SaaS

Notifications Feed

PreviousCustom ScriptsNextDFY WL GoHighLevel Automations

Last updated 2 years ago

Setup

1) Navigate to -> /admin/app-setting

2) Add your 2.0 RSS Feed to the 'Blog Feed Url' Blog Feed Url

RSS Feed 2.0 Needed

<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">

Recommendations

  • Wordpress -> Make sure you modify the default wordpress XML header to the following.

<rss xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  version="2.0">

Wordpress tip: You might also need to specifically link to a RSS feed of a specific category / tag on your blog

This will be the result 🎉

Before

After

Ghost ->

https://ghost.org/