In this article, you will learn how to add a Podcast component to a Page. This component allows you to embed podcasts into your Page, making it more interactive. Here are the steps:
Go to the Page menu.
Select the Page you want to use or create it first.
Once you enter the Page Compose, add the 'Podcast' component.
On the right-hand panel, you will be asked to enter the embed code for the podcast. If you haven't obtained the embed code, return to the site where you uploaded the Podcast. The embed code is usually found under the 'Share' button. Once you find it, copy the embed code and paste it into the field on the right-hand panel of the Page.
To display it, click the 'Save' button.
Please note:
You will embed the code in this component, not a link.
We recommend setting the podcast player to a maximum width by changing the width code to 100%. For example:
<iframe src="https://anchor.fm/mtarget/embed/episodes/Tingkatkan-Konversi-dengan-Memanfaatkan-Video-di-Landing-Page---EP5-ee081t/a-a26aprm" height="102px" width="400px" frameborder="0" scrolling="no"></iframe>
This is an embed code from Anchor for an MTARGET podcast. Now you will change the width to 100% for optimal display. Change the width code from:
width="400px" to width="100%".