Keep Waiting.

App "In Review" Badge

Show the world how long your iPhone app has been "In Review"

www.nickology.com


» Quick Install (recommended)
» Custom Install (requires download but allows you to install the script on your server)

The row of badges above was generated with the following code (some tags have been removed to save space):
<HTML>
<HEAD>
	<script type="text/javascript" src="nickology_app_badge.js"></script>
</HEAD>
<BODY>
	<table align="center" cellpadding="0">
		<tr>
			<td><DIV ID="counter1"></DIV></td>
			<td><DIV ID="counter2"></DIV></td>
			<td><DIV ID="counter3"></DIV></td>
			<td><DIV ID="counter4"></DIV></td>
			<td><DIV ID="counter5"></DIV></td>
			<td><DIV ID="counter6"></DIV></td>
		</tr>
	</table>
	
	<script type="text/javascript">
		// Enable debugging info
		NJ_showDebugInfo();	// optional
		NJ_addBadge('counter1','20090607','','','');
		NJ_addBadge('counter2','20090731','','','');
		NJ_addBadge('counter3','20090720','','','');
		NJ_addBadge('counter4','20090810','','','');
		NJ_addBadge('counter5','20090801','20090810','1','http://www.google.com');
		NJ_addBadge('counter6','20090601','20090805','0','http://www.yahoo.com');
	</script>
</BODY>
</HTML>

Creative Commons License

App "In Review" Badge by Nicolas Jouannem is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.0 France License.
Based on a work at www.nickology.com.
Permissions beyond the scope of this license may be available at http://www.nickology.com/.