Created
February 13, 2015 15:10
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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