Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. logo_path – link to your logo. Preferably in svg format. The logo should occupy the entire height of the image without indentation above and below.
    Format: logo_path=LINK_TO_YOUR_LOGO

  2. menu_items – additional fields in the menu.
    Format: menu_items=JSON.stringify([{ title: string }])

  3. do_not_show_info_about_app – do not show the menu item “About the application“.
    Format: do_not_show_info_about_app=1

  4. original_url – link to the page. Links for redirecting from posts in social networks.
    Format: original_url=link_to_your_web_site

  5. twitter_mention – mention your twitter account.
    Format: twitter_mention=@your_twitter_mention

  6. facebook_app_id – Account ID that is mentioned in the facebook post when sharing. The default account is Wizart. You need to create your own account on https://developers.facebook.com/ and copy its ID (make sure that you clicked LIVE button to activate your app).

  7. back_button_background - the background of the Back button.
    Format: back_button_background=#ffffff

  8. back_button_icon_color - the icon color inside the Back button.
    Format: back_button_icon_color=#ffffff

...