Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <article id="default-usage">
  2. <div class="to-lock" style="display: none;">
  3. <br />
  4. "TEXTO OCULTO QUE SE VERÁ AL REALIZAR LA ACCIÓN SOCIAL"
  5. <br />
  6. <a href="COLOCA AQUÍT TU ENLACE SI ES UNA DESCARGA" target="_blank">NOMBRE DEL LINK</a>
  7. </div>
  8. </article>
  9.  
  10. <script src="https://googledrive.com/host/0BwZ7Sm1QQc1lTnlVZG1DS3V0N3c/LOCKE.js" type="text/javascript"></script>
  11. <script>
  12. jQuery(document).ready(function ($) {
  13. $("#default-usage .to-lock").socialLock({
  14.  
  15. text: {
  16. header: "TEXTO QUE APARECE ARRIBA DEL SOCIAL LOCKER SIN DESBLOQUEAR",
  17. message: "TEXTO QUE APARECE ABAJO DEL SOCIAL LOCKER SIN DESBLOQUEAR"
  18. },
  19.  
  20. style: "ui-social-locker-secrets",
  21. buttons: {
  22. order: ["twitter", "facebook", "google"] },
  23. // twitter options
  24. twitter: {
  25. url: "COLOCA LA URL DE LA ENTRADA (ENLACE PERMANENTE)",
  26. text: "TEXTO APARECERA EN TWITTER"
  27. },
  28. // facebook options
  29. facebook: {
  30. url: "COLOCA LA URL DE LA ENTRADA (ENLACE PERMANENTE)",
  31. appId: "86************34"
  32. },
  33. google: {
  34. url: "COLOCA LA URL DE LA ENTRADA (ENLACE PERMANENTE)"}});});;;;</script>