Create A Forum - Support Forums

Support => General Support => Topic started by: thesmldiet on November 05, 2012, 12:08:44 pm

Title: how do i embed my forum onto my website.
Post by: thesmldiet on November 05, 2012, 12:08:44 pm
Hey all.
am new to al this so please bear with me if covered elsewhere.
I'd like to know how i can embed my forum into my website if at all possible?
at the moment, i am using a link that is on my page but i feel this may be putting people off coming to my forum.
Please can anyone shed any light on this matter?
thanks
ally
Title: Re: how do i embed my forum onto my website.
Post by: aIURbliS on November 05, 2012, 02:21:58 pm
Try this:
Code: [Select]
<iframe src="FORUM URL"></iframe>If the height or width is too big, you specify it like this:
Code: [Select]
<iframe src="FORUM URL" height="HEIGHT" width="WIDTH"></iframe>
Title: Re: how do i embed my forum onto my website.
Post by: thesmldiet on November 05, 2012, 04:14:01 pm
hi. thanks for oyur advice. however, it hasn't worked for me :-(
when i added that link as an html fragment, i then added that fragment to a blank page and looked at it in preview before i published and it just looked like a small box of my homepage.
helpppp
Title: Re: how do i embed my forum onto my website.
Post by: aIURbliS on November 05, 2012, 10:51:48 pm
Can I see the code that you used?