Recent Releases of https://github.com/austinjhunt/sharepoint-wordpress-feed-webpart

https://github.com/austinjhunt/sharepoint-wordpress-feed-webpart - πŸŽ‰ v2.0.0 πŸŽ‰

πŸŽ‰ Exciting New Release! πŸŽ‰

I'm thrilled to announce a major update to the WordPress RSS Feed web part! This release brings a bunch of improvements to help you showcase your WordPress content in even better ways.

What's New: * Smarter Settings: I've reorganized the settings to make things clearer. You'll now find: * Feed Filter Settings: These are all about choosing which posts to show (tags, categories, etc.). * Display Settings: These control how your posts look (title, description, layout, etc.). * Better performance: By separating the feed filter settings from the display settings, this speeds up the performance of the web part particularly when editing it. Not all settings changes trigger new feed fetches the way they did previously. * Fresh Look: * I've added options to: show/hide the post author (if present) and post thumbnails/media (if present) * CSS improvements have been made to both the list and the grid layout options to make the post items look less imbalanced. * Control how much of the post excerpt is displayed! (0 to hide altogether) * Pagination is Here! If you have lots of posts, I've added pagination to help users navigate them, with the option to specify how many posts to display per page. * Under the Hood: I've also made some big changes to how the web part works internally, making it more robust and easier to maintain. Thankful for the rigidity of Typescript!

Important Notes:

  • Because I've changed some settings, you might need to reconfigure your web part after updating. But don't worry, it's easy!
  • I've dropped some old settings to make way for the new, more powerful ones.

I hope you enjoy these improvements! If you have any feedback, please let me know.

- TypeScript
Published by austinjhunt about 1 year ago

https://github.com/austinjhunt/sharepoint-wordpress-feed-webpart - 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

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

- TypeScript
Published by austinjhunt about 1 year ago