From 8088ea2dce6d92de97f30dc1f6a06d632a843610 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Thu, 18 Feb 2016 09:08:33 +0100 Subject: [PATCH] =?UTF-8?q?Add=20to=20FAQ=20=E2=80=9CHow=20to=20fix=20Twit?= =?UTF-8?q?ter=20counter=E2=80=9D=20(thanks=20@mihdan!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Readme.md b/Readme.md index d7e2fc4..a99773f 100644 --- a/Readme.md +++ b/Readme.md @@ -314,6 +314,26 @@ You can add additional Twitter data using [Twitter Card](https://dev.twitter.com If you’re experiencing any problems with meta data try [Open Graph Debugger](https://developers.facebook.com/tools/debug/) and [Twitter Card Validator](https://dev.twitter.com/docs/cards/validation/validator). +### How to fix Twitter counter + +Twitter counter API [was disabled by Twitter](https://github.com/sapegin/social-likes/releases/tag/3.0.15) but you can replace it with [OpenShareCount](http://opensharecount.com/). It’s free but you have to register your site there. + +1. [Create account](http://opensharecount.com/) at OpenShareCount. + +2. Add this script before you include `social-likes.js`: + +```html + +``` ### How to use Social Likes with Wordpress, etc.