Add Shabbat times to Lovable
AI site builder, increasingly used for quick community pages.
Steps
- Ask it to add a raw HTML embed, giving it the snippet verbatim.
- If it wraps the snippet in a React component, tell it to append the script element in a useEffect instead.
- Publish and check the live URL.
What usually goes wrong
These builders often 'helpfully' rewrite the snippet into JSX, which stops the script from executing. Ask for the script to be appended at runtime.
Your code
<script src="https://luachli.com/widget.js" data-city="us/new-york-city" data-country="US" data-lang="en"></script>Preview
That is the widget itself, running here — not a screenshot.