cre8Buzz > Business > Entrepreneurs > eristoddle > eristoddle's cre8Buzz Blog > Use an iframe in Crea8buzz to add widgets.
If you notice on my profile, I have a Grazr widget at the bottom of the page. The code Grazer gave me wouldn't work, so I used an iframe to put the widget in.
Here is the code:
<iframe src="http://yourwidgeturl.com" height="480" width="980" scrolling="no" frameborder="0"></iframe>
Everything should be pretty simple to understand. Replace the url with the url of your widget. Adjust the height and width to fit. Making scrolling and frameborder both equal to zero helps the iframe look like part of the page instead of a bolt on.
Recent Comments
eristoddle said (about 1 year ago)
I would think if you created a page on another site with just the code for the blogrush widget, you could then frame the page you just created and it will work. There is a way to make just about anything happen if you look at it long enough.
eristoddle said (about 1 year ago)
Thanks! I just had to do something similiar at my job. I kept beating my head against the wall until I found something that worked. I am not sure why cutting and pasting doesn't work for certain widgets, but I have noticed that most of the ones with issues are javascript based.
Please login to comment.


gainesvillehomes said (11 months ago)