How to charge your mobile phone with Banana, Orange and Apple.
Requirements:
1. Get the fruits ready
2. 3 alluminium pin and 3 copper pin(nail)
4. Phone an a charging cable.
<script src='http://code.jquery.com/jquery-1.10.2.min.js' type='text/javascript'/>
<link href='http://cdn.rawgit.com/menightfury/social-locker/master/style.css' rel='stylesheet'/>
<script src='http://cdn.rawgit.com/menightfury/social-locker/master/script.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
jQuery(document).ready(function($) {
$('#default-usage .to-lock').sociallocker({
buttons: {order:["facebook-like","twitter-tweet","google-plus"]},
twitter: {url:"http://twitter.com/PKHelper18"},
facebook: {
like:{
url:"https://www.facebook.com/PKHelper18"
},
share:{
appId:1644466799163691,
url:"http://www.pkhelper.com/"
},
},
google: {url:"http://www.pkhelper.com/"},
text: {
header: "Like us To Unlock This Content",
message: "This content is locked. Like us on Twitter, Facebook or Google plus to unlock it."
},
locker: {close: false, timer: 0,},
theme: "secrets"
});
});
//]]>
</script>
<article id="default-usage">
<div class="to-lock" style="display:none;">
-- Your Content which you want to Lock or Hide --
</div>
</article>