Skip to content

Lightweight smart app banner with no jquery requirement

Notifications You must be signed in to change notification settings

pharrup/smart-app-banner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart App Banner

Lightweight smart app banner with no jQuery (or any other framework) requirement.

Based on 'jQuery Smart Banner' by Arnold Daniels [email protected] https://github.com/jasny/jquery.smartbanner

Difference

  • Standalone (no frameworks required)
  • Different icons/price for iOS and Android

Usage

<html>
  <head>
    <title>HeadHunter</title>

    <meta name="apple-itunes-app" content="app-id=502838820">
    <meta name="google-play-app" content="app-id=ru.hh.android">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <link rel="stylesheet" href="smartbanner.css" type="text/css" media="screen">
    <link rel="apple-touch-icon" href="apple-touch-icon.png">
    <link rel="android-touch-icon" href="android-icon.png" />
  </head>
  <body>
    ...
    <script src="smartbanner.js"></script>
    <script type="text/javascript">
      new SmartBanner({
          title: 'HeadHunter',
          author: 'HeadHunter LLC',
          button: 'VIEW',
          store: {
              ios: 'On the App Store',
              android: 'In Google Play'
          },
          price: {
              ios: 'FREE',
              android: 'FREE'
          }
          // , force: 'ios' // Uncomment for platform emulation
      });
    </script>
  </body>
</html>

About

Lightweight smart app banner with no jquery requirement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published