{"id":275417,"date":"2026-01-21T10:48:01","date_gmt":"2026-01-21T10:48:01","guid":{"rendered":"https:\/\/ja.wordpress.org\/plugins\/content-bridge-for-commerce\/"},"modified":"2026-01-21T12:56:19","modified_gmt":"2026-01-21T12:56:19","slug":"content-bridge-for-commerce","status":"publish","type":"plugin","link":"https:\/\/li.wordpress.org\/plugins\/content-bridge-for-commerce\/","author":23436873,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"1.0.2","tested":"6.9.4","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Content Bridge for Commerce","header_author":"Tomohiro Shiotani","header_description":"Expose WordPress content to external commerce platforms via a REST API.","assets_banners_color":"95a156","last_updated":"2026-01-21 12:56:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/content-bridge-for-commerce\/","header_author_uri":"https:\/\/vow.design\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":172,"num_ratings":0,"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":"vowdesign05","date":"2026-01-21 10:57:00"},"1.0.1":{"tag":"1.0.1","author":"vowdesign05","date":"2026-01-21 11:20:37"},"1.0.2":{"tag":"1.0.2","author":"vowdesign05","date":"2026-01-21 12:56:19"}},"upgrade_notice":{"1.0.2":"<p>Fixes an issue where plugin translations were not applied correctly.<\/p>","1.0.1":"<p>Adds official plugin and author links for improved visibility and attribution.<\/p>","1.0.0":"<p>Initial public release.<\/p>","0.2.1":"<p>Maintenance update for WordPress.org review.<\/p>","0.2.0":"<p>Maintenance update (i18n + cache cleanup + uninstall).<\/p>","0.1.2":"<p>Adds caching and uninstall cleanup.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3443975,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3443975,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3443975,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3443975,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3443975,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"Plugin settings page (Japanese UI), including REST API endpoint and usage examples"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,701,529,141196,597],"plugin_category":[45],"plugin_contributors":[254394],"plugin_business_model":[],"class_list":["post-275417","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-commerce","plugin_tags-content","plugin_tags-headless","plugin_tags-integration","plugin_category-ecommerce","plugin_contributors-vowdesign05","plugin_committers-vowdesign05"],"banners":{"banner":"https:\/\/ps.w.org\/content-bridge-for-commerce\/assets\/banner-772x250.png?rev=3443975","banner_2x":"https:\/\/ps.w.org\/content-bridge-for-commerce\/assets\/banner-1544x500.png?rev=3443975","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/content-bridge-for-commerce\/assets\/icon-128x128.png?rev=3443975","icon_2x":"https:\/\/ps.w.org\/content-bridge-for-commerce\/assets\/icon-256x256.png?rev=3443975","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/content-bridge-for-commerce\/assets\/screenshot-1.png?rev=3443975","caption":"Plugin settings page (Japanese UI), including REST API endpoint and usage examples"}],"raw_content":"<!--section=description-->\n<p>Content Bridge for Commerce provides a lightweight REST API endpoint that allows external commerce platforms such as Shopify to fetch WordPress editorial content.<\/p>\n\n<p>This plugin does not sync databases or duplicate content. It simply exposes your WordPress posts through a clean, structured JSON API designed for external consumption.<\/p>\n\n<h3>Key Features<\/h3>\n\n<ul>\n<li>Fetch latest WordPress posts via REST API<\/li>\n<li>Filter posts by category or tag (using slug)<\/li>\n<li>Return featured image, excerpt, and publish date<\/li>\n<li>Optional conversion of Jetpack (i0.wp.com) CDN image URLs back to original URLs<\/li>\n<li>Configurable default post count and limits<\/li>\n<li>Built-in transient cache (5 minutes) to reduce database load<\/li>\n<li>No data duplication or migration required<\/li>\n<\/ul>\n\n<h3>REST API Endpoint<\/h3>\n\n<p>Base endpoint:<\/p>\n\n<pre><code>\/wp-json\/content-bridge\/v1\/posts\n<\/code><\/pre>\n\n<p>Examples:<\/p>\n\n<p>Latest posts:\n    \/wp-json\/content-bridge\/v1\/posts?per_page=4<\/p>\n\n<p>Posts filtered by tag:\n    \/wp-json\/content-bridge\/v1\/posts?tax=post_tag&amp;term=guidi&amp;per_page=4<\/p>\n\n<p>Posts filtered by category:\n    \/wp-json\/content-bridge\/v1\/posts?tax=category&amp;term=news&amp;per_page=4<\/p>\n\n<p>If no taxonomy is specified, the API returns the latest posts from all published posts.<\/p>\n\n<h4>Authentication<\/h4>\n\n<p>This plugin protects its REST API using a simple API key mechanism.<\/p>\n\n<p>Requests must include a valid API key via the following HTTP header:<\/p>\n\n<p>X-Content-Bridge-Key: YOUR_API_KEY<\/p>\n\n<p>If the API key is missing or invalid, the endpoint will return a 401 Unauthorized response.<\/p>\n\n<p>The API key can be configured in the plugin settings screen.<\/p>\n\n<p>The API key can be manually set or generated from the plugin settings screen.<\/p>\n\n<h3>Settings<\/h3>\n\n<p>Settings \u2192 Content Bridge for Commerce<\/p>\n\n<ul>\n<li>Default number of posts<\/li>\n<li>Maximum allowed posts per request<\/li>\n<li>Image size (thumbnail \/ medium \/ large \/ full)<\/li>\n<li>Excerpt length (word count)<\/li>\n<li>Enable or disable Jetpack CDN URL unwrapping<\/li>\n<\/ul>\n\n<h3>Privacy<\/h3>\n\n<p>Content Bridge for Commerce does not collect, store, or transmit any personal data.<\/p>\n\n<p>The plugin only exposes publicly available WordPress post data (such as title, excerpt, featured image, and permalink) via a REST API endpoint.<\/p>\n\n<p>No data is sent to external servers by this plugin.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>content-bridge-for-commerce<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress<\/li>\n<li>Go to Settings \u2192 Content Bridge for Commerce to configure defaults<\/li>\n<li>Use the REST API endpoint from your external platform<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20plugin%20sync%20data%20to%20shopify%3F\"><h3>Does this plugin sync data to Shopify?<\/h3><\/dt>\n<dd><p>No. This plugin does not sync or copy data. It only exposes WordPress content via REST API.<\/p><\/dd>\n<dt id=\"can%20i%20use%20this%20without%20shopify%3F\"><h3>Can I use this without Shopify?<\/h3><\/dt>\n<dd><p>Yes. Any external frontend that can fetch JSON data can use this API.<\/p><\/dd>\n<dt id=\"does%20it%20support%20custom%20post%20types%20or%20custom%20taxonomies%3F\"><h3>Does it support custom post types or custom taxonomies?<\/h3><\/dt>\n<dd><p>Currently, the plugin supports standard posts filtered by category or tag.\nSupport for custom taxonomies and post types may be added in future versions.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fixed an issue where translations were not loaded correctly.<\/li>\n<li>Ensured plugin textdomain is properly initialized on plugins_loaded.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added Plugin URI linking to the WordPress.org plugin page.<\/li>\n<li>Added Author URI to link the plugin author name to the official website.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial public release.<\/li>\n<\/ul>\n\n<h4>0.2.1<\/h4>\n\n<ul>\n<li>Review fixes (prefixes + proper script enqueue + directory assets removed)<\/li>\n<\/ul>\n\n<h4>0.2.0<\/h4>\n\n<ul>\n<li>Fix Text Domain mismatch (plugin slug aligned)<\/li>\n<li>Replace direct SQL transient cleanup with tracked-key deletion (Plugin Check friendly)<\/li>\n<li>Fix uninstall cleanup keys<\/li>\n<li>Admin i18n improvements<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Add transient cache (5 minutes) for REST responses<\/li>\n<li>Add uninstall routine and privacy notes<\/li>\n<li>i18n improvements for admin UI<\/li>\n<\/ul>","raw_excerpt":"Bridge WordPress editorial content to Shopify and other commerce platforms via a simple REST API.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/275417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=275417"}],"author":[{"embeddable":true,"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/vowdesign05"}],"wp:attachment":[{"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=275417"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=275417"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=275417"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=275417"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=275417"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/li.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=275417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}