I'd like to be able to save an iframe of a Google Calendar as a media item and then attach it to a resource. I haven't been able to get this working.
I saved the iframe code as a media item, selecting embedded code and choosing 'Other' I created a rsc and attached this media item to it. I'm either not referring to it correctly in the template or the item is not being stored properly. Can someone shed some light on how to do this. I apologize if this is a simple thing, but I just can't seem to figure this one out.
Much appreciation.
Jeff
Solved:
I was just getting confused on exactly how to save the media item and reference it in the template. I'm open to suggestions or comments for this solution.
I have a local dispatch that maps to something like this /calendars/[id]/[slug]
{calendar_details, ["calendar", id, slug], resource_page, [ {template, "calendar_details.tpl"}, {cat, calendar} ]},
Under Advanced for this page I changed the Page path to match my resource with something like this /calendars/388/building-project
In my calendars_details.tpl I referenced this media item by this
I know this seems simple and straight forward, but if anyone else is as challenged as I am, they may find this useful :)
Thanks for a great framework!
Jeff