Auto Facebook Likes for Wordpress and Blogger

small buddy

Regular Member
Joined
May 21, 2013
Messages
254
Reaction score
182
hai friends,

I want to share some useful information for blogger and wordpress users

Get the auto facebook likes for your fan page using the simple script:

But don't use more than 10min/hour, because facebook detect it.

Download the file:http://www.mediafire.com/?j2vlhbmkd1sybb8

open the file in notepad++ and replace the code "your page url" by your facebook page url.

copy the edited code in notepad++

Link to your website by below script
Code:
Before </body>insert the following script
<script type="text/javascript">
paste the edited code
</script>

Regards, Small buddy
 
Blogger is giving me this error

Error parsing XML, line 2575, column 16: The content of elements must consist of well-formed character data or markup.

Blogger thinks there is an error in the below code.

if (Xcord < 0) Xcord = 0;
if (Ycord < 0) Ycord = 0;

solution ?
 
Back
Top