Integrate Tapita into other platforms
After you publish a page, go to Page Settings. Scroll down to Generated HTML field and copy the whole HTML content.
Now, just insert this code into your website page's HTML.
- You can put our library [email protected] to body tag but it should be before “mydiv”
- “mydiv” can be changed to any words
Related Articles
Install Tapita for Shopify Hydrogen
Integrate Hydrogen frontend Requirements: Node v14+ Yarn Create Shopify private app to get Storefront access token Step 1: Log in to your Shopify store and navigate to the Apps section. Step 2: Take yourself to the bottom of the page and click on ...
Install Tapita for Magento PWA Studio
Integrate PWA Studio frontend Clone Tapita PWA Studio repo Scenario 1: If you use @magento/create-pwa package From the root directory of your PWA Studio project, clone the repository: git clone ...
Install Tapita for ScandiPWA
Download Tapita Page Builder extension for ScandiPWA v5: https://marketplace.scandipwa.com/tapita-page-builder-scandipwa-v5.html Then follow these steps to install: ...
Install Tapita for Vue Storefront
From your Vue project folder, install vuera to use ReactJS in Vue yarn add vuera Install Tapita Page Builder module npm install --save simi-pagebuilder-react Install React npm install --save react react-dom Then run this command yarn install Now we ...
General Frontend Integration Guide
Magento PWA Studio Clone Tapita PWA Studio repo Scenario 1: If you use @magento/create-pwa package From the root directory of your PWA Studio project, clone the repository: git ...