You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/distribute/googleplay/promote/badges.jd
+30-18Lines changed: 30 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,20 @@
1
1
page.title=Google Play Badges
2
2
@jd:body
3
3
4
-
<p>Google Play badges give you an officially branded way of promoting your app to Android users. Use the form below to quickly create badges to link users to your products from web pages, ads, reviews, and more. See <a href="linking.html">Linking to your products</a> for more ways to bring users to your apps.</p>
4
+
<p>Google Play badges allow you to promote your app with official branding in your
5
+
online ads, promotional materials, or anywhere else you want a link to your app.</p>
5
6
6
-
<p>Input your app's package or your publisher name, choose the style, size, and language, and click "Build my badge". The form will generate code for an embbeded button that links to your app's product page or a list of your apps. </p>
7
+
<p>In the form below,
8
+
input your app's package name or publisher name, choose the badge style,
9
+
click <em>Build my badge</em>, then paste the HTML into your web content.</p>
7
10
8
-
<p>Note that you should not modify the Google Play badges after generating them, including colors, size, text, and logo. See <a href="http://www.android.com/branding.html">Android Brand Guidelines</a> for more information.</p>
11
+
<p>If you're creating a promotional web page for your app, you should also use the
12
+
<a href="{@docRoot}distribute/promote/device-art.html">Device Art Generator</a>, which quickly
13
+
wraps your screenshots in real device artwork.</p>
14
+
15
+
<p>For guidelines when using the Google Play badge and other brand assets,
16
+
see the <a href="{@docRoot}distribute/googleplay/promote/brand.html">Brand Assets and
17
+
Guidelines</a>.</p>
9
18
10
19
<style type="text/css">
11
20
@@ -34,19 +43,21 @@ div.button-row {
34
43
}
35
44
36
45
div.button-row input {
37
-
vertical-align:120%;
46
+
vertical-align:middle;
47
+
margin:0 5px 0 0;
38
48
}
39
49
40
50
#jd-content div.button-row img {
41
51
margin: 0;
52
+
vertical-align:middle;
42
53
}
43
54
44
55
</style>
45
56
46
57
<script type="text/javascript">
47
58
48
59
// variables for creating 'try it out' demo button
49
-
var imagePath = "http://www.android.com/images/brand/"
60
+
var imagePath = "http://developer.android.com/images/brand/"
50
61
var linkStart = "<a href=\"http://play.google.com/store/";
0 commit comments