Embedding a Propared Webpage in your website
Yes, you can embed a Propared webpage in your website. It will take a tiny bit of code, and we have provided you an example you can use. Note: this may not work for every website model out there.
- Copy the URL for the Production Book you wish to embed.
- Add the following code to your website:
- <iframe src="Enter Propared URL HERE" width="100%" height="500">
<p>You can add some text here if you wish</p>
</iframe>
- <iframe src="Enter Propared URL HERE" width="100%" height="500">
- Update the highlighted text:
- Paste in the Production Book URL between the "" where it states enter propared url here
- Add some additional text or delete the text between the <p>
- Adjust the width and height to desired sizes.
When embedded, the webpage will continue to update when the page is refreshed.