{"id":40582116,"url":"https://github.com/brainstormforce/wp-remote-site-search","last_synced_at":"2026-01-21T02:36:39.270Z","repository":{"id":48788245,"uuid":"75594378","full_name":"brainstormforce/wp-remote-site-search","owner":"brainstormforce","description":"This plugin will display search results from any domain using REST API Version 2.","archived":false,"fork":false,"pushed_at":"2026-01-19T13:06:17.000Z","size":249,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-01-19T19:32:32.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/wp-remote-site-search/","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/brainstormforce.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":"2016-12-05T06:10:14.000Z","updated_at":"2026-01-19T13:01:10.000Z","dependencies_parsed_at":"2024-07-11T07:50:47.278Z","dependency_job_id":null,"html_url":"https://github.com/brainstormforce/wp-remote-site-search","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/brainstormforce/wp-remote-site-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstormforce%2Fwp-remote-site-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstormforce%2Fwp-remote-site-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstormforce%2Fwp-remote-site-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstormforce%2Fwp-remote-site-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainstormforce","download_url":"https://codeload.github.com/brainstormforce/wp-remote-site-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstormforce%2Fwp-remote-site-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28623508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"online","status_checked_at":"2026-01-21T02:00:08.227Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-01-21T02:36:39.187Z","updated_at":"2026-01-21T02:36:39.254Z","avatar_url":"https://github.com/brainstormforce.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Remote Site Search #\n**Contributors:** [pratikchaskar](https://profiles.wordpress.org/pratikchaskar)  \n**Requires at least:** 4.4  \n**Tags:** remote site search, live search, multisite search  \n**Stable tag:** 1.0.7  \n**Tested up to:** 6.9  \n**License:** GPLv2 or later  \n**License URI:** https://www.gnu.org/licenses/gpl-2.0.html  \n\nSearch any WordPress site's data using WP REST API.\n\n## Description ##\n\nWP Remote Site Search is a search plugin for WordPress that returns any WordPress site's data using WP REST API.\n\nBasic Usage\n\nActivate the WP Remote Site Search plugin\nAdd the shortcode [wp_remote_site_search] to a page or something\n\nOptions\n\nHere’s a list of shortcodes currently available in the WP Remote Site Search plugin.\n\n1.`remote_url=\"https://example.com\"`\n\n\tURL from where you want to fetch the information\n\tThe remote site should have WordPress 4.7 or higher or Rest API (v2) plugin installed to get the search results.\n\n2.`title=\"How can we help?\"`\n\n\tTitle for the search box\n\n3.`category_id=\"1,2\"`\n\n\tYou can also pass \"category_id1,category_id2\" to search multiple posts from multiple categories.\n\n4.`sub_categories=\"true\"`\n\n\tYou can also get all results from categories (category_id1, category_id2) and their respective subcategories by setting sub_categories=\"true\".\n\n5.`placeholder=\"Enter a search term.\"`\n\n\tThe text displayed in the search box placeholder. Default is \"Search...\".\n\n6.`type = \"books\"`\n\n\tDefault type is posts,\n\tYou can add custom post type also.\n\n7.`max_results=\"50\"`\n\n\tTotal Number of results you want to display.\n\t(default max_results is 30)\n\n8.`html_input = \"\u003cbutton\u003e Get In Touch!\u003c/button\u003e\"`\n\n\tAppend html after all results get displyed.\n--\nExample:\n\n`[wp_remote_site_search remote_url=\"https://example.com\" category_id=\"1,2\" sub_categories=\"true\" type=\"books\" title=\"How can we help?\" placeholder=\"Have a question? Enter a search term.\" max_results=\"30\" html_input=\"\u003cbutton\u003eGet In Touch!\u003c/button\u003e\"]`\n\n\n## Installation ##\n1. Navigate to 'Add New' in the plugins dashboard\n2. Navigate to the 'Upload' area\n3. Select `wp-remote-site-search.zip` from your computer\n4. Click 'Install Now'\n5. Activate the plugin in the Plugin dashboard\n\n\n## Changelog ##\n\n### 1.0.7 ###\nImprovement:Codebase and Compatibility to WordPress 6.9\n\n### 1.0.6 ###\n- Improvement: Compatibility to WordPress 6.6.\n\n### 1.0.5 ###\n- Fix: Enclosed data attribute in quotes to prevent Cross-Site Scripting (XSS)\n\n### 1.0.4 ###\n- Improvement: Compatibility to WordPress 5.6.\n\n### 1.0.3 ###\n- Improvements: Enqueue scripts only where shortcode is used.\n\n### 1.0.2 ###\n- Search result design improvements.\n\n### 1.0.0 ###\n- Initial release\n\n## Frequently Asked Questions ##\n1. How it works? =\nIt's a shortcode. Add [wp_remote_site_search remote_url=\"https://example.com\"] to a page/post. See above for some options.\n\n2. What is required for this to work? =\nThe remote site should have WordPress 4.7 or higher or Rest API (v2) plugin installed to get the search results.\n\n\n## Credits ##\n\nWP Live Search\nLicenses: GNU GPL, Version 2 (or later)\nCredits https://wordpress.org/plugins/wp-search-live/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstormforce%2Fwp-remote-site-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainstormforce%2Fwp-remote-site-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstormforce%2Fwp-remote-site-search/lists"}