Skip to main content

Adding the button via configurator

Use this configurator to quickly generate app store buttons (RuStore, Google Play, AppGallery, App Store) and place them on your website.

  • Be sure to provide a link to your app in RuStore.
  • If needed, add links to your apps in other stores (Google Play, AppGallery, App Store).
  • Important: The button for each store will only appear after you fill in the link to the corresponding app.
Important

A preview of the buttons will appear immediately after you add the links.

Step 2. Select the color theme

  • coloredDark (default) — colored icons on a dark background
  • coloredLight — colored icons on a light background
  • light — light
  • dark — dark

Step 3. Choose the block orientation

  • default — automatic placement (adapts to the screen width)
  • vertical — vertical layout
  • horizontal — horizontal layout
  • After selecting all parameters, a ready-to-use link will appear at the bottom.

Copy and paste the following HTML code, replacing YOUR_LINK_FROM_CONFIGURATOR with the generated URL:

<iframe src="`YOUR_LINK_FROM_CONFIGURATOR`" frameborder="0" width="100%" height="80px"></iframe>

Example

If you provided only the RuStore link, the resulting URL will look like this:

https://www.rustore.ru/external/simple-selection/buttons?storeUrls[rustore]=YOUR_APP_LINK

Then, the embed code is:

<iframe src="https://www.rustore.ru/external/simple-selection/buttons?storeUrls[rustore]=YOUR_APP_LINK" frameborder="0" 
width="100%" height="80px"></iframe>

Interactive configurator

See also