]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn
update for rename of recentchanges.mdwn to json.tl.ph.mdwn
[git.ikiwiki.info.git] / doc / bugs / It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn
index 7da8bccc28afe76b0ad5060086102962d32c0d5a..568c998795385d2fbce976bb7358a4f9e17cfb0c 100644 (file)
@@ -13,3 +13,13 @@ it gets rendered as:
     <meta name="flattr:id=&quot;4j6y0v&quot;" content="" />
 
 I tried [a number of possibilities](https://feeding.cloud.geek.nz/recentchanges/) and they all failed to produce the correct output.
+
+> Directive syntax doesn't allow named arguments containing colons, so we would have to
+> add a different syntax for weird names. However, we already have that:
+>
+>     \[[!meta name="flattr:id" content="4j6y0v"]]
+>
+> This was missing from the documentation, but I have now added it. This feature was
+> broken until 2015, but we now have an automated test to make sure it keeps working;
+> the test includes a check for `twitter:card` which is essentially equivalent to
+> what you're doing here. [[done]] --[[smcv]]