From 41d79b545b13e6527656a63efab18bb4f170ae9d Mon Sep 17 00:00:00 2001 From: SrPatinhas Date: Sat, 26 Apr 2014 14:34:16 +0100 Subject: [PATCH] Update download.php --- download.php | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/download.php b/download.php index 9d3b9e7..ad149cc 100644 --- a/download.php +++ b/download.php @@ -6,6 +6,12 @@ } else { header("Location: /"); } + require_once("inc/social.php"); + + $obj=new shareCount("http://get-popcorn.com"); //Use your website or URL + //echo $obj->get_tweets(); //to get tweets + //echo $obj->get_fb(); //to get facebook total count (likes+shares+comments) + //echo $obj->get_plusones(); //to get google plusones ?> @@ -73,8 +79,7 @@ "> - - + @@ -345,6 +350,32 @@ +