Connect a Magento 2, Mage-OS, or Adobe Commerce storefront so Mosaicora can publish its social-preview images.
Follow the steps below to complete this workflow from start to finish.
A quick summary before you begin.
Open the site Overview in Mosaicora and copy its Site ID.
From the Magento project root, run composer require mosaicora/module-opengraph, then enable the module and complete your normal Magento upgrade and cache workflow.
In Magento Admin, open Stores > Configuration > Mosaicora > Open Graph.
Under Mosaicora Image Generation, choose Yes for Enable Mosaicora and paste the Site ID you copied from Mosaicora.
Save the configuration, flush the relevant Magento caches, and inspect a public product, category, CMS, or home page with the Open Graph Checker.
Install the Magento module
Run this from the Magento project root before completing the Admin configuration.
composer require mosaicora/module-opengraph
bin/magento module:enable Mosaicora_OpenGraph
bin/magento setup:upgrade
bin/magento cache:flush config layout block_html eav full_page config_webservice