Description
This is an open source and self-hosted alternative to sharing services such as AddThis and ShareThis. Because you run the proxy server yourself, you are also defending your users’ privacy against the social networks’ tracking. Users only opt in to their tracking once they decide to click a share button – never implicitly just because they visited your page.
- Meddelare Examples (frontend)
- Meddelare Node.js Server (standalone)
- Meddelare Node.js Express Middleware (in your app)
- Meddelare Node.js Counters (backend)
Features
- Completely customizable user interface design -- use layout, logotypes, animations of your own choice.
- A single API call to get counts from multiple social networks, delivered as JSON or JSONP.
- Calls social networks in parallel from the server, making it (approximately) as fast to get the count from one as several at once.
- No third party resources required – you can host both the social buttons server and any resources yourself.
- Blocks social networks' user tracking by proxying calls until the user decides to click a share button.
- Super-fast in-memory cache keeps the most recent results per network and url.
- Easy to deploy and prepared for CDN proxies.