Amen Prayer in iFrames.

When AmenPrayer is hosted in an iFrame we hide the navigation bar at the top that shows the logo and navigation chrome. This means a user will not be able to log in and will not be able to switch between prayers and praise reports. You can size and position your iframe anyway you want.

Here is a sample html code snippet:
<iframe style="border: 1px solid #d8e2e9; height:640px; width:480px" src="https://app.amenprayer.com/Prayer" ></iframe>

Here is a sample html code snippet that shows praise reports:
<iframe src="https://app.amenprayer.com/PrayerPrayer?isPraise=True" ></iframe>