Skip to content

Instantly share code, notes, and snippets.

@ccarrasc
Created February 13, 2015 15:10
Show Gist options
  • Save ccarrasc/0853151e477cf8bc32e3 to your computer and use it in GitHub Desktop.
Save ccarrasc/0853151e477cf8bc32e3 to your computer and use it in GitHub Desktop.
DoubleClick snippet for opening a URL with an in-app browser rather than Mobile Safari
<!-- ref: http://media.admob.com/api/v1/docs/ -->
<script type="text/javascript" src="http://media.admob.com/api/v1/google_mobile_app_ads.js"></script>
<a href="[%DEST_URL_ESC_ESC%]" onclick="admob.opener.openUrl('[%DEST_URL_ESC_ESC%]', false); return false;">
<img border="0" src="[%IMAGESRC%]" width="[%WIDTH%]" height="[%HEIGHT%]">
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment