How to put a link to download the application when the user enters my site through the mobile phone

9

Well, I have a website and the application for IOS and Android. And I wanted every time the user entered the smartphone he had the option to download the application, and already recognized which operating system it is. As in link But I do not think any tutorial on how to do this. I use wordpress in the development of my website and I also did not find any plugins to do this!

    
asked by anonymous 22.01.2016 / 15:58

2 answers

3

For Wordpress I used this plugin link

It worked perfectly!

    
19.02.2016 / 13:14
6

For iOS, you can use the Smart App Banner

Just add the meta tag

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

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

    
22.01.2016 / 16:03