Embedding An Outside Calendar On A Xenforo Page? Possible?

Deepmartini

Well-known member
I am not a programmer so not sure if this could be done, but I'd like to create a page and have it be under a navigation tab called "events". Then on that page, I would like to embed a Trumba calendar. The tab would be accessible to members only.

Is this technically possible? Can I embed widget codes on a Xenforo page?

Here is some background about Trumba calendars here:

http://www.trumba.com/connect/knowledgecenter/webinar_blank.aspx

Xenforo doesn't have a built in calendar so I am looking at a few other options.
 
In the node tree, I created a page. In the edit page, under page options and template html, I just added my google calendar embed code.

So I have this,
Code:
<iframe src="https://www.google.com/calendar/b/0/embed?showTitle=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;showTz=0&amp;height=700&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=mnsubaru.com_6iehg7h2hfi0ir8hkbq1p3fu2c%40group.calendar.google.com&amp;color=%23853104&amp;src=mnsubaru.com_sigfv81bjiml31duit9bvhcmk0%40group.calendar.google.com&amp;color=%23060D5E&amp;src=mnsubaru.com_r0blioqjhpj5n9mkfemm83qjko%40group.calendar.google.com&amp;color=%235C1158&amp;src=en.usa%23holiday%40group.v.calendar.google.com&amp;color=%234A716C&amp;ctz=America%2FChicago" style=" border-width:0 " width="1200" height="700" frameborder="0" scrolling="no"></iframe>

Then I used Floris's extra tabs add-on to create a tab for the calendar page.

Russ
 
Top Bottom