Inserting Govido into existing website or WordPress blog
-
Method 1, iframe:
<iframe id="JabberCam_i" name="JabberCam" src="http://www.jabbercam.com/JabberCam.swf" frameborder="0" width="670" height="469" resizable="false"></iframe>
Method 2, embed:
<object id="JabberCam" width="670" height="469"><param name="movie" value="http://www.jabbercam.com/JabberCam.swf" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> <param name="quality" value="high"> <param name="bgcolor" value="#3B5997"> <param name="scale" value="noscale"> <param name="allowFullScreen" value="true"> <param name="allowscriptaccess" value="always"> <param name="base" value="http://www.jabbercam.com/"> <param name="wmode" value="transparent"> <embed name="JabberCam" src="http://www.jabbercam.com/JabberCam.swf" loop="false" quality="high" play="true" bgcolor="#3B5997" width="670" height="469" align="middle" scale="noscale" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" base="http://www.jabbercam.com/" allowscriptaccess="always" allowfullscreen="true"></object> ```* the first DIV (id="center") is optional, to center the frame. Width and Height should be adjusted.
-
Sorry my dumb question, but where i have to insert this code in Wordpress.
Secondly, i have to change something to show my jabbercam not yours?
-
Just insert it to any page or post in HTML mode. To use your own software, change the URL in the script:
<iframe id="JabberCam_i" name="JabberCam" src="http://www.URL.com/JabberCam.swf" frameborder="0" width="670" height="469" resizable="false"></iframe>
-
If I want to create separate instances of Jabbercam - in what I'm calling 'rooms' in the same domain - can I use the same DB and startus key or do I need a separate DB and key for each embed?
Thanks!
-
If you're trying to create rooms, use different databases. Using the same db, will connect all users from all rooms to each-other. The cirrus key should be the same (doesn't matter).