{"id":53187,"date":"2016-12-27T07:35:57","date_gmt":"2016-12-27T07:35:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-remote-site-search\/"},"modified":"2026-01-19T13:06:58","modified_gmt":"2026-01-19T13:06:58","slug":"wp-remote-site-search","status":"publish","type":"plugin","link":"https:\/\/mai.wordpress.org\/plugins\/wp-remote-site-search\/","author":13560661,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.7","stable_tag":"1.0.7","tested":"6.9.4","requires":"4.4","requires_php":"","requires_plugins":null,"header_name":"WP Remote Site Search","header_author":"Pratik Chaskar","header_description":"","assets_banners_color":"463853","last_updated":"2026-01-19 13:06:58","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/pratikchaskar.com\/","header_author_uri":"https:\/\/pratikchaskar.com\/","rating":5,"author_block_rating":0,"active_installs":40,"downloads":6313,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"Nikschavan","date":"2016-12-29 07:59:58"},"1.0.1":{"tag":"1.0.1","author":"Nikschavan","date":"2018-01-23 07:49:50"},"1.0.2":{"tag":"1.0.2","author":"Nikschavan","date":"2018-03-11 09:14:36"},"1.0.3":{"tag":"1.0.3","author":"brainstormworg","date":"2020-08-24 12:44:30"},"1.0.4":{"tag":"1.0.4","author":"brainstormworg","date":"2022-11-24 13:41:49"},"1.0.5":{"tag":"1.0.5","author":"brainstormworg","date":"2023-09-21 12:17:19"},"1.0.6":{"tag":"1.0.6","author":"brainstormworg","date":"2024-07-11 07:10:24"},"1.0.7":{"tag":"1.0.7","author":"brainstormworg","date":"2026-01-19 13:06:58"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2823647,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2823647,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2823647,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2823647,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[5185,129281,129280],"plugin_category":[],"plugin_contributors":[97982],"plugin_business_model":[],"class_list":["post-53187","plugin","type-plugin","status-publish","hentry","plugin_tags-live-search","plugin_tags-multisite-search","plugin_tags-remote-site-search","plugin_contributors-pratikchaskar","plugin_committers-brainstormforce","plugin_committers-brainstormworg","plugin_committers-patilvikasj","plugin_committers-pratikchaskar","plugin_support_reps-brainstormteam"],"banners":{"banner":"https:\/\/ps.w.org\/wp-remote-site-search\/assets\/banner-772x250.png?rev=2823647","banner_2x":"https:\/\/ps.w.org\/wp-remote-site-search\/assets\/banner-1544x500.png?rev=2823647","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wp-remote-site-search\/assets\/icon-128x128.png?rev=2823647","icon_2x":"https:\/\/ps.w.org\/wp-remote-site-search\/assets\/icon-256x256.png?rev=2823647","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WP Remote Site Search is a search plugin for WordPress that returns any WordPress site's data using WP REST API.<\/p>\n\n<p>Basic Usage<\/p>\n\n<p>Activate the WP Remote Site Search plugin\nAdd the shortcode [wp_remote_site_search] to a page or something<\/p>\n\n<p>Options<\/p>\n\n<p>Here\u2019s a list of shortcodes currently available in the WP Remote Site Search plugin.<\/p>\n\n<p>1.<code>remote_url=\"https:\/\/example.com\"<\/code><\/p>\n\n<pre><code>URL from where you want to fetch the information\nThe remote site should have WordPress 4.7 or higher or Rest API (v2) plugin installed to get the search results.\n<\/code><\/pre>\n\n<p>2.<code>title=\"How can we help?\"<\/code><\/p>\n\n<pre><code>Title for the search box\n<\/code><\/pre>\n\n<p>3.<code>category_id=\"1,2\"<\/code><\/p>\n\n<pre><code>You can also pass \"category_id1,category_id2\" to search multiple posts from multiple categories.\n<\/code><\/pre>\n\n<p>4.<code>sub_categories=\"true\"<\/code><\/p>\n\n<pre><code>You can also get all results from categories (category_id1, category_id2) and their respective subcategories by setting sub_categories=\"true\".\n<\/code><\/pre>\n\n<p>5.<code>placeholder=\"Enter a search term.\"<\/code><\/p>\n\n<pre><code>The text displayed in the search box placeholder. Default is \"Search...\".\n<\/code><\/pre>\n\n<p>6.<code>type = \"books\"<\/code><\/p>\n\n<pre><code>Default type is posts,\nYou can add custom post type also.\n<\/code><\/pre>\n\n<p>7.<code>max_results=\"50\"<\/code><\/p>\n\n<pre><code>Total Number of results you want to display.\n(default max_results is 30)\n<\/code><\/pre>\n\n<p>8.<code>html_input = \"&lt;button&gt; Get In Touch!&lt;\/button&gt;\"<\/code><\/p>\n\n    Append html after all results get displyed.\n\n<p>Example:<\/p>\n\n<pre><code>[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=\"&lt;button&gt;Get In Touch!&lt;\/button&gt;\"]\n<\/code><\/pre>\n\n<h3>Credits<\/h3>\n\n<p>WP Live Search\nLicenses: GNU GPL, Version 2 (or later)\nCredits https:\/\/wordpress.org\/plugins\/wp-search-live\/<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Navigate to 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>wp-remote-site-search.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<!--section=faq-->\n<ol>\n<li><p>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.<\/p><\/li>\n<li><p>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.<\/p><\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.7<\/h4>\n\n<p>Improvement:Codebase and Compatibility to WordPress 6.9<\/p>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Improvement: Compatibility to WordPress 6.6.<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Fix: Enclosed data attribute in quotes to prevent Cross-Site Scripting (XSS)<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Improvement: Compatibility to WordPress 5.6.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Improvements: Enqueue scripts only where shortcode is used.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Search result design improvements.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Search any WordPress site&#039;s data using WP REST API.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/53187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=53187"}],"author":[{"embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pratikchaskar"}],"wp:attachment":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=53187"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=53187"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=53187"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=53187"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=53187"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=53187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}