Products Showcase – Shopify Integration
Display your Shopify products on WordPress with beautiful, responsive carousels. Built as a native Gutenberg block with OAuth authentication for easy setup. Features Native Gutenberg Block – Built with React, zero external dependencies Beautiful Carousels – Touch-friendly product carousels powered by Embla Carousel Smart Product Display – Show individual products or entire collections Color Swatches – Visual product color options with hover effects Fully Responsive – Optimized for all screen sizes and devices Performance Optimized – Smart caching and lazy loading Live Search – Real-time product/collection search in block editor Stock Filtering – Automatically hides out-of-stock items OAuth Authentication – Secure one-click connection to Shopify Use Cases Showcase featured products on your blog Display seasonal collections on landing pages Add product carousels to content-heavy sites Bridge content and commerce seamlessly Requirements WordPress 6.0+, PHP 8.1+ A Shopify store with Admin API access Links GitHub Repository – Source code & developer docs Documentation – Full installation guide External Services This plugin connects to the Shopify Admin API to fetch your product data. Service Provider: Shopify Inc. Data Transmitted: Store URL, OAuth credentials (one-time), and product queries When: During setup, when searching products in editor, and when displaying products (cached for 1 hour) Privacy: No visitor data is sent to Shopify. All API calls are server-side. Product data is cached locally. Shopify Legal: * Terms of Service * Privacy Policy * API Terms Configuration Easy OAuth Setup Navigate to Shopify Products in WordPress admin Enter your Shopify Store URL (e.g., your-store.myshopify.com) Paste your Client ID from Shopify Paste your Client Secret from Shopify Click “Connect to Shopify” You’ll be redirected to Shopify to authorize the connection After authorizing, you’re automatically redirected back – done! The plugin automatically obtains the access token via secure OAuth and detects the latest Shopify API version. Usage Edit any page or post in WordPress Click “+” to add a block and search for “Shopify Products” Choose Products Mode (select individual products) or Collection Mode (display a collection) Use the live search to find and add products Customize title, description, and product limit as needed The block displays as a touch-friendly carousel on mobile and with arrow navigation on desktop. Single products get a special two-column featured layout. Not using the block editor? Use the [products_showcase] shortcode in the Classic editor, text widgets, or page builders: [products_showcase collection="123456789"] [products_showcase products="111,222,333" title="Featured"] Supported attributes: collection, products, limit, title, description, button_text, button_url, button_new_tab, new_tab, hover_image, card_width, disable_padding, and color options. See the GitHub README for the full list. Customization For custom CSS classes, template overrides, hooks & filters, and developer documentation, see our GitHub README. Troubleshooting Products Not Showing Check API credentials in Settings → Shopify Products Verify connection shows green checkmark Clear cache using the button in settings Ensure products are ACTIVE and in stock in Shopify Can’t Configure Shopify App In Dev Dashboard, click “New version” to edit settings Add scopes in the “Access” section Click “Release” to activate your configuration For detailed troubleshooting, see our GitHub documentation. Credits Built with Embla Carousel for smooth, touch-friendly carousels Powered by @wordpress/scripts Support Plugin Support Forum GitHub Issues Privacy Policy This plugin connects to Shopify’s API to fetch product data. Product information is cached locally. The plugin does NOT collect or transmit any visitor data. See Shopify’s privacy policy for their data handling practices.
Top keywords
- shopify20×3.55%
- products19×3.37%
- product11×1.95%
- api7×1.24%
- data7×1.24%
- block6×1.07%
- carousels5×0.89%
- collection5×0.89%
- github5×0.89%
- oauth5×0.89%
- wordpress5×0.89%
- add4×0.71%
Bootstrap Blocks
Bootstrap Gutenberg Blocks for WordPress. This plugin adds Bootstrap components and layout options as Gutenberg blocks. Features Supports Bootstrap v5 and v4 Support for CSS grid (experimental) Fully customizable with filters Configuration via option page or programmatically with constants Block templates can be overwritten in your theme The full documentation of this plugin can be found on GitHub: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin#readme Available Blocks Container Options: Fluid: If enabled the container will use the full available width, spanning the entire width of the viewport. Fluid Breakpoint: Used to enable responsive containers. This feature only works with Bootstrap v4.4+. The container will use 100% of the width until the specified breakpoint is reached, after which the defined max-widths will apply for each of the higher breakpoints. Margin After: Define a margin which should be added after the container. Row Options: Template: Choose from a predefined template for the inner column blocks. No Gutters: Disable gutters between columns. Alignment: Horizontal alignment of inner column blocks. Vertical Alignment: Vertical alignment of inner column blocks. Editor stack columns: Displays stacked columns in the editor to enhance readability of block content. Horizontal Gutters: Size of horizontal gutters. Vertical Gutters: Size of vertical gutters. CSS Grid Gutters: Size of gutters when CSS grid is used. Column Options: Sizes for all breakpoints (xxl, xl, lg, md, sm, xs): How much space the column should use for the given breakpoint. Equal width for all breakpoints (xxl, xl, lg, md, sm, xs): If enabled column will spread width evenly with other columns. Background Color: Set background color to column. Content vertical alignment: Align content vertically in column. This option is only needed if a background color is set. Otherwise use the Alignment option of the outer row block. Padding: Define padding inside the column. Button Options: Style: Choose the styling of the button. Open in new tab: Choose if link should be opened in a new tab. Rel: Set rel attribute of the link. Alignment: Horizontal alignment of the button. Supported Bootstrap versions This plugin supports Bootstrap v4 and v5. The version can be selected in the plugin settings (Settings > Bootstrap Blocks) or by defining the WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION constant in the wp-config.php file: Bootstrap 4: define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '4' ); Bootstrap 5 (default): define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '5' ); Possible values right now are '4' or '5'. By default Bootstrap version 5 is selected. CSS Grid The CSS grid (supported with Bootstrap >= 5.1.0) can be enabled in the plugin settings (Settings > Bootstrap Blocks) or by defining the WP_BOOTSTRAP_BLOCKS_ENABLE_CSS_GRID constant in the wp-config.php file: eg. define( 'WP_BOOTSTRAP_BLOCKS_ENABLE_CSS_GRID', true ); When the CSS grid is enabled the row and the column blocks will use custom templates for the rendering process: Row: row-css.grid.php Column: column-css-grid.php The support is still experimental since it’s also marked as experimental in the Bootstarp library. Please read the official Bootstrap documentation to get more information on how to use it. Bootstrap library Please be aware that this plugin does not include the Bootstrap library in your website. You need to do this by yourself. We decided not to include the library so that you can modify Bootstrap to your own needs before loading it. You’ll find an example how to include it in your theme’s functions.php in the documentation. Templates All blocks are implemented as dynamic blocks. This makes it possible to overwrite the template of a block in your theme. To overwrite a block template create a folder called wp-bootstrap-blocks/ in your theme directory. You can copy the original template from wp-bootstrap-blocks/src/templates/ .php as a starting point and adjust it to your needs. Requirements WordPress >= 5.0 PHP >= 5.6 Further Information Documentation: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin#readme WordPress Plugin: https://wordpress.org/plugins/wp-bootstrap-blocks GitHub Repository: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin Changelog: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin/releases Issue tracker: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin/issues