google calendar help
-
I have embedded the google calendar into my blog. The problem is when I click on the calendar heading I get the embedded code. What did I miss. The page is msvickars.wordpress.com thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there. Did you paste the embed code in the visual editor or in the text editor? You have to paste it in the text editor, otherwise it won’t work. http://en.support.wordpress.com/google-calendar/
If you did paste it in the text editor and it still won’t work, please paste the full embed code here and we’ll help you check if there’s a mistake there. Paste the code between code-tags (click the code button in the toolbar or type a backtick, paste the code, and click the code button/backtick again).
-
src="https://www.google.com/calendar/embed?height=400&wkst=1&bgcolor=%23FFFFFF&src=svickars2%40gmail.com&color=%232952A3&ctz=America%2FVancouver" style=" border-width:0 " width="600" height="400" frameborder="0" scrolling="It is in the text editor. Thanks for your help. My knowledge of code is
zero :) -
-
It appears you did not copy the entire embed code – there are parts missing at the beginning and end preventing it from turning into the shortcode when you update. Delete that code from the text editor and replace with this:
<iframe src="https://www.google.com/calendar/embed?height=400&wkst=1&bgcolor=%23FFFFFF&src=svickars2%40gmail.com&color=%232952A3&ctz=America%2FVancouver" style=" border-width:0 " width="600" height="400" frameborder="0" scrolling="no"></iframe>Then click on Update. You’ll notice once you do that the code will change from the iframe code here to one that starts with googleapps. The code will appear in both visual and text editor, but on the actual page the calendar should appear.
Also make sure that any entries on the calendar which you want others to see are set to public.
-
-
- The topic ‘google calendar help’ is closed to new replies.