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:
- <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:"URL QUE DESEJA COMPARTILHAR"},
- facebook: {
- like:{
- url:"https://www.facebook.com/FANPAGE USUARIO"
- },
- share:{
- appId:1644466799163691,
- url:"URL QUE DESEJA COMPARTILHAR/"
- },
- },
- google: {url:"URL QUE DESEJA COMPARTILHAR/"},
- 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>
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