How to embed boards into your website

If you want to keep users on your website, while still being able to get them to share their ideas with you, embeds are the way to go.

To use FeedBear embeds you just need a small piece of HTML code, and it looks like this:

	<iframe style="border:0; width:100%; height:100%; float:left;" src="https://feedback.feedbear.com/boards/feature-requests/?embed=true" />

In order to display your own board, you just need to replace the value for the "src" parameter with your board URL, making sure to append "?embed=true" to the end of it.

You can also embed your Roadmap and Changelog if you want, the process is the same as you can see in the examples below:

	<iframe style="border:0; width:100%; height:100%; float:left;" src="https://feedback.feedbear.com/roadmap?embed=true" />
	<iframe style="border:0; width:100%; height:100%; float:left;" src="https://feedback.feedbear.com/updates?embed=true" />

Still need help? Contact Us Contact Us