Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are the steps you need in order to embed the small calendar

  1. Download smallcal.zip here.zip, extract the smallcal folder and place it in your root directory
  2. Extract the JavaScript files in “smallcal/scripts” and place them in your JavaScript folder.
    If your JavaScript folder is not named ‘javascript’ then change the folder name in smallcal.php (lines 94, 95, 96, and 97) to the name of your javascipt folder
  3. Extract the CSS files in “smallcal/styles” and place them in your CSS folder.
    If your CSS folder is not named “styles” then change the folder name in smallcal.php (lines 92 and 93 ) to the name of your CSS folder
  4. Go to http://events.uconn.edu/subscribe, select “RSS Feed” and add the calendars you wish to display.
    Then click “Create Feed”, copy the link provided, and replace the link assigned to the variable “$RSS_LINK” in smallcal.php (line 27)
  5. Insert Small Calendar into your webpage using the iframe provided below.
    Replace PATH with the actual path of your smallcal.php file (relative to your webpage).
    <iframe id="i_small" src="PATH" width="600" height="800" frameborder="0" allowtransparency="true"></iframe>

...