Skip to content

Instantly share code, notes, and snippets.

@edrdesigner
Created July 31, 2017 18:11
Show Gist options
  • Save edrdesigner/8989dc9aaeec59d7027e4c2a9d38e20a to your computer and use it in GitHub Desktop.
Save edrdesigner/8989dc9aaeec59d7027e4c2a9d38e20a to your computer and use it in GitHub Desktop.
/**
* For mobile banner.
*/
$.smartbanner({
title: 'TITULO DO SITE',
author: 'DESCRICAO OU AUTHOR',
price: 'GRÁTIS',
appStoreLanguage: 'pt-br',
inAppStore: 'Disponível na App Store',
inGooglePlay: 'Disponível no Google Play',
icon: 'LINK DO ICONE',
iconGloss: null,
url: null,
button: 'BAIXAR',
scale: 'auto',
speedIn: 300,
speedOut: 400,
daysHidden: 15,
daysReminder: 90,
force: null,
hideOnInstall: true,
layer: false,
iOSUniversalApp: true,
appendToSelector: 'body'
});
@edrdesigner
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment