Faking Like Count

locknload007

Power Member
Joined
Apr 14, 2010
Messages
554
Reaction score
86
I have been messing around trying to make fake like counts, I have gotten a little ways, just a slight problem once they have liked it.

3587757f10.jpg


You can use code to put in a random number for total likes, I just did not include it with the code below.

Code:
<div style="float:left; width:80px;">
                          <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.likesaddict.com/like.php?id=<?=$id?>&
                layout=standard&show_faces=false&width=70&action=like&colorscheme=light&height=21"
                scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:21px;" allowTransparency="true"></iframe>
                        </div>
                        <div style="margin-left:-35px; float:left;">
                          <table>
                            <tbody>
                              <tr>
                                <td><link type="text/css" rel="stylesheet" href="http://static.ak.fbcdn.net/rsrc.php/zh/r/zpTg8kNSTA4.css">
                                  <div id="connect_widget_4cce0abc087666017457273" class="connect_widget button_count" style="">
                                    <table class="connect_widget_interactive_area">
                                      <tbody>
                                        <tr>
                                          <td class="connect_widget_button_count_excluding"><table cellspacing="0" cellpadding="0" class="uiGrid">
                                              <tbody>
                                                <tr>
                                                  <td><div class="connect_widget_button_count_nub"></div></td>
                                                  <td><div class="connect_widget_button_count_count">25K</div></td>
                                                </tr>
                                              </tbody>
                                            </table></td>
                                        </tr>
                                      </tbody>
                                    </table>
                                  </div></td>
                              </tr>
                            </tbody>
                          </table>
                        </div>
 
Top one is random, bottom one is hits. Facebook wont like it, but they likely wont like a likes site anyways.

8b12c3f666.jpg


e9764c4079.jpg
 
Last edited:
Back
Top