外掛說明
Newsknit RSS pulls articles from any number of RSS/Atom feeds, groups them into named collections (“feed groups”), and displays each group as a filtered, paginated news feed anywhere on your site. Each group has its own list of source feeds, its own keyword filtering rules, its own layout, and its own cache schedule — so you can run, for example, a “Tech” group and a “Sports” group side by side with completely different sources and rules.
Feeds are fetched server-side, cached, scored against your keyword rules, deduplicated, and rendered as a list or grid of article cards with thumbnails and excerpts. Output is available via shortcode, Gutenberg block, classic widget, Elementor widget, WPBakery element, or as the plugin’s own curated RSS output.
Features
- Organize feeds into groups — group your RSS sources by topic and give each group its own settings.
- Filter out what you don’t want — comma-separated keyword lists to boost relevant stories and filter out clickbait or off-topic content.
- List or grid layout — display as a list or card-style grid, sorted by newest first or by relevancy score.
- Load more without reloading the page — numbered pagination or a “Load More” button on desktop; automatic infinite scroll on mobile.
- Filter by source — quick buttons to show articles from just one source at a time.
- Your own RSS feed — every group can be shared as its own clean RSS link at
/csrkk-feed/{group-slug}/. - Fast loading, always up to date — articles are fetched and cached ahead of time on a schedule, so pages load quickly.
- See which feeds are working — an at-a-glance health status for every source feed in a group.
- Refresh with one click — purge a single group’s cache or all caches from settings or the admin toolbar.
- Automatic thumbnails — pulled in from each feed, with a fallback image and optional local thumbnail caching.
- Only show recent articles — set a cutoff date, or default to a rolling 28-day window.
- Article previews — optional excerpts with a configurable length.
- No duplicate stories — automatic deduplication across a group’s feeds.
- Add it anywhere — shortcode, Gutenberg block, classic widget, Elementor widget, or WPBakery element.
- Back up or move your feeds — JSON export/import of your full configuration, plus OPML import/export.
適用於區塊編輯器
這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。
- RSS News Feed
安裝方式
- Upload the plugin folder to the
/wp-content/plugins/directory, or install it directly through Plugins Add New Upload Plugin in wp-admin. - Activate the plugin through the Plugins menu in WordPress.
- On activation, the plugin automatically registers its rewrite rule (for the
/csrkk-feed/{slug}/curated feeds) and schedules its hourly cache-warming cron job — no manual setup is required. - Go to the new Newsknit RSS menu item in the admin sidebar and create your first feed group: give it a label/slug, paste in one or more RSS/Atom feed URLs (one per line), and save.
- Display the group anywhere using the shortcode, block, widget, or page-builder element, referencing the group’s slug.
Elementor and WPBakery integrations only appear if those page builders are already installed and active — neither is required to use the plugin.
常見問題集
-
Do I need Elementor or WPBakery to use this plugin?
-
No. The shortcode, Gutenberg block, and classic widget all work standalone. The Elementor widget and WPBakery element are optional integrations that only register themselves if those builders are active.
-
How often do feeds refresh?
-
Each group has its own cache duration (in hours, default 3). An hourly background cron job checks every group and re-fetches any whose cache has expired, so visitors always see a pre-warmed cache rather than waiting on a live fetch.
-
Can I show more than one group on the same page?
-
Yes — add multiple shortcode/block/widget instances, each pointing at a different group slug.
-
How does the anti-clickbait filter work?
-
It’s a list of negative keywords per group. Any match subtracts from an article’s score; combined with your minimum score threshold, this excludes articles that trip your negative terms. A lower threshold lets more articles through, a higher one shows fewer. The filter can be switched off per group without deleting the saved keyword list.
-
What’s the difference between “score” and “newest first” sorting?
-
“Newest first” sorts strictly by publish date. “Relevancy score” sorts by the keyword score computed from your group’s positive/negative terms (falling back to date as a tiebreaker).
-
Can I get a group as a plain RSS feed?
-
Yes — every group is available at
/csrkk-feed/{group-slug}/, a standard RSS 2.0 feed containing the group’s curated (filtered, deduplicated) articles. -
What happens if one of my source feeds goes down?
-
That feed is skipped for that fetch cycle and marked with an error status (visible in the group’s feed health list in wp-admin); the rest of the group’s feeds are unaffected.
-
Does this work well on mobile?
-
Yes — regardless of a group’s desktop pagination setting (numbered pages or a manual “Load More” button), mobile visitors always get automatic infinite scroll.
-
Can I migrate my feed groups to another site?
-
Yes, two ways: use the plugin’s own JSON export/import (full settings, replaces existing groups on import) or OPML export/import (works with any RSS reader, and import adds groups rather than replacing).
-
Is the thumbnail caching feature safe to enable?
-
Yes — downloaded thumbnails are validated as real image data, capped in file size, and fetched with protection against requests to internal/private network addresses.
-
Where do I purge a stuck or stale cache?
-
From the Newsknit RSS settings screen (per group or all groups), or via the “Purge All Caches” link under the Newsknit RSS menu in the wp-admin toolbar.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0
- Initial release.