Help - Search - Members - Calendar
Full Version: County Calendar
Essex Scouts Forums > Support > Tech Talk
Gabbo
Hi, I was wondering if we are able to embed the county calendar into our own scout websites? If is can you provide some help on how best to do this.
Phil Unwin
QUOTE (Gabbo @ May 14 2008, 01:09 PM) *
Hi, I was wondering if we are able to embed the county calendar into our own scout websites? If is can you provide some help on how best to do this.


Hi Gabbo

A while back our tech team did write a piece of code that would do this. Hopefully one of the tech team will give you a better reply shortly. It is also possible to have the view filtered down and open in a frame - Colchester Estuary are doing this at the moment, see http://www.colchesterestuarydistrictscouts.com/
Jules
The code you need is shown below... basically you put the code in your html web page. To personalise it to your district visit a page such as this select the filters you wish and replace the stuff after the question mark in the code below with the stuff after the ? in your address bar.
If you get into difficulties say what you want and we can give you the exact code smile.gif


CODE
<div class="iframe">
<iframe  name="ifrm" id="ifrm" src="http://www.essexscouts.org.uk/calendar/districtcalendar.php?optv=y&optb=y&opta=y&view=a&s%5B%5D=b&s%5B%5D=c&s%5B%5D=s&s%5B%5D=e&s%5B%5D=n&n=N&s%5B%5D=f&s%5B%5D=a&e%5B%5D=a&e%5B%5D=t&e%5B%5D=m&e%5B%5D=o&ce=y&d=A&t=A&c=A"  width="800" height="600" scrolling="yes" frameborder="0">Sorry, your  browser doesn't support iframes.</iframe>
</div>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.