-
Notifications
You must be signed in to change notification settings - Fork 0
HTML
James edited this page Feb 1, 2016
·
16 revisions
##Custom Meta Tags
These tags are used to invoke certain UI elements or behaviour. As standard, they go within the <head></head>
of a page's HTML.
If you're new to HTML, you can find more information here
- uppertitle -- top screen text. Large and centred with underline
Example:
<meta name="uppertitle" content="Example Text">
- uppersubtop -- top screen text. Small, centred towards the top of the screen in a box
Example:
<meta name="uppersubtop" content="Example Text">
- uppersubleft -- top screen text. Medium size, left aligned underneath the title
Example:
<meta name="uppersubleft" content="Example Text">
- uppersubright -- top screen text. Medium size, right aligned underneath the title
Example:
<meta name="uppersubright" content="Example Text">
- uppersubbottom -- top screen text. Small size, centred towards the bottom of the top screen
Example:
<meta name="uppersubbottom" content="Example Text">
- upperlink -- top screen Flipnote.ppm or background image .nbf
Example:
<meta name="upperlink" content="url/path/to/background.nbf">
- playcontrolbutton -- display Flipnote player UI (pause/play, speed, loop, etc)
Example:
<meta name="playcontrolbutton" content>
- savebutton -- display a 'save' button that will prompt a .ppm download when tapped
Example:
<meta name="savebutton" content="url/path/to/flipnote.nbf">