Adding PHP Chat
-
I’m trying to get ShoutCloud to work with my site.
Now the instructions say that I have to do add this to my page
<?php session_start(); ?> <?php include('shoutcloud.php'); ?> <link type="text/css" rel="stylesheet" href="shoutcloud/ShoutCloud-min.css" media="screen"> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript" src="shoutcloud/ShoutCloud-min.js"></script>
I used this plugin to try to add it but it doesn’t work. Any help?
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Adding PHP Chat’ is closed to new replies.