]> 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
c0452e2060e14e4cd9cf75e6836ec4b6313f5efd
[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.
17 > Directive syntax doesn't allow named arguments containing colons, so we would have to
18 > add a different syntax for weird names. However, we already have that:
19 >
20 >     \[[!meta name="flattr:id" content="4j6y0v"]]
21 >
22 > Please try that. --[[smcv]]