]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn
7da8bccc28afe76b0ad5060086102962d32c0d5a
[git.ikiwiki.info.git] / doc / bugs / It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn
1 The new way to confirm ownership of a domain on Flattr is to add a `meta` tag to the page head. For example:
3      <meta name="flattr:id" content="4j6y0v">
5 However, the [[ikiwiki/directive/meta]] directive doesn't allow setting of names with colons.
7 If I do this:
9     \[[!meta flattr:id="4j6y0v"]]
11 it gets rendered as:
13     <meta name="flattr:id=&quot;4j6y0v&quot;" content="" />
15 I tried [a number of possibilities](https://feeding.cloud.geek.nz/recentchanges/) and they all failed to produce the correct output.