You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shariff enables website users to share their favorite content without compromising their privacy.
11
11
12
12
== Description ==
13
13
14
-
This is the Shariff sharing plugin by Heise Zeitschriften Verlag / c't updated for WordPress.
14
+
This is the Shariff for WordPress plugin based on c't Shariff.
15
+
16
+
For more information, check out the original [GitHub project](https://github.com/heiseonline/shariff) and the [c’t information page](http://ct.de/shariff).
15
17
16
18
> Shariff enables website users to share their favorite content without compromising their privacy.
17
19
@@ -42,8 +44,13 @@ Select which color you want, set the button location, select the orientation fit
42
44
43
45
**Method B:** Include `hideshariff` in the article. The word will be removed automatically and Shariff will not be shown. If you want to write hidesharrif in an article without removing Shariff, just write `/hideshariff`.
44
46
47
+
= Shariff doesn't show any numbers =
48
+
Your user probably doesn't have the right to write to the default temp folder `/tmp`. Then create a new folder and use it as temp folder in the Shariff settings, make sure that the rights are set correct.
echo'<input type="text" name="shariff_image" value="'.get_option('shariff_image','').'"> '.__('Used for services such as Pinterest','shariff');
181
+
echo'<input type="text" name="shariff_image" value="'.filter_var(get_option('shariff_image',''), FILTER_SANITIZE_STRING).'"> '.__('Used for services such as Pinterest','shariff');
0 commit comments