Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: [NFT Login] Customization

    1. you can use shortlink
    2. if they connect their wallet with metamask you get the access rather that their name and email
    3. you can add a flag to keep them stay connected
    4. and 5. I think there is a data protection of what people hold
    6 javascript code

    Thread Starter alexiscanny

    (@alexiscanny)

    Hey man,

    I fixed updating my template.

    Let me know if it works for you.

    Regards

    Thread Starter alexiscanny

    (@alexiscanny)

    Hi Michael, thanks for ask me these questions.
    The web site is: http://www.bilanciamo.it/home/
    The theme is: Baskerville version 1.15
    Changes: created analyticstracking.php with inside

    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-74045607-1', 'auto');
      ga('send', 'pageview');
    
    </script>

    And the first time I wrote inside the page index.php the line of code
    <?php include_once("analyticstracking.php") ?>
    And after, because nothing was changed, the same line of code into the page header.php

Viewing 3 replies - 1 through 3 (of 3 total)