Meta tag usage - Flipnote-Collective/flipnote-studio-3d-docs GitHub Wiki
All of these should be used within the <head></head>
of your document.
.kwpcf resource caches are used to reduce the number of HTTP requests by embedding all of the page's resources into one file. They are referenced like so, and more than one can be used if necessary:
<meta name="kwprecache" content="http://www.example.com/precache.kwpcf">
FS3D maintains a history stack of visited pages, which can be managed using certain meta tags:
<meta name="kwhistory-stack" content="clear-stack">
<meta name="kwhistory-overwrite" content="http://www.example.com/new/base/page/">
<meta name="kwhistory-stack" content="no-stack">
<meta name="kwhistory-stack" content="reset-pos">
CSS stylesheets are referenced in the usual manner:
<link rel="stylesheet" type="text/css" href="http://www.example.com/path/to/stylesheet.css">
We're unsure what this is, but the Japanese FGW seems to use it to differentiate between detail pages for FS3D Flipnotes and ones on DSi Gallery
<meta name="kwheadid" content="$group">
$group
is memogroup
for Flipnote Gallery World, or dsigroup
for DSi Gallery.