Embedding a Calendar into WP – how to get around with the iframe filtering?
-
Hi. WP allow Google Calendar to be embedded via the iframe code which is turned into wp code. We have a Teamup Calendar (created from teamup.com) that is much more flexible to use than Google Calendar because it is not associated with a personal calendar. Many of our users have been asking how to embed it into WP. But embedding the iframe code to load the Teamup Calendar got filtered out. Any ideas how to get around with it? Our typical code looks like this: <iframe src=”http://teamup.com/ksf1a6ff6138ff6703″ frameborder=”0″ width=”100%” height=”95%”></iframe>. Thank you!
The blog I need help with is: (visible only to logged in users)
-
See http://en.support.wordpress.com/google-calendar/ If the iframe does not convert try the shortcode directly
-
Thanks tandava108. No, the iframe does not convert but simply disappears. Shortcode – do you mean like the converted WP code? Doesn’t work either.
-
-
Strange, I did put it in the text editor, as others reported. I assume you tried and worked – would you mind sharing the exact code? Thanks!
-
It’s the code in the link tandava gave you. It works for me, but Gcals can be fiddly. Try tinkering with the calendar itself. And make sure it’s public.
-
We might be talking about two different calendars
We have a Teamup Calendar (created from teamup.com)
-
Right, I meant Teamup Calendar, thanks auxclass. The basic code I meant is like this:
<iframe src=”http://teamup.com/ksf1a6ff6138ff6703″ frameborder=”0″ width=”100%” height=”95%”></iframe>
Google Calendar iframe got a special treatment – is it only for Google? -
Yes, google calendar does get special treatment. Sorry I did not pick up on that earlier.
-
I anticipate that your next question will be “can WordPress support teamupcalendar also?”. As “just another blogger” I have no idea what criteria WordPress use when deciding what features to introduce, but I would imagine that they would look at your usage figures and the number of users wanting the feature.
-
-
Found the following but it is for the installed WP:
http://wordpress.org/extend/plugins/advanced-iframe/ -
WordPress.ORG issues have nothing to do with WordPress.COM, as you have found out. Those instructions don’t work here. Don’t use them. Use the link tandava gave you: it works.
- The topic ‘Embedding a Calendar into WP – how to get around with the iframe filtering?’ is closed to new replies.