Skip to content
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

##Top screen text

These all follow the same pattern:

<meta name="uppertitle" content="Example Text">

####uppertitle Large and centred with underline

####uppersubtop Small, centred towards the top of the screen in a box

####uppersubleft Medium size, left aligned underneath the title

####uppersubright Medium size, right aligned underneath the title

####uppersubbottom Small size, centred towards the bottom of the screen

##Top screen images

####upperlink Flipnote.ppm or background image .nbf; any top screen text will be hidden if used

Example:

<meta name="upperlink" content="url/path/to/background.nbf">

##UI Buttons

  • 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">