html - "Link to App Store" widget for mobile website -


for past months have found several websites using kind of "widget".

if open website having widget iphone, display link (website related) iphone app. looks simple div containing appname, rating , link. widget "knows" whether have installed app or not.

this thing shown on top of page , looks same. there kind of widget/api offered apple or creator of links? have found nothing yet in web it...

thanks help!

you're looking "smart app banners".

http://developer.apple.com/library/ios/#documentation/appleapplications/reference/safariwebcontent/promotingappswithappbanners/promotingappswithappbanners.html

usage simple adding following meta tag web page's source code, specifying apple app store id affiliate data, , url scheme argument.

<meta name="apple-itunes-app" content="app-id=myappstoreid, affiliate-data=myaffiliatedata, app-argument=myurl"> 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -