diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties index 5b1521f0e88d87db3ade6944d0ee846cbb3ef930..ae40dc87823324047fffc77bac73bda8edd31d07 100644 --- a/src/main/resources/config.properties +++ b/src/main/resources/config.properties @@ -1,3 +1,4 @@ #PlantUML configuration file # -#USE_GOOGLE_TRACKER=on \ No newline at end of file +USE_GOOGLE_TRACKER=on +SHOW_SOCIAL_BUTTONS=on diff --git a/src/main/webapp/resource/socialbuttons1.html b/src/main/webapp/resource/socialbuttons1.html new file mode 100644 index 0000000000000000000000000000000000000000..4a31414e8a983136c00362367cdfea4063a6f39b --- /dev/null +++ b/src/main/webapp/resource/socialbuttons1.html @@ -0,0 +1 @@ +SOCIAL BUTTONS are ON \ No newline at end of file diff --git a/src/main/webapp/resource/socialbuttons2.jspf b/src/main/webapp/resource/socialbuttons2.jspf new file mode 100644 index 0000000000000000000000000000000000000000..d47a500e5322233587eedb8554fe107170c2341b --- /dev/null +++ b/src/main/webapp/resource/socialbuttons2.jspf @@ -0,0 +1,3 @@ +<p style="text-align:center"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.plantuml.com%2Fplantuml%2Fform%3Furl%3D${encoded}&media=http%3A%2F%2Fwww.plantuml.com%2Fplantuml%2Fpng%2F${encoded}&description=My%20awesome%20diagram" data-pin-do="buttonPin" data-pin-config="none" data-pin-color="white"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_white_20.png" /></a> +<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script> +</p> \ No newline at end of file