You wanna show your eventbrite events on your Gatby page. We have you covered?
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-source-eventbrite`,
options: {
organizationId: `The ID of your organization`,
accessToken: `your_access_token`,
// OPTIONAL: Defaults are Events and Venues
entities: ['events', 'venues','...']
},
},
]If you'd like to share this post, here are some handy links to make that easier.
Post last updated: August 12, 2018
Feedback? A point to make? Express yourself via the comment form below.
Don't forget to check the captcha. Otherwise we won't receive your comment.
Be the first to post a comment on this post