1.0.10 • Published 3 years ago
gatsby-plugin-trustpilot-trustbox v1.0.10
gatsby-plugin-trustpilot-trustbox
Gatsby plugin to display your Trustpilot reviews on your website.
Changelog
More informations in CHANGELOG.md
Installation
Use this commmand npm i --save gatsby-plugin-trustpilot-trustbox or yarn install gatsby-plugin-trustpilot-trustbox
Usage
// In your gatsby-config.js
module.exports = {
plugins: [
{
resolve: `gatsby-plugin-trustpilot-trustbox`,
options: {
templateID: process.env.TRUSTPILOT_TEMPLATE_ID, // the value of `data-template-id`
businessunitID: process.env.TRUSTPILOT_BUSINESSUNIT_ID, // the value of `data-businessunit-id`
},
},
],
}Add import to your file :
import { TrustPilotBox } from 'gatsby-plugin-trustpilot-trustbox'
Add component to your file :
<TrustPilotBox
locale="fr-FR"
defaultRevueURL={process.env.GATSBY_TRUSTPILOT_REVUE_URL}
/>localeTrustBox locale, default 'en-EN'styleHeightTrustBox styleHeight, default '24px'styleWidthTrustBox styleWidth, default '100%'themeTrustBox theme ('dark', 'light'), default 'light'minReviewCountTrustBox minReviewCount (null, 10, 20, 50), default 'null'defaultRevueURLTrustBox fallback link URLdefaultLabelTrustBox fallback link labeldefaultClassNameTrustBox fallback link className