podcast charts blog
← all posts
How To
Product Updates

How to Embed latest Podcast Reviews into your Website

author img
Jalal Fathi
   
2021-08-10
[object Object]

Easily embed your latest podcast reviews into your website. Configure the minimum rating and colors in order to fit your brand.

1. Add the embed script

This needs to be done only once.

If you have not done it already: How to add the Podkite embed script

2. Place the review tag

Head over to your reviews dashboard and configure the review embed tag.

Everywhere where you want the reviews to show up, insert the HTML <podkite-reviews> tag. This can be for example in the middle of a blog post, on a landing page, or on an episode page.

HTML code example:

<podkite-reviews api-key="MY_API_KEY" account-podcast-id="MY_PODCAST_ID" min-rating="5" limit="3" label="Latest reviews:" font-color="#6b6b6b" secondary-font-color="#8f8f8f" > </podkite-reviews>

Alternative to 1) & 2): iFrame

For WixSquarespace, and similar website builders, it may be more convenient to use iFrames instead of the faster and more modern custom element tag mentioned in 2).

Available options can be added as query parameters to the src URL of the iFrame. For example, you’d need to add &limit=5 to the iFrame URL in order to get 5 reviews displayed.

<iframe src="https://embed.podkite.com/v1/reviews.html?api-key=MY_API_KEY&account-podcast-id=MY_PODCAST_ID&limit=3" width="800" height="600" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>

Reach out and we’ll help if you experience any issues while embedding your reviews.

← all posts