v1.0.0
π 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
- Download
sharepoint-wordpress-rss-feed.sppkgfrom this release.
2. Upload to App Catalog
- Go to your SharePoint App Catalog
- Upload the
.sppkgfile to the Apps for SharePoint library - When prompted, allow it to be deployed to all sites (if desired)
3. Add Web Part to a Page
- Navigate to any SharePoint modern page
- Click Edit
- Add a new Web Part
- Search for "WordPress RSS Feed"
- 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 Feedto 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