@@ -2,8 +2,8 @@ Networkteam.Neos.Shariff
22========================
33
44Social plugins are on every page today, but if you have concerns about privacy of your visitors it is not that easy
5- to integrate them. The german computer magazin C`t created together with the publisher heise a general solution
6- also providing the number of shares each social button counts can be shown. This is accomplished by using the
5+ to integrate them. The german computer magazin C`t created together with the publisher heise a general solution
6+ also providing the number of shares each social button counts can be shown. This is accomplished by using the
77server of the website as proxy for the visitors. http://ct.de/-2467514
88
99This plugin integrates shariff into neos with a few simple steps.
@@ -27,7 +27,7 @@ Include the routing from the package to enable shariff to communicate to the ser
2727 package: Networkteam.Neos.Shariff
2828
2929
30- Next you need to configure the domain this site runs on, this is to prevent using you server as open relay for the
30+ Next you need to configure the domain this site runs on, this is to prevent using you server as open relay for the
3131requests.
3232
3333
@@ -45,21 +45,11 @@ Usage via TypoScript 2
4545----------------------
4646
4747In the TypoScript2 Object define a property which should contain the social plugins like this:
48-
48+
4949 prototype(My.Awesome.Package: Post ) {
5050 socialButtons = Networkteam.Neos.Shariff: Shariff
5151 }
52-
52+
5353Then in the corresponding Template render the path like this
5454
5555 {socialButtons -> f:format.raw()}
56-
57- Development
58- -----------
59-
60- Updating the original Shariff JS and CSS:
61-
62- * Download https://github.com/heiseonline/shariff
63- * Adjust Gruntfile.js to disable `` sequences `` in `` uglifyify `` (for IE8 compatibility)
64- * Runt `` grunt build ``
65- * Copy the generated JS and CSS to this package
0 commit comments