The ePassportPhoto.com Widget

Following requests from many bloggers and site owners, it is now possible to embed the ePassportPhoto.com on any Web page.

Design

Our widget can easily be customized so that it fits nicely into your site. Our recommended design is:

Instructions

It's easy! If you want the exact same style as the above widget, simply copy the following line and paste it in your HTML:

<script type="text/javascript" src="http://www.epassportphoto.com/Scripts/Widget.js"></script>

If you want to customize the look and feel of the widget, use the following code instead:

<script type="text/javascript" src="http://www.epassportphoto.com/Scripts/WidgetCustom.js"></script>
<script type="text/javascript">
_eppWriteBegin();
// use document.write to add custom HTML here
_eppWriteCountryMenu('[optional CSS class name]');
// use document.write to add custom HTML here
_eppWritePhotoMenu('[optional CSS class name]');
// use document.write to add custom HTML here
_eppWriteButton('Get Your Passport Photos', '[optional CSS class name]');
// use document.write to add custom HTML here
_eppWriteEnd();
</script>