Skip to content

v1.0.0

Choose a tag to compare

@austinjhunt austinjhunt released this 04 Apr 16:50
· 20 commits to main since this release

πŸŽ‰ WordPress RSS Feed Web Part – v1.0.0

The WordPress RSS Feed Web Part allows you to fetch and display posts from a WordPress site using its REST API. Filter posts by tag, category, post title pattern, and publish date rangeβ€”all from within SharePoint.


πŸš€ Features

  • Connect to any WordPress site that exposes its REST API
  • Filter posts by:
    • Tags
    • Categories
    • Date range (e.g., past 7 days)
    • Post title using regex patterns
  • Choose how filters are combined (AND / OR)
  • Responsive and clean UI built with Fluent UI
  • Configure everything from the property pane

πŸ“¦ Installation

⚠️ You must be a SharePoint admin or have access to the SharePoint App Catalog.

1. Download the Package

2. Upload to App Catalog

  1. Go to your SharePoint App Catalog
  2. Upload the .sppkg file to the Apps for SharePoint library
  3. When prompted, allow it to be deployed to all sites (if desired)

3. Add Web Part to a Page

  1. Navigate to any SharePoint modern page
  2. Click Edit
  3. Add a new Web Part
  4. Search for "WordPress RSS Feed"
  5. Configure the settings in the property pane and publish the page

πŸ›  Configuration Tips

  • Use the full WordPress site URL (e.g., https://myblog.com)
  • Use regex in the "Post Name Pattern" field to match post titles
  • Tags and categories are auto-loaded from your WordPress site
  • Use Refresh Feed to manually fetch posts based on your filters

πŸ› Known Issues

  • Currently supports public WordPress REST APIs only
  • Tag and category filters depend on valid WordPress taxonomy IDs

πŸ’‘ Coming Soon

  • Authentication for protected WordPress sites
  • Support for custom post types
  • Pagination and infinite scroll options