Summary of "How to do More with Google Sites and use Advanced embed features!"

Overview

This video tutorial (described as “flipped classroom tutorials”) demonstrates four advanced features you can add to new Google Sites by embedding external HTML/CSS/JS components—primarily using Bootstrap 3 plus custom code—since these features aren’t natively available in Google Sites.

Four advanced Google Sites features demonstrated

  1. Animated header (GIF)

    • Replace a static header with an uploaded animated GIF.
    • Recommendation: use something calm/peaceful and not distracting.
    • Goal: make the site header visually dynamic.
  2. Slideshow / carousel (Bootstrap 3 embedded)

    • Create a Bootstrap carousel based on W3Schools’ Bootstrap 3 tutorial/examples.
    • Key capabilities:
      • Auto-advance to the next image
      • Left/right controls
      • Indicator dots to jump to a slide
    • Example workflow:
      • Generate carousel HTML using W3Schools “Try it yourself”
      • Paste the code into Google Sites via Embed → embed code
      • Provide images using shareable Google Drive links
      • Convert Drive links by changing the URL to an export?view style format so images render correctly inside the external embed
      • Optionally remove indicator dots or navigation arrows by deleting corresponding parts of the code
      • Update image URLs and alt text
  3. Collapsible / fold (Bootstrap accordion)

    • Use a W3Schools Bootstrap collapsible/accordion example to create expand/collapse sections.
    • Important note: because it’s rendered via an iframe-like embed, the embed must have enough height/space so expanded content is visible.
    • Customization includes renaming accordion items (e.g., “item 1 / item 2 / item 3”).
  4. Material-style card UI (custom CSS + HTML)

    • Uses custom CSS/HTML rather than Bootstrap panels.
    • Includes:
      • Font customization (e.g., Roboto) via Google Fonts
      • Box-shadow styling with a stronger shadow on hover
      • Editable title/subtitle text sizing (e.g., heading sizes like header 1/2/3/4)
      • Image embedding using the same Google Drive export link trick
    • After insertion, a card preview is shown, followed by advice to resize/center it for readability.

Common workflow / setup (technology focus)

Guide/tutoring notes

Main speakers / sources

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video