Embedding a Buzz in a website (eg Wordpress, Weebly, Wix, Square)
To embed a buzz in a web page (eg Wordpress, Wix, Weebly or another webcontent management solution) it’s pretty easy using an iframe
. Just embed the html
code with a link to your buzzy page.
For example to link to https://buzzy.buzz/go/981cb15ab795b1c251e69d15 you’ll add iframe
code like:
<iframe src="https://buzzy.buzz/go/981cb15ab795b1c251e69d15/?leannav=true" width="100%" height="600px"></iframe>
Generally, you want the width
to be 100%
. Buzzy is “responsive” so it will adjust to the width automatically.
The height
should be a fixed number of pixels. Choose this to suit your specific buzz.
Note ?leannav=true
removes the Buzzy top navigation… you can add it back in by removing that take or changing it to ?leannav=false