|
Add YumaCalendar.org to YOUR Web Site
We offer three ways to automatically display our events on your Web site. With any of these options, all you have to do is set up the feature one time and any changes to our database listings will automatically display on your site without any effort on your part!
Option 1 - Dynamic Image - Basic
For this method, all you have to do is copy and paste this standard image tag where you would like it to display on your own Web site. You may select from either the short or tall version.
144x210 GIF

|
<IMG SRC="http://yumacalendar.org/art/dynamic/144x210.gif" WIDTH="144" HEIGHT="210"> |
|
144x472 GIF

|
<IMG SRC="http://yumacalendar.org/art/dynamic/144x472.gif" WIDTH="144" HEIGHT="472"> |
|
Option 2 - IFRAMES - Intermediate
Event information is available without our sites navigation from the following URL:
http://www.yumacalendar.org/show_calendar.html
Sample Code to include a 550 pixel tall copy of upcoming events as wide as the current page:
<IFRAME SRC="http://www.yumacalendar.org/show_calendar.html"
WIDTH="100%" height="550" frameborder=0>
Visit <A HREF="http://www.yumacalendar.org">YumaCalendar.org</A>
for event information!</IFRAME>
|
By default this will give the same event view as our homepage showing the next 10 upcoming events.
Click here for more advanced configuration options.
Option 3 - iCal Export - Advanced
Our third option gives developers complete control over how and where the calendar data is displayed on your site. Any existing calendar software able to parse a standard iCal file can be used with this link:
http://www.yumacalendar.org/calendar/export.html.
One third party software option for doing this is: PHP iCalendar.
You may also use that link with any personal computer calendar software that supports the iCal format. Most applications allow you to simply click on the link or you may have to copy and past the address into a "subscribe" option.
|