How to put a link to download the app when the user enters my site by mobile

Asked

Viewed 6,414 times

9

Well, I have a website and the app for IOS and Android. And I wanted every time the user entered through the smartphone he had the option to download the application, and already recognize which operating system he is. As in the http://www.mercadolivre.com.br/ But I can’t find any tutorial on how to do this. I use wordpress in the development of my site and also did not find plugins to do this!

  • For Wordpress I used this plugin https://wordpress.org/plugins/appbanners/ It worked perfectly!

1 answer

6

For iOS, you can use Smart App Banner

Just add the metatag

<meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">

For Android has nothing official Google, but you can use the jquery.smartbanner

Browser other questions tagged

You are not signed in. Login or sign up in order to post.