How can I embed my web cam player into my Wordpress site?
Here's how you'll embed the code into Wordpress with an iframe plugin:
First, install the "iframe" Wordpress plugin via Wordpress:
https://wordpress.org/plugins/iframe/
Once iframe is stalled you'll embed the web cam video by placing this shortcode into your Wordpress page or post:
[iframe src="https://player.brownrice.com/embed/[STREAMNAME]" width="970" height="550"]
Another way to embed an Iframe into your site is to use the code editor.
First, choose the page that you want to add your player to. On that page click the top right button with three dots. A menu will drop down where you can then click CODE EDITOR.
Finally paste in the iframe we provided you just after we set up your camera. The iFrame should look similar to this:
<iframe src="https://player.brownrice.com/embed/STREAMNAME height="100%" width="100%" allowfullscreen mozallowfullscreen></iframe>