{"id":20899464,"url":"https://github.com/wasasquatch/wp-rss-feeds","last_synced_at":"2026-04-29T04:05:06.998Z","repository":{"id":89346020,"uuid":"401504238","full_name":"WASasquatch/wp-rss-feeds","owner":"WASasquatch","description":"Aggregate multiple RSS feeds by using shortcode within your WordPress posts or content. ","archived":false,"fork":false,"pushed_at":"2021-09-04T00:56:05.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T20:18:56.581Z","etag":null,"topics":["php","rss","wordpress","wordpress-shortcode"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WASasquatch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-30T22:36:57.000Z","updated_at":"2021-09-04T00:56:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"44c08d9b-49ce-4642-b2bf-2d31ed357e4d","html_url":"https://github.com/WASasquatch/wp-rss-feeds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WASasquatch/wp-rss-feeds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WASasquatch%2Fwp-rss-feeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WASasquatch%2Fwp-rss-feeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WASasquatch%2Fwp-rss-feeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WASasquatch%2Fwp-rss-feeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WASasquatch","download_url":"https://codeload.github.com/WASasquatch/wp-rss-feeds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WASasquatch%2Fwp-rss-feeds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32409968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","rss","wordpress","wordpress-shortcode"],"created_at":"2024-11-18T11:14:08.473Z","updated_at":"2026-04-29T04:05:06.955Z","avatar_url":"https://github.com/WASasquatch.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wp-rss-feeds\nAggregate multiple RSS feeds by using shortcode within your WordPress posts or content. \n\nBasic example can be seen at https://nwdagroup.com/\n\n**Please note:** this is in development software (and may remain in such a state indefinitely). Please do not install this on a WordPress installation if you *do not* have access to FTP or a file manager through cPanel. If a critical error occurs for any reason, you will not have access to WordPress Admin to fix the issue. \n\n# Requirements\n- PHP 7.4+ required\n- SimpleXML module (php-xml package) \n- WordPress 5.5+\n\n# Installation\nUpload the files to your theme directories base. \n\nInside your themes functions.php, include wp-rss-feeds.php at the end of your file\n```\n// Inlcude WP RSS Feeds\ninclude( get_template_directory() . '/wp-rss-feeds.php' );\n```\n\n# Usage\nIn your posts, or content you can call `[wp-rss-feeds feeds=\"URL\"]` where `URL` is a list or single URL to a RSS feed.\n\nThe following is a list of attributes and their examples or defaults. Attributes denoted by ▫️ are optional.\n\n| Attribute | Description | Default / Example |\n| :---         |     :---:      |          ---: |\n| `feeds`   | A RSS URL, or RSS URL list seperated by commas.     | `https://example.com/rss` or `https://example.com/rss,https://example2.com/rss`    |\n| `entrylimit` ▫️    | RSS entries will be limited to this integer.       | `30`      |\n| `charlimit` ▫️    | RSS description character limit, followed by read more link. `0` is no limit.       | `0`      |\n| `fullcat` ▫️    | Display full category path `0` will only show current, or last category, `1` is full path.       | `0`      |\n| `order` ▫️    | Order RSS entries by ascending, or descending. Default `0` is ascending, `1` is descending.       | `0`      |\n| `target` ▫️    | The target all `\u003ca\u003e` links should use. Default is `_blank`       | `_blank`      |\n| `timeout` ▫️    | RSS cache timeout in hours       | `4`      |\n| `timezone` ▫️    | The PHP compatible time zone ID to use with RSS entries publish date. Default is `server` which is the server's time zone.       | `America/New_York`      |\n| `dateformat` ▫️    | PHP `DateTime` compatible date format.       | `D, dS F Y g:i:s A`      |\n| `dofutureposts` ▫️    | If encountering RSS entries published in the future, discard or display them. Default is discard.       | `0`      |\n| `fallback` ▫️    | Fallback to retrieving live feeds from feeds list. Default `false`       | `0`      |\n| `tmp` ▫️    | Path to the directory to store RSS cache. Default is `get_temp_dir() . 'rss/'` in WordPress cache location.      | `/path/to/tmp/`     |\n\n## Example\n```\n[wp-rss-feeds feeds=\"https://www.blender.org/feed/,http://pixologic.com/blog/feed/\" charlimit=\"300\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasasquatch%2Fwp-rss-feeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasasquatch%2Fwp-rss-feeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasasquatch%2Fwp-rss-feeds/lists"}