Showing posts with label Facebook Auto Like Script. Show all posts
Showing posts with label Facebook Auto Like Script. Show all posts

Free Facebook Like Count Script - Facebook Like Count Calculator

Written By Lingkar Dunia on Sunday, May 22, 2011 | 5:27 AM

Now Facebook users can calculate their Likes, Shares and Comments of a specific URL and Posts and also you can create your own Facebook Like Count Calculator for your Websites and Blogs by using PHP Script and its totally free. We have already shared before Facebook Auto Like Script through which users can get maximum Facebook Likes count by using PHP Script here.

So if you want to count how many Likes, Shares, and Comments you are getting on each post you just have to obtain the like count via Facebook�s old rest API. While there may be a graph API method of accomplishing this now, this script still works perfectly well. For the simple form that I created on the Facebook like count page, I simply received what the user submitted via $_POST and then outputted it via the Google Charts API. If you want your own script for calculating likes, shares, and comments, the PHP Code is below!

$source_url = "http://www.your-website-name.com";  //This could be anything URL source including stripslashes($_POST['url']) 
$url = "http://api.facebook.com/restserver.php?method=links.getStats&urls=".urlencode($source_url);
$xml = file_get_contents($url);
$xml = simplexml_load_string($xml);
$shares =  $xml->link_stat->share_count;
$likes =  $xml->link_stat->like_count;
$comments = $xml->link_stat->comment_count;
$total = $xml->link_stat->total_count;
$max = max($shares,$likes,$comments);
?>
Code credit goes to allfacebook.
5:27 AM | 1 comments

Free Facebook Auto Like Script for Pages and Posts

Written By Lingkar Dunia on Saturday, January 8, 2011 | 4:14 AM

As you know facebook has now become one of the fastest way of marketing and every single companies and individual focuses to build quicker Facebook Pages and Posts to keep update their followers and Likers. So if you want to reach to the thousands and millions of Facebook Likers who really likes your Facebook Pages and Facebook Posts genuinely then you can do this in minutes or in seconds.

You could be a brand manager or Facebook page administrator. Getting as many �Likes� as possible on the social network Facebook and get thousands of followers and likers for your facebook pages within a minutes, and if there�s a way to increase a fan base though automation, there are many willing to do so.

There�s an Automation Script available online which provides you a way to get thousands of facebook likers within a minutes for your facebook pages and facebook posts.

How Script Works?
Facebook auto like script is a php script that allows liking friend�s posts or an external page or all posts in a facebook page with some level of randomness. The script comes in two versions, like friends posts (iterates an user wall to like friends� posts) and like external pages (iterates a rss feed to retrieve external links to like).

You can get Facebook Auto Like Script here.

From our own experience, your best chances of getting quality fans is through buying Facebook Ads or manually get your genuinely Likers and Followers for positive impact. :)

What you have to say about this? Tell us in our comment box.
4:14 AM | 0 comments

Categories

Blog Archives