To embed a Brick page into another page (e.g. hosted on Wordpress or elsewhere), you need to use an iframe
.
Here is a sample HTML block that will embed this page:
<iframe src="https://help.brick.do/how-to-embed-a-brick-page-on-another-website-W83bbaEeYY4r"></iframe>
You can control the width and height, too:
<iframe src="https://help.brick.do/how-to-embed-a-brick-page-on-another-website-W83bbaEeYY4r" width="100%" height="800px"></iframe>