Community Forum for https://www.freeislamictemplates.com/
Islamic Finder HTML Widgets - Prayers, Calendars
-
Islamic Finder Widgets
They provide multiple widgets at https://www.islamicfinder.org/widgets/. You can customize them + copy the generated embed snippets. I've used their XMLs in the past and parsed the HTML.
Example Prayer Times widget generated for Mecca:
<iframe id="iframe" title="prayerWidget" class="widget-m-top" style=" height: 358px; border: 1px solid #ddd;" scrolling="no" src="https://www.islamicfinder.org/prayer-widget/46541428/shafi/4/0/18.5/10" > </iframe>
The
src
contains the widget endpoint + parameters - you can parse the HTML if you prefer to generate your own HTML.