Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Navigate to your Google Doc from your Google Drive.

  2. Click “File” > “Share” > “Publish to Web” for Sheets, “File” > “Publish to Web” for Docs.

    Image RemovedImage Added
  3. Click “Embed”.

  4. Click “Publish”.

  5. Click “OK” to confirm.

  6. Copy the code.

  7. Navigate to your myClubhouse site and the CMS page you want to add the Google Doc to.

  8. Edit the page.

    Image RemovedImage Added
  9. Insert a new block or component.

  10. Click “Markdown”.

    Image RemovedImage Added
  11. Paste in the code.

  12. Save the page as a draft.

  13. The Google Doc will likely not look correct on the page so now we need to tweak the styling.

  14. Edit the page.

    Image RemovedImage Added
  15. Edit the block.

  16. Click “Edit Markdown”.

    Image RemovedImage Added
  17. Within the iframe tag, add “style=”width:100%; height: 100%;” after “<iframe”, but before “src”.

  18. Within the figure tag, add “style=”width:100%; height: 550px;” after <figure” but before “>”. You can replace 550px with a value of your choosing.

  19. Save the page as a draft.

  20. If you are happy with the styling, publish the page. If not, adjust the height in the figure tag to a size that works for your page. This may take a few attempts.

...

  1. Navigate to Google Maps.

  2. Find the location, likely your club.

  3. Click “Share”.

  4. Click “Embed a map”.

  5. Click “COPY HTML”.

  6. Navigate to your myClubhouse site and the CMS page you want to add the Google Map to.

  7. Edit the page.

    Image RemovedImage Added
  8. Insert a new block or component.

  9. Click “Markdown”.

    Image RemovedImage Added
  10. Paste in the code.

  11. Save the page as a draft.

  12. If the styling is not right, you can change the height and width options within the code, similar to the Google Doc example above.

  13. Once happy with the Map, publish the page.

...