Loading...
 
Add free Webride forums to your website
Enrich your web pages with powerful and context-driven discussion forums. No need to install complicated and unsecure bulletin board software anymore. You copy & paste some code into the HTML of your web pages. We care for all the rest: delivering the forum pages, watching for SPAM, upgrading to new versions. And if you want, we will hand over full moderation control to yourself. Good to know that all of this comes free of charge.


Webride Insite: Embedded forums
Seemlessly embed a Webride forum into your site layout by pasting this code into the HTML of your web pages:
<!-- (c) 2006 Webride.org; v0.8 -->

<!-- place the next two lines of code into the <head> area of your HTML -->
<link type="text/css" rel="stylesheet" href="http://webride.org/inline/inline.css"></link>
<script type="text/javascript" src="http://webride.org/inline/inline.js"></script>

<!-- place wherever your forum should appear. adjust <your-url> -->
<div id="wr-lw"></div><script type="text/javascript">WR.Inline.embed('<your-url>');</script>
Please replace <your-url> with the URL of the web page you paste this code into. Do this manually or automatically for every distinct web page, using a scripting language like PHP.

On your web page, it should look and work like this:


If you are technically skilled, you can tweak the style, by overwriting the css.


Webride Splitscreen: Framed forums
Even easier than the above solution: paste the following small piece of code somewhere into the HTML of the pages that should get discussable. There is no need to adjust anything at all.
<!-- (c) 2006 Webride.org; v0.8 -->

<img src="http://webride.org/shared/img/webride.gif" alt="" />
<a href="http://webride.org/discuss/split.php">Click to discuss this web page!</a>
On your web page, it should look and work like this: Click to discuss this web page!.