Gatsby source plugin for pulling in Yotpo reviews (with photos)
npm install gatsby-source-yotpo-next
or
yarn add gatsby-source-yotpo-next
module.exports = {
plugins: [
{
resolve: 'gatsby-source-yotpo-next',
options: {
appKey: 'YOTPO_APP_KEY',
appSecret: 'YOTPO_SECRET_KEY',
},
}
]
}
If you have any questions, feedback or suggestions head on over to discussions.
If you find a bug please open an issue and/or create a pull request to fix it.