Skip to content

clonegarden/squarespaceplugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

537 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squarespaceplugins

Squarespace Plugins by Anavo Tech

Professional, production-ready plugins for Squarespace 7.0 & 7.1 websites.

jsDelivr hits License:  Commercial Squarespace


🎨 Available Plugins

Header Pro

Squarekicker-inspired header enhancement — centered layout, sticky/auto-hide, CTA button, dropdown modes (list/mega), glassy blur, animated blue-line glow, and glitch effect. Non-destructive: skins the native header without replacing it.

Install (Settings → Advanced → Code Injection → Footer):

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/header-pro/header-pro.min.js"></script>

Presets:

<!-- Frosted glass + animated glow + CTA -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/header-pro/header-pro.min.js?preset=glassy&ctaEnabled=true&ctaText=Get+Started&ctaUrl=/contact"></script>

<!-- Dark tech + glitch hover + outline CTA -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/header-pro/header-pro.min.js?preset=tech&ctaEnabled=true&ctaText=Book+a+Call&ctaUrl=/book"></script>

📖 Documentation | 🎬 Live Demo | 📋 Changelog


Mega Menu

Full-width mega menu dropdown that steals a Squarespace section and transforms it into a nav-triggered panel. Supports hover/click triggers, 5 animation modes, and 4 presets. v1.0.0

Install (Settings → Advanced → Code Injection → Footer):

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/mega-menu/mega-menu.min.js?sectionId=YOUR_ID&triggerLabel=Services"></script>

📖 Documentation | 📋 Changelog


Testimonial Carousel Slider

Polished testimonial carousel with smooth transitions, keyboard navigation, star ratings, and responsive design. Auto-inserts into any section with a "Testimonials" heading.

Install (Settings → Advanced → Code Injection → Footer):

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/testimonial-carousel-slider/testimonial-carousel-slider.min.js"></script>

📖 Documentation | 🎬 Live Demo | 📋 Changelog


Timeline

Animated timeline widget with vertical, horizontal, and alternate (zigzag) layouts. Scroll-synced line draw with glow effect, dot reveal animations, and fully parameter-driven styling. Auto-detects <div id="timeline"> or any section with an <h1>Timeline</h1>. v1.0.0

Install (Settings → Advanced → Code Injection → Footer):

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/timeline/timeline.min.js"></script>

Layout examples:

<!-- Zigzag / alternate -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/timeline/timeline.min.js?layout=alternate&preset=elegant"></script>

<!-- Horizontal scrollable row -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/timeline/timeline.min.js?layout=horizontal&preset=dark"></script>

📖 Documentation | 🎬 Live Demo | 📋 Changelog


Tabbed Content

Transforms Squarespace lists into a tabbed file-organizer layout with image + content panels. Auto-extracts from Summary Blocks, List Sections, or custom HTML.

Install (Settings → Advanced → Code Injection → Footer):

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/tabbed-content/tabbed-content.min.js?sectionIndex=2"></script>

📖 Documentation | 🎬 Live Demo | 📋 Changelog


ASCII Animation

Animated rotating text circles with explosion and rain effects.

Install:

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/ascii-animation/ascii-animation.min.js?characters=ANAVOTECH"></script>

📖 Documentation


Quotation Builder

Interactive quotation calculator for service-based businesses.

Install:

<div id="quotemachine"></div>
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/quotation-builder/quotation-builder.min.js"></script>

📖 Documentation | 🎬 Live Demo


Space Invaders Game

Interactive Space Invaders game for tech portfolios and gamified experiences.

Install:

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/space-invaders/space-invaders.min.js"></script>

📖 Documentation | 🎮 Live Demo


Animated Sticky Header

Menu sticky que inicia no footer e sobe smooth para o topo ao rolar. v2.0.0 - Reescrito!

Install:

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/animated-header/animated-header.min.js"></script>

Presets:

<!-- Glass Morphism (transparente com blur) -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/animated-header/animated-header.min.js?bgColor=transparent&bgEffect=blur&fontColor=FFFFFF&showBorder=true&borderColor=FFFFFF&borderWidth=1"></script>

<!-- Header preto sólido com fonte customizada -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/animated-header/animated-header.min.js?bgColor=000000&fontColor=FFFFFF&fontSize=18&fontFamily=Montserrat"></script>

<!-- Header branco com borda dupla -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/animated-header/animated-header.min.js?bgColor=FFFFFF&fontColor=000000&showBorder=true&borderPosition=both&borderColor=CCCCCC&borderWidth=1"></script>

<!-- Semi-transparente overlay -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/animated-header/animated-header.min.js?bgColor=rgba(0,0,0,0.9)&fontColor=FFFFFF&showBorder=true&borderColor=FFFFFF&borderWidth=2"></script>

📖 Documentation | 🎬 Demo

v2.0.0 New Features:

  • ✨ Font family customizável (fontFamily)
  • ✨ Background modes (sólido, transparente, blur via bgEffect)
  • ✨ Bordas customizáveis (showBorder, borderPosition, borderWidth, borderColor)
  • ✅ 100% compatível com todos os temas

Expanded Menu

Full-width expanded navigation menu for Squarespace, replacing the native header with a custom multi-column layout. Supports mobile wrap, custom spacing, and full color/font control. v2.1.5

Install:

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/expanded-menu/expanded-menu.min.js"></script>

📖 Documentation | 📋 Changelog


Floating Header

A floating header that begins at the bottom of the page and smoothly slides to the top on scroll. Universal Squarespace 7.0 & 7.1 compatibility. v1.0.8

Install:

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/floating-header/floating-header.min.js"></script>

📖 Documentation | 📋 Changelog


Photo Grid

Dynamic photo grid/masonry layout for Squarespace image galleries. Fully responsive with configurable columns and spacing. v1.3.0

Install:

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/photo-grid/photogrid.min.js"></script>

📖 Documentation | 📋 Changelog


Logo Reaper

Animated continuous logo marquee with stamp and particle explosion effects. Logos enter from the right, receive a random stamp, then "die" into a pile in the left corner. v1.2.0

Install:

<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/logo-reaper/logo-reaper.min.js?logos=...&height=220"></script>

📖 Documentation | 📋 Changelog


🔐 Licensing

These plugins are commercially licensed and require activation.

For Customers

  1. Purchase a plugin license at Anavo Tech
  2. Register your Squarespace domain
  3. Install using the provided code snippet
  4. Activate automatically on first load

How Licensing Works

Plugins verify your domain against our license server:

  • ✅ Licensed domains: Full functionality
  • ❌ Unlicensed domains: Watermark + limited features
  • 🔧 Development: Works on localhost/staging

Privacy: We only check domain authorization. No user data is collected.


📦 Installation

Quick Start

All plugins follow the same pattern:

<!-- 1. Add target div -->
<div id="plugin-container"></div>

<!-- 2. Load plugin from CDN -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/[plugin-name]/[plugin-name].min.js"></script>

Version Pinning (Recommended for Production)

<!-- Use specific version for stability -->
<script src="https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@v1.0.0/quotation-builder/quotation-builder.min.js"></script>

Customization

Add parameters to the script URL:

<script src="... plugin-name.min.js?bgColor=ffffff&activeColor=2563eb&sectionBorder=false"></script>

See individual plugin documentation for available parameters.


🛠️ For Developers

Repository Structure

/plugin-name/
  ├── plugin-name.js          ← Source code
  ├── plugin-name.min.js      ← Minified (production)
  ├── README.md               ← Plugin documentation
  ├── CHANGELOG.md            ← Version history
  └── examples/               ← Usage examples

Building from Source

# Clone repository
git clone https://github.com/clonegarden/squarespaceplugins.git
cd squarespaceplugins

# Install dependencies
npm install

# Build all plugins
npm run build

# Build specific plugin
npm run build:quotation-builder

# Watch for changes
npm run dev

Creating a New Plugin

# Use our plugin template
npm run create-plugin my-new-plugin

See Plugin Development Guide for details.


🌐 CDN Usage

jsDelivr (Recommended)

Latest version:

https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@latest/[plugin]/[plugin].min.js

Specific version:

https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@v1.0.0/[plugin]/[plugin].min.js

Specific commit:

https://cdn.jsdelivr.net/gh/clonegarden/squarespaceplugins@[commit-hash]/[plugin]/[plugin].min.js

📊 Analytics & Stats

  • Total Downloads: View on jsDelivr
  • GitHub Stars: GitHub stars
  • Active Licenses: View in [Plugin Manager]

🆘 Support

Documentation

Get Help

Business Hours

  • Monday-Tuesday-Thursday-Friday: 9AM-5PM EST
  • Response time: Within 24 hours
  • Emergency support: Available for enterprise licenses

🔄 Updates & Changelog

Latest Release: v1.3.0 (2026-03-13)

Tabbed Content v1.3.0

  • ✨ True folder-tab architecture — wrapper is now transparent (background: transparent, overflow: visible), allowing tabs to cleanly overlap the content panel border
  • ✨ New contentBgColor parameter — explicit content panel background color, used for the active-tab border-masking trick
  • ✨ Active tab z-index layering — tablist (z-index: 2), active tab (z-index: 3), content panel (z-index: 1) — correct stacking order by default
  • ✨ Inactive tabs now have background: transparent — the page background shows through closed folder tabs
  • 🔧 sectionBorder default changed to false for all presets except minimal
  • 🔧 tabGap default changed from 8 to 6
  • ✅ Eliminates the need for !important CSS overrides in Squarespace — injected styles are architecturally correct by default

Recent Releases:

  • Photo Grid v1.3.0 — Enhanced masonry grid with configurable columns
  • Space Invaders v2.5.1 — Performance improvements and new game modes
  • Logo Reaper v1.2.0 — New stamp effects and improved particle system

View Full Changelog


🏢 About Anavo Tech

We create professional tools for creative businesses.


⚖️ License

Commercial License - See LICENSE.md

TL;DR:

  • ✅ Use on unlimited client projects (with license)
  • ✅ Modify for your needs
  • ✅ Distribute to your clients
  • ❌ Resell or redistribute as your own product
  • ❌ Remove licensing/attribution

For custom licensing or white-label options, contact: hello@anavo.tech


🙏 Credits

Built with ❤️ by the Anavo Tech team.

Technologies:

  • Vanilla JavaScript (ES6+)
  • CSS3 with CSS Variables
  • jsDelivr CDN
  • GitHub Actions (CI/CD)

Inspired by:

  • Squarekicker
  • Elfsight
  • POWR

Made for Squarespace • Built by Professionals • Licensed for Success

About

Squarespace Plugins by Anavo Tech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors