• how do you add a chatterbox (flooble, for example) on the sidebar?

    i know that users could use the “comments feature” of wp but the readers of my blog would rather leave comments on a chatterbox .

    im really new to this. thanks for any help you could give me =D

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your index.php template, add the chatterbox code within the <div id=”menu”> section.

    In addition to Chet comment, tagboard or chatterbox are normally embeded in iframe tag. So your code would look something like this:

    <div id=”menu”>

    <iframe src=”tagboard/tagboard.php” width=”99%” height=”300″ frameborder=”0″ scrolling=”auto” name=”tagboard” style=”overflow-y: scroll; overflow-x: auto;”></iframe>

    </div>

    Depends on your tagboard script, it might also be a good idea to use php include instead of dropping all codes in your index file.

    how to use php include, since my shoutbox’s scroller isn’t working on WP. any idea?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘chatterbox in sidebar’ is closed to new replies.