{"id":296145,"date":"2026-04-13T16:33:22","date_gmt":"2026-04-13T16:33:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/blogwired-gateway\/"},"modified":"2026-04-13T16:39:12","modified_gmt":"2026-04-13T16:39:12","slug":"blogwired-gateway","status":"publish","type":"plugin","link":"https:\/\/ast.wordpress.org\/plugins\/blogwired-gateway\/","author":23472114,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.5.2","stable_tag":"1.5.2","tested":"7.0","requires":"5.8","requires_php":"7.4","requires_plugins":null,"header_name":"BlogWired Gateway","header_author":"Wiredcoyote Digital","header_description":"The official gateway plugin for the BlogWired application. Enables secure remote publishing from BlogWired to your WordPress site.","assets_banners_color":"afb1b1","last_updated":"2026-04-13 16:39:12","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/blogwired.app","header_author_uri":"https:\/\/wiredcoyotedigital.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":37,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.5.2":{"tag":"1.5.2","author":"wiredcoyotedigital","date":"2026-04-13 16:39:12"}},"upgrade_notice":{"1.5.2":"<p>Improved code calls. Recommended for all users.<\/p>"},"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3505417,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1000x400.png":{"filename":"banner-1000x400.png","revision":3505417,"resolution":"1000x400","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.5.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3505410,"resolution":"1","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[410,260117,4917,159354,23853],"plugin_category":[],"plugin_contributors":[260118],"plugin_business_model":[],"class_list":["post-296145","plugin","type-plugin","status-publish","hentry","plugin_tags-blogging","plugin_tags-blogwired","plugin_tags-content-management","plugin_tags-remote-publishing","plugin_tags-rest-api","plugin_contributors-wiredcoyotedigital","plugin_committers-wiredcoyotedigital"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/blogwired-gateway\/assets\/icon-256x256.png?rev=3505417","icon_2x":"https:\/\/ps.w.org\/blogwired-gateway\/assets\/icon-256x256.png?rev=3505417","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/blogwired-gateway\/assets\/screenshot-1.png?rev=3505410","caption":""}],"raw_content":"<!--section=description-->\n<p>BlogWired Gateway connects your WordPress site to the <a href=\"https:\/\/blogwired.app\">BlogWired<\/a> content management platform, allowing you to create and manage blog posts remotely through a secure REST API.<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>Secure API key authentication via custom HTTP header<\/li>\n<li>Create, update, and retrieve posts remotely<\/li>\n<li>Set post title, content, status, date, author, categories, tags, and post format<\/li>\n<li>Upload featured images<\/li>\n<li>Create new categories and tags on the fly<\/li>\n<li>Rate limiting to protect against brute-force attacks<\/li>\n<\/ul>\n\n<p><strong>How it works:<\/strong><\/p>\n\n<ol>\n<li>Install and activate the plugin on your WordPress site.<\/li>\n<li>Enter the API key from your BlogWired dashboard into the plugin settings.<\/li>\n<li>BlogWired connects to your site securely via the REST API to publish content.<\/li>\n<\/ol>\n\n<p>All communication between BlogWired and your WordPress site is authenticated using a unique API key transmitted via a custom HTTP header.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>blogwired-gateway<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory, or install the plugin through the WordPress plugins screen.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress.<\/li>\n<li>Go to <strong>Settings &gt; BlogWired Gateway<\/strong> and enter the API key from your BlogWired dashboard.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20do%20i%20get%20my%20api%20key%3F\"><h3>Where do I get my API key?<\/h3><\/dt>\n<dd><p>Log in to your account at <a href=\"https:\/\/blogwired.app\">blogwired.app<\/a> and navigate to your site settings. A unique API key for each connected site can be generated there.<\/p><\/dd>\n<dt id=\"is%20the%20connection%20secure%3F\"><h3>Is the connection secure?<\/h3><\/dt>\n<dd><p>Yes. The API key is transmitted via a custom HTTP header (<code>X-BlogWired-API-Key<\/code>) and is never exposed in URLs or query parameters. The plugin also includes rate limiting to protect against brute-force authentication attempts.<\/p><\/dd>\n<dt id=\"what%20permissions%20does%20the%20plugin%20need%3F\"><h3>What permissions does the plugin need?<\/h3><\/dt>\n<dd><p>The plugin requires no special permissions beyond what WordPress provides. It uses the WordPress REST API and standard post creation functions.<\/p><\/dd>\n<dt id=\"can%20i%20use%20this%20plugin%20without%20a%20blogwired%20account%3F\"><h3>Can I use this plugin without a BlogWired account?<\/h3><\/dt>\n<dd><p>No. This plugin acts as a gateway and requires an active BlogWired account to function.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.5.2<\/h4>\n\n<ul>\n<li>Further improved calling of core files, so they are only called in the correct function instead of as a block<\/li>\n<\/ul>\n\n<h4>1.5.1<\/h4>\n\n<ul>\n<li>Improved calling of core files, so they are only called in the correct function instead of as a block<\/li>\n<\/ul>\n\n<h4>1.5.0<\/h4>\n\n<ul>\n<li>Improved security: image upload validation with MIME type verification, file size limits, and filename sanitization.<\/li>\n<li>Added rate limiting on API authentication to prevent brute-force attacks.<\/li>\n<li>Replaced direct file writing with WP_Filesystem API.<\/li>\n<li>Replaced direct database query with WordPress get_users() function.<\/li>\n<li>Added sanitization to post password, post format, new category, and new tag fields.<\/li>\n<li>Removed API key query parameter fallback (header-only authentication).<\/li>\n<li>Full internationalisation support with text domain.<\/li>\n<li>Added phpDoc comments throughout.<\/li>\n<li>Updated to comply with WordPress.org plugin repository coding standards.<\/li>\n<\/ul>\n\n<h4>1.4.0<\/h4>\n\n<ul>\n<li>Initial public testing release.<\/li>\n<li>REST API endpoints for creating, updating, and retrieving posts.<\/li>\n<li>Featured image upload via base64.<\/li>\n<li>API key authentication.<\/li>\n<li>Admin settings page.<\/li>\n<\/ul>","raw_excerpt":"The official gateway plugin for the BlogWired application. Enables secure remote publishing from BlogWired to your WordPress site.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/296145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=296145"}],"author":[{"embeddable":true,"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wiredcoyotedigital"}],"wp:attachment":[{"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=296145"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=296145"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=296145"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=296145"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=296145"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ast.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=296145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}