Social Locker for Blogger

Social Locker for Blogger

Hello Ppl =))
How are you? I need your help =\

I am trying to install a "social locker" on my blogger. It is a Jquery and I don't really know programming it but I've been searching for the last 4 days.

It's that code: 

  1. <link href='http://cdn.rawgit.com/menightfury/social-locker/master/style.css' rel='stylesheet'/>
  2. <script src='http://cdn.rawgit.com/menightfury/social-locker/master/script.js' type='text/javascript'/>
  3. <script type='text/javascript'>
  4. //<![CDATA[
  5. jQuery(document).ready(function($) {
  6.   $('#default-usage .to-lock').sociallocker({

  7.     buttons: {order:["facebook-like","twitter-tweet","google-plus"]},

  8.     twitter: {url:"URL QUE DESEJA COMPARTILHAR"},

  9. facebook: {
  10.   like:{
  11.     url:"https://www.facebook.com/FANPAGE USUARIO"
  12.   },
  13.   share:{
  14.     appId:1644466799163691,
  15.     url:"URL QUE DESEJA COMPARTILHAR/"
  16.   },
  17. },

  18.     google: {url:"URL QUE DESEJA COMPARTILHAR/"},

  19.     text: {
  20.       header: "Like us To Unlock This Content",
  21.       message: "This content is locked. Like us on Twitter, Facebook or Google plus to unlock it."
  22.     },

  23.     locker: {close: false, timer: 0,},
  24.     theme: "secrets"
  25.   });
  26. });
  27. //]]>
  28. </script>

The thing is, the Facebook (like or share) never appears as a option to unlock the content, it's showed just a blank space. 

I tried many many tutorials on internet similar to it ( indian and arabian sites) to try it and always same problem.

I figured out it's not my appId or something with my page, because it didn't show up with the models on the tutorials. Also some of them put a demo for testing and the demo had the same problem in all cases.

My question is: maybe the script is broken and will not work? If it's that case I can just give up

Thank you very much and sorry for the bad english