Anyone know how I can embed a forum into my website? Its not weekly, its built with iWeb so all I need is the embed HTML code.
Offline
jji7skyline wrote:
Anyone know how I can embed a forum into my website? Its not weekly, its built with iWeb so all I need is the embed HTML code.
Which forum type, Punbb, Fluxbb, forumify, or forumotion?
Offline
forumotion is phpbb, by the way. forumify is fluxbb, by the way.
Apparently you're supposed to use an iframe?
So first you make the fora, then you make an iframe for the fora.
It's all the same, because you're just going to have to iframe it.
I suggest you make a phpbb forums. if you don't want ads, make like a free web hosting account (without ads, like zymic or something) put the fora on there and then iframe it.
Another thing you can do is just link to it...
This is the HTML code for iframes, in case you're wondering:
<iframe width="XXX" height="XXX" frameborder="10" src="URL_to_your_file_location/file_name" allowTransparency="true" more attributes> alternative content for browsers which do not support iframe
</iframe>
If you want it basic, just do:
<iframe width="XXX" height="XXX" frameborder="10" src="URL_to_your_file_location/file_name" allowTransparency="true">
</iframe>
Offline
kayybee wrote:
forumotion is phpbb, by the way. forumify is fluxbb, by the way.
Apparently you're supposed to use an iframe?
So first you make the fora, then you make an iframe for the fora.
It's all the same, because you're just going to have to iframe it.
I suggest you make a phpbb forums. if you don't want ads, make like a free web hosting account (without ads, like zymic or something) put the fora on there and then iframe it.
Another thing you can do is just link to it...
This is the HTML code for iframes, in case you're wondering:
<iframe width="XXX" height="XXX" frameborder="10" src="URL_to_your_file_location/file_name" allowTransparency="true" more attributes> alternative content for browsers which do not support iframe
</iframe>
If you want it basic, just do:
<iframe width="XXX" height="XXX" frameborder="10" src="URL_to_your_file_location/file_name" allowTransparency="true">
</iframe>
Thanks! That's just what I needed!
Offline
kayybee wrote:
Oh by the way, its weebly, not weekly. Or did the auto-correct on Lion/iOS 4 get to you like it did to me on my iPod?
Where did you/I write weekly/weekly?
Offline