
Semua tulisan yang di-highlight orange tinggal diganti sama URL blog atau URL artikel (pilih salah satu).
Contoh:
- URL blog: http://www.igniel.com
- URL artikel: http://www.igniel.com/2016/06/mencari-teman-tertarget-facebook-script-add-friend-masal.html
Klo nanti pusing liat resultnya, fokus aja sama tulisan COUNT. Itu dia jumlah sharenya.

- Simple counter. Nampilin total keseluruhan share.
https://graph.facebook.com/?id=http://ALAMATBLOGATAUARTIKEL.COM
Result:
{
"id": "http://www.igniel.com",
"shares": 2390
} - Complete counter. Yang ini lebih komplit. Ada jumlah like, jumlah komen, dll.
https://api.facebook.com/method/links.getStats?urls=http://ALAMATBLOGATAUARTIKEL.COM&format=json
Result:
[{"url":"http:\/\/www.igniel.COM","normalized_url":"http:\/\/www.igniel.com\/","share_count":2143,"like_count":101,"comment_count":146,"total_count":2390,"click_count":0,"comments_fbid":"10150860942540531","commentsbox_count":0}]
Google Plus
https://plusone.google.com/_/+1/fastbutton?url=http://ALAMATBLOGATAUARTIKEL.COM
*NOTE: Kamu gak bisa akses share count Google+ tanpa kode API. Cara diatas adalah jalan pintas biar bisa akses share count tanpe kode API*
Result:
http://cdn.api.twitter.com/1/urls/count.json?url=http://ALAMATBLOGATAUARTIKEL.COM
*EDIT: Twitter udah tutup API buat share counter, jadi udah gak bisa*
http://api.pinterest.com/v1/urls/count.json?callback%20&url=http://ALAMATBLOGATAUARTIKEL.COM
Result:
receiveCount({"url":"http://www.igniel.com","count":0})
http://www.linkedin.com/countserv/count/share?url=http://ALAMATBLOGATAUARTIKEL.COM
Result:
IN.Tags.Share.handleCount({"count":0,"fCnt":"0","fCntPlusOne":"1","url":"http:\/\/www.igniel.com"});
Tumblr
http://api.tumblr.com/v2/share/stats?url=http://ALAMATBLOGATAUARTIKEL.COM
Result:
{"meta":{"status":200,"msg":"OK"},"response":{"url":"http:\/\/www.igniel.com","note_count":0}}
Stumbleupon
http://www.stumbleupon.com/services/1.01/badge.getinfo?url=http://ALAMATBLOGATAUARTIKEL.COM
{"result":{"url":"http:\/\/www.igniel.com\/","in_index":true,"publicid":"4jv2Pq","views":1,"title":"http:\/\/www.igniel.com\/","thumbnail":"http:\/\/cdn.stumble-upon.com\/images\/nomthumb.png","thumbnail_b":"http:\/\/cdn.stumble-upon.com\/images\/nobthumb.png","submit_link":"http:\/\/www.stumbleupon.com\/badge\/?url=http:\/\/www.igniel.com\/","badge_link":"http:\/\/www.stumbleupon.com\/badge\/?url=http:\/\/www.igniel.com\/","info_link":"http:\/\/www.stumbleupon.com\/url\/www.igniel.com\/"},"timestamp":1470506523,"success":true}
Itu dia cara melihat berapa kali URL blog dan artikel pernah dibagikan di media sosial. Share klo bermanfaat. Enjoy~