|
Support Center > Forum > General > Using your own domain name Product Pages: Website Forum Hosting, Website Forum Hosting Pricing, Website Forum Hosting Features, Website Forum Hosting Examples Using your own domain nameYou can use your own domain name with your forum through one of the following options:
Using a subdomain You can access your forum using your own domain name by creating a subdomain which points to Website Toolbox. Setup http://forums.your_domain.com/:
You can fully integrate your forum with your website by customizing your forum to match your website layout and integrating your website login process.
Purchasing a managed domain Using a subdomain is the best way to remove the websitetoolbox.com domain name from the URL, but it is also the most advanced and complicated way. Therefore, customers wanting a simpler solution can purchase a managed forum domain name from Website Toolbox for as little as $24.95 per year. You will not need any technical knowledge regarding domain names, DNS, web forwarding, or HTML. Your purchased domain name will be completely setup and managed by Website Toolbox. Your domain name will point directly to your forum. For example, if you purchase mysiteforums.com, mysiteforums.com would directly load your forum. More information regarding this option is available in your Website Toolbox account.
Using an HTML frame It is also possible to use an HTML frame that covers 100% of the screen to hide the Website Toolbox URL. Click here to view the HTML code for this method. Note: The URL in the browser's address bar will not change when users click a link on your forum. Also, the Website Toolbox URL will still be used in emails sent out by the system.
Using web forwarding You can purchase a separate domain name for your forum and then use web forwarding to point the domain name directly to your forum. Please click here for more information. Note: The Website Toolbox URL will still be used in emails sent out by the system.
Using an iframe You can use the iframe HTML tag to embed your forum into your website. The iframe tag creates an inline frame or basically a frame within the page.
Here is an example of a forum using this method:
Here is the HTML code: <iframe src="FORUM URL" width="95%" height="600"></iframe> Note: The URL in the browser's address bar will not change when users click a link on your forum. Also, the Website Toolbox URL will still be used in emails sent out by the system.
|