Embed in Web Page

74 views
Skip to first unread message

Gertrude Magginty

unread,
Dec 30, 2013, 3:18:47 PM12/30/13
to plansc...@googlegroups.com
Does anyone know how to embed a calendar in a website page?

Thanks.

Tim Howard

unread,
Dec 30, 2013, 5:04:33 PM12/30/13
to plansc...@googlegroups.com
<iframe src="//www.domain.com/pathtodirectory/plans.cgi" style="
border:solid 2px #0000ff " width="700" height="900" frameborder="0"
scrolling="yes"></iframe>


change to suit your needs


At 12:18 PM 12/30/2013, you wrote:
>Does anyone know how to embed a calendar in a website page?
>
>Thanks.
>
>--
>You received this message because you are subscribed to the Google
>Groups "planscalendar" group.
>To unsubscribe from this group and stop receiving emails from it,
>send an email to planscalenda...@googlegroups.com.
>To post to this group, send email to plansc...@googlegroups.com.
>Visit this group at
><http://groups.google.com/group/planscalendar>http://groups.google.com/group/planscalendar.
>For more options, visit
><https://groups.google.com/groups/opt_out>https://groups.google.com/groups/opt_out.

Gertrude Magginty

unread,
Dec 30, 2013, 6:28:57 PM12/30/13
to plansc...@googlegroups.com
Thank you, but that just puts the whole administrative page in the web page.  I just want the current calendar.

Kevin

unread,
Dec 30, 2013, 8:48:28 PM12/30/13
to plansc...@googlegroups.com
Plans sets a cookie that remembers where you were and what you were doing the last time you viewed your calendar. Likely you were looking at the "administrative" page. Go back to your calendar. Open the current month. Close tab/window/browser you are using to view the calendar. Now try viewing it in the iframe again.

Kevin

Gertrude Magginty

unread,
Dec 31, 2013, 11:58:05 AM12/31/13
to plansc...@googlegroups.com
I just get an error that states:

Not Found

The requested URL /www.mydomain.org/plans/plans.cgi was not found on this server.

What do you think is wrong?

MarkK

unread,
Jan 1, 2014, 12:39:07 AM1/1/14
to plansc...@googlegroups.com
Is your Plans installation in the {root}/plans folder on your site?  Is it actually "plans" on the server, or maybe "Plans"?  If it is not a Windows based web server, than upper/lower case DOES make a difference, meaning "plans" and "Plans" would be two completely separate folders.

Mark K

Kevin

unread,
Mar 7, 2014, 12:56:38 PM3/7/14
to plansc...@googlegroups.com
I just now saw the error. Maybe it will help the OP or another person. Code should be:
<iframe src="http://www.domain.com/pathtodirectory/plans.cgi" style="border:solid 2px #0000ff " width="700" height="900" frameborder="0" scrolling="yes"></iframe>

You must have the http:// in front of the URL unless using a relative path as in:
<iframe src="/pathtodirectory/plans.cgi" style="border:solid 2px #0000ff " width="700" height="900" frameborder="0" scrolling="yes"></iframe>
Reply all
Reply to author
Forward
0 new messages