Skip to main content

TikTok

Network Specifications

Specifications
  • Files: Zip file, Assets folder and HTML file should be named index.html
  • Size: Up to 3 MB
  • Format: The main HTML file in the first-level directory should be named index.html.

Please see specification for further details.

Testing

Currently, there is no testing tool available for playables on TikTok.

Additional Details

The display orientations and languages must be stored in a config.json file, located in the first-level directory.

  • The orientation must be stored with values of 0,1,2 (responsive, portrait, landscape).
  • The language code must be stored in the playable_languages array.

Example:

"playable_orientation": 0,
"playable_languages":["ja","ko"]

en: English ja: Japanese Ko: Korean Zh-Hant: Traditional Chinese