Embeddable prayer times

Two options: a simple iframe, or a few lines of JavaScript that paint a compact timetable into a div.

Iframe

Replace london with any city slug (for example new-york, dubai).

<iframe src="https://prayertimetoday.net/embed/london/" title="Prayer times" width="100%" height="220" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>

JavaScript snippet

<div id="ptt-widget" data-place="london"></div>
<script src="https://prayertimetoday.net/assets/js/widget.js" defer></script>

The script requests /feed/times/?place=… and writes a small definition list. Style it with your own CSS; the markup uses the class ptt-mini.

Preview