diff options
author | https://social.hi.ato.br/desci <desci@web> | 2015-06-01 02:35:20 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-06-01 02:35:20 -0400 |
commit | 456f2fec53f2461c51ab63a0cb3bf4e5a3ca6f64 (patch) | |
tree | 40bfd2f33388647ffd67314b2e3654700e874f4e | |
parent | 274b508bc44d6c4029000276487eb1f35e609127 (diff) | |
download | ikiwiki-456f2fec53f2461c51ab63a0cb3bf4e5a3ca6f64.tar ikiwiki-456f2fec53f2461c51ab63a0cb3bf4e5a3ca6f64.tar.gz |
fixed disclaimer
-rw-r--r-- | doc/plugins/contrib/opengraph.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/contrib/opengraph.mdwn b/doc/plugins/contrib/opengraph.mdwn index bb7424f85..c016e56fa 100644 --- a/doc/plugins/contrib/opengraph.mdwn +++ b/doc/plugins/contrib/opengraph.mdwn @@ -22,6 +22,7 @@ This plugin implements the Open Graph tags in the head of the hmtl for all pages For more information on what is Open Graph, visit [[!wikipedia Open_Graph]]. To test your site against the Open Graph rules, use the tool available on <https://developers.facebook.com/tools/debug/og/object/>. +# DISCLAIMER > **WARNING: Open Graph is modern spyware. You should use this if and only if you don't mind making the readers of your wiki/blog being tracked by evil corporations without their consent. By using this plugin you are being mean to the people who are reading your content. You have been warned.** @@ -56,7 +57,7 @@ Add to the configuration in your [[blog.setup|/setup#index5h2]] file. Add *opengraph* to the list of plugins: - add_plugins => [qw{goodstuff opengraph}] + add_plugins: [qw{goodstuff opengraph}] --- |