embeding stream onto wordpress page

Status
Not open for further replies.

Scoop531

Member
Premium Subscriber
Joined
Nov 17, 2014
Messages
63
Location
Kennett square pa
I'm setting up a personal webpage and would like to use a feed (already have permission and api key)

but if anyone has ever dealt with wordpress they don't let you use iframe codes. Has anyone used wordpress and what plugin or code did you use with your feed.
 
Joined
Dec 18, 2012
Messages
40
Depending on the theme you select, you can go to Appearance > Widgets > Custom HTML and past the iframe in there. I was able to successfully get it to show up this way.
 
Joined
Dec 18, 2012
Messages
40
can you send me the code you used

I'm not sure which code you're referring to. As far as the iframe code, I used the one provided by broadcastify. You'll need to change the key=xxxxxxx and the feedId=xxxxx for your stream.

Code:
<iframe width="325px" height="245px" src="http://api.broadcastify.com/embed/player/?key=xxxxxxx&feedId=xxxxx&stats=1&as=1&bg=000000&fg=FFFFFF">Your browser does not support iFrames.</iframe>
 
Status
Not open for further replies.
Top