For publishers & bloggers

Embed a Free Birth Chart Calculator

Add a fully functional birth chart calculator to any website or blog — free, no signup required. Paste one line of HTML and you're done. Visitors get their Sun, Moon, and Rising sign instantly.

What it does

  • Calculates Sun, Moon, and Rising sign from birth date, time, and city
  • Shows a one-line interpretation for each placement
  • Links visitors to a full free chart at Birth Chart Library
  • Works on any site — WordPress, Squarespace, Wix, custom HTML
  • No signup, no API key, no cost

Light theme

For white or light-background sites

<iframe
  src="https://birthchartlibrary.com/embed/birth-chart"
  width="100%"
  height="480"
  frameborder="0"
  style="border:none;border-radius:12px;max-width:480px;"
  title="Free Birth Chart Calculator"
></iframe>

Dark theme

For dark-background sites

<iframe
  src="https://birthchartlibrary.com/embed/birth-chart?theme=dark"
  width="100%"
  height="480"
  frameborder="0"
  style="border:none;border-radius:12px;max-width:480px;"
  title="Free Birth Chart Calculator"
></iframe>