Copy the spud code and paste it into the code for your own web page. Detailed steps
Note Pasting the code below gives you the main calendar spud in 3 Columns view. To switch between views, paste the code for the View Chooser spud above the code for this spud.
<html><head><title></title></head><body>
<div style="width:600px; padding:24px 25px; border:1px solid #000000; margin-bottom:20px;">
<script type="text/javascript" src="http://www.trumba.com/scripts/spuds.js"></script>
<script type="text/javascript">
$Trumba.addSpud({
webName: "trumbatribune",
spudType: "main" });
</script></div></body></html>