Extension:Shariff/ja
Shariff リリースの状態: 安定 |
|
---|---|
実装 | ユーザー インターフェイス |
説明 | Allows to insert 1-click "Like" buttons that do not share user-information using Shariff. |
作者 | Niki Hansche (NikiWikiトーク) |
最新バージョン | 2.0 (2023-06-30) |
MediaWiki | 1.34+ |
PHP | 7.2+ |
データベースの変更 | いいえ |
ライセンス | MIT ライセンス |
ダウンロード | README (GitHub) |
The Shariff extension allows for 1-click "Like" buttons that do not share user-information using Shariff, thus protecting users privacy.
Shariff について
- Give Social Media Buttons Some Privacy
Shariff enables website users to share their favorite content without compromising their privacy. See the demo of Shariff.
Facebook, Twitter and alike supply official sharing code snippets which quietly siphon personal data from all page visitors. Shariff enables visitors to see how popular your page is on Facebook and share your content with others without needless data leaks.
Shariff (/ˈʃɛɹɪf/)
is an open-source, low-maintenance, high-privacy solution maintained by German computer magazine c't and heise online.
Shariff consists of two parts: a simple JavaScript client library and an optional server-side component. The latter fetches the number of likes, tweets and plus-ones. Share buttons and share counts work without a connection between your visitors' browsers and social networks (unless they decide to share, of course).
Installation
- ダウンロードして、ファイルを
extensions/
フォルダー内のShariff
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'Shariff' );
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
Usage
Add {{#shariffLike:}}
wherever you want to use social media buttons.