How to Find the Feed URL for a Google Calendar on WordPress
If you're visiting a WordPress page with an embedded Google Calendar, you can check out the feed URL for the Google Calendar -- that is, the URL for the calendar being used in the embed -- by viewing the WordPress page's source code. When you have this URL handy, you can create your own embedded Google Calendar using it, or you can simply view the Google Calendar as its own page by visiting the URL.
Instructions
-
-
1
Visit the WordPress site with the embedded Google Calendar you want the feed URL for.
-
2
Right-click an empty spot on the page and then click "View page source."
-
-
3
Scroll through the source code until you find a tag that begins with "<iframe>". Located between this tag and the </iframe> tag, there should be a URL that begins with "http://www.google.com/calendar/embed?". This is the Google Calendar feed URL. If you can't find the Google Calendar feed URL, it is likely in a different IFRAME section in the source.
-
1