YapLoud

YapLoud.com will launch tonight at midnight.

http://www.yaploud.com/

I will enable the index.php to make it live at exactly 12MN PDT. I hope I don’t doze off.

YapLoud is a web-based chat application where people can chat about any webpage. It’s like an IRC (Internet Relay Chat) with multiple chat rooms but each chat-room is associated to a specific webpage on the Internet.

This is written in PHP with MySQL as the database. I’m using YUI toolkit for AJAX functionalities.

3 thoughts on “YapLoud

  1. Visit this page to learn how to embed a yaplet:
    http://www.yaploud.com/chat/embed_code.php

    If you only want to create an href link that will open up a chat window, embed the html code below:

    <!-- START EMBEDDED YAPLINK CODE -->
    <div id="yaploud_yaplink"></div>
    
    <style>
        // Optional: set css style for the yaplink
        #yaplink_href_id {
        }
        .yaplink_href_class {
        }
    </style>
    
    <script type="text/javascript">
        var yaplink_name = "Chat";
    </script>
    
    <script type="text/javascript" 
        src="http://www.yaploud.com/chat/generate_yaplet_link.js">
    </script>
    <!-- END EMBEDDED YAPLINK CODE -->
    

    The value of the “yaplink_name” variable will show up as a link. In this case, a text named “Chat”. If you want an image link, simply replace the value with an img-src tag string.

    Hope this helps.

    -Alvin

Leave a comment