linked.qrplanet.com Open in urlscan Pro
2606:4700:3031::ac43:af8d  Public Scan

Submitted URL: https://www.rosters.bayareaprobaseball.com/
Effective URL: https://linked.qrplanet.com/rosters
Submission: On May 31 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /l/businesscard/template/vCard.Mail

<form action="/l/businesscard/template/vCard.Mail" method="post" id="send-vcard">
  <input type="hidden" name="uid" value="424045">
  <input type="hidden" name="id" value="rosters">
  <input type="hidden" name="addvcard" value="">
  <input type="hidden" name="fullname" value=" <span id='firstname'>2024 ROSTERS</span> <span id='lastname'></span>">
  <input type="hidden" name="company" value="">
  <input type="hidden" name="back" value="https://linked.qrplanet.com/rosters">
  <input type="hidden" name="mail" value="">
  <input type="hidden" name="language" value="en">
  <input type="hidden" name="nameascii" value="2024 ROSTERS ">
  <div class="action-buttons-container">
    <script>
      ! function(a) {
        "function" == typeof define && define.amd ? define(["jquery"], function(b) {
          return a(b)
        }) : "object" == typeof module && "object" == typeof module.exports ? module.exports = a(require("jquery")) : a(window.jQuery)
      }(function(a) {
        "use strict";

        function b(a) {
          void 0 === a && (a = window.navigator.userAgent), a = a.toLowerCase();
          var b = /(edge)\/([\w.]+)/.exec(a) || /(opr)[\/]([\w.]+)/.exec(a) || /(chrome)[ \/]([\w.]+)/.exec(a) || /(iemobile)[\/]([\w.]+)/.exec(a) || /(version)(applewebkit)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(a) ||
            /(webkit)[ \/]([\w.]+).*(version)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(a) || /(webkit)[ \/]([\w.]+)/.exec(a) || /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(a) || /(msie) ([\w.]+)/.exec(a) || a.indexOf("trident") >= 0 &&
            /(rv)(?::| )([\w.]+)/.exec(a) || a.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(a) || [],
            c = /(ipad)/.exec(a) || /(ipod)/.exec(a) || /(windows phone)/.exec(a) || /(iphone)/.exec(a) || /(kindle)/.exec(a) || /(silk)/.exec(a) || /(android)/.exec(a) || /(win)/.exec(a) || /(mac)/.exec(a) || /(linux)/.exec(a) || /(cros)/.exec(
            a) || /(playbook)/.exec(a) || /(bb)/.exec(a) || /(blackberry)/.exec(a) || [],
            d = {},
            e = {
              browser: b[5] || b[3] || b[1] || "",
              version: b[2] || b[4] || "0",
              versionNumber: b[4] || b[2] || "0",
              platform: c[0] || ""
            };
          if (e.browser && (d[e.browser] = !0, d.version = e.version, d.versionNumber = parseInt(e.versionNumber, 10)), e.platform && (d[e.platform] = !0), (d.android || d.bb || d.blackberry || d.ipad || d.iphone || d.ipod || d.kindle || d
              .playbook || d.silk || d["windows phone"]) && (d.mobile = !0), (d.cros || d.mac || d.linux || d.win) && (d.desktop = !0), (d.chrome || d.opr || d.safari) && (d.webkit = !0), d.rv || d.iemobile) {
            var f = "msie";
            e.browser = f, d[f] = !0
          }
          if (d.edge) {
            delete d.edge;
            var g = "msedge";
            e.browser = g, d[g] = !0
          }
          if (d.safari && d.blackberry) {
            var h = "blackberry";
            e.browser = h, d[h] = !0
          }
          if (d.safari && d.playbook) {
            var i = "playbook";
            e.browser = i, d[i] = !0
          }
          if (d.bb) {
            var j = "blackberry";
            e.browser = j, d[j] = !0
          }
          if (d.opr) {
            var k = "opera";
            e.browser = k, d[k] = !0
          }
          if (d.safari && d.android) {
            var l = "android";
            e.browser = l, d[l] = !0
          }
          if (d.safari && d.kindle) {
            var m = "kindle";
            e.browser = m, d[m] = !0
          }
          if (d.safari && d.silk) {
            var n = "silk";
            e.browser = n, d[n] = !0
          }
          return d.name = e.browser, d.platform = e.platform, d
        }
        return window.jQBrowser = b(window.navigator.userAgent), window.jQBrowser.uaMatch = b, a && (a.browser = window.jQBrowser), window.jQBrowser
      });
      getParameterJS = function(link, parameterName) {
        var result = "",
          tmp = [];
        link.split("&").forEach(function(item) {
          tmp = item.split("=");
          if (tmp[0] === parameterName) result = decodeURIComponent(tmp[1]);
        });
        return result;
      }
      $(function() {
        let parser = new UAParser();
        let os = parser.getOS();
        let seperator = "?body="; // default Android
        let protocol = "sms:"
        let sms;
        let text = "";
        let phone;
        let prefix = "sms://send?";
        $('div.action-buttons a.button').each(function() {
          let link = $(this).attr('href');
          $('#syntax').html(sms);
          if (link.indexOf(prefix) === 0) {
            link = link.replace(prefix, "");
            text = getParameterJS(link, "text");
            phone = getParameterJS(link, "phone");
            try {
              phone = phone.replace(/ /g, '');
              phone = phone.replace('+', '00');
            } catch (e) {}
            if (os.name === "iOS" && parseInt(os.version) >= 7 && parseInt(os.version) < 8) {
              seperator = ";body=";
            }
            if (os.name === "iOS" && parseInt(os.version) >= 8) {
              seperator = "&body=";
            }
            sms = protocol + phone + seperator + text;
            $(this).attr('href', sms);
            // alert(sms);
          }
        })
      });
    </script>
    <div class="action-buttons">
      <a id="ab-226803" type="button" style="background:#008080" class="button  big green action-button" rel="nofollow" href="#" target="_blank" refid="226803" ref="https://www.bayareaprobaseball.com/pro-scout-2027">
            <i class="view" style="width:30px;background:url(https://cdn.webapp-portal.com/img/svg/color/view?c=ffffff) no-repeat 2px 8px;background-size:26px; "></i>
                <span style="color:#ffffff">SHOW SCOUT TEAM 2027</span></a>
      <a id="ab-226722" type="button" style="background:#000080" class="button  big green action-button" rel="nofollow" href="#" target="_blank" refid="226722" ref="https://www.bayareaprobaseball.com/2026-scout-elite">
            <i class="view" style="width:30px;background:url(https://cdn.webapp-portal.com/img/svg/color/view?c=ffffff) no-repeat 2px 8px;background-size:26px; "></i>
                <span style="color:#ffffff">SHOW SCOUT TEAM ELITE 2026</span></a>
      <a id="ab-226845" type="button" style="background:#008080" class="button  big green action-button" rel="nofollow" href="#" target="_blank" refid="226845" ref="https://www.bayareaprobaseball.com/2026scout">
            <i class="view" style="width:30px;background:url(https://cdn.webapp-portal.com/img/svg/color/view?c=ffffff) no-repeat 2px 8px;background-size:26px; "></i>
                <span style="color:#ffffff">SHOW SCOUT 2026</span></a>
      <a id="ab-226723" type="button" style="background:#000080" class="button  big green action-button" rel="nofollow" href="#" target="_blank" refid="226723" ref="https://www.bayareaprobaseball.com/2025-scout">
            <i class="view" style="width:30px;background:url(https://cdn.webapp-portal.com/img/svg/color/view?c=ffffff) no-repeat 2px 8px;background-size:26px; "></i>
                <span style="color:#ffffff">SHOW SCOUT TEAM 2025</span></a>
    </div>
    <script>
      $(function() {
        $('.action-button').on('click', function() {
          var link = $(this).attr('ref');
          var id = $(this).attr('refid');
          $.post("/api/webhook/call2action", {
            code: 'rosters',
            id: id
          }, function() {
            setTimeout(function() {
              window.open(link, '_blank');
            }, 250); // window.top.location = link -> .top -> in case lp is loaded in iframe from gps dialog on top                 
          });
          return false;
        });
      });
    </script>
    <a rel="nofollow" id="download-vcard" class="button big green" href="/vcard/rosters">
                                        <i class="contact-colored"></i>
                                        <span>Add to contacts</span>
                                    </a>
    <a href="#" class="button big green" id="share-button">
                                <i class="share-colored"></i>
                                <span>Share this Page</span>
                            </a>
    <div class="hide" id="share-wrapper">
      <script>
        $(function() {
          $('div.social-share ul.social-links a').click(function() {
            $.ajax("/l/s?t=247033863&c=rosters&a=" + $(this).attr("id").replace('wl-share-', ''));
          });
        });
      </script>
      <style>
        .social-share .social-links img {
          border-radius: 8px;
        }

        @media(min-width:960px) {
          img.qr-code-l {
            max-width: 400px
          }
        }
      </style>
      <script>
        // in action-buttons.
        var parser = new UAParser();
        var os = parser.getOS();
        var seperator = "?body="; // default Android
        var protocol = "sms:"
        var sms;
        $(document).ready(function() {
          if (os.name === "iOS" && parseInt(os.version) >= 7 && parseInt(os.version) < 8) {
            seperator = ";body=";
            // protocol = "sms://";
          }
          if (os.name === "iOS" && parseInt(os.version) >= 8) {
            seperator = "&body=";
          }
          sms = protocol + seperator;
          $('#wl-share-sms').attr('href', sms + 'https://linked.qrplanet.com/rosters?ref=sms');
        });
      </script>
      <style>
        .add-to-wallet-container {
          display: flex;
          flex-direction: column;
          row-gap: 10px;
          align-items: stretch;
        }

        .add-to-wallet-box {
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 24px;
          border: 1px solid #ccc;
          background-color: #000;
          padding: 10px 20px;
          width: 90%;
          margin-bottom: 5px;
        }

        .add-to-wallet-text {
          color: #fff;
          font-size: 20px;
          padding: 0px;
        }

        .add-to-wallet-box>.wl-share {
          border-radius: 0px;
          height: 21px;
          width: auto;
          margin-right: 12px;
        }

        .addtowallet-preview {
          width: 400px;
          height: 500px;
          border: 2px solid #ccc;
          border-radius: 15px;
          margin: 10px;
          background-color: #39a5f6;
        }

        .add-wallet-editor {
          display: flex;
          justify-content: space-around;
          align-items: center;
          flex-direction: column;
        }

        .apple-wallet-per-email {
          display: flex;
          flex-direction: column;
          margin-top: 6px;
          width: 100%;
        }

        .apple-wallet-per-email-info {
          margin-bottom: 8px;
        }

        .apple-wallet-per-email-info label.help {
          display: inline;
        }

        .apple-wallet-per-email .small-button {
          width: fit-content;
        }

        .simulator-qrcode {
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        @media screen and (max-device-width: 480px) {
          .add-to-wallet-box {
            width: 100%
          }
        }

        /*.add-to-wallet-box > .wl-share {border-radius: 0px; width:auto;}*/
      </style>
      <style>
        .wl-share {
          border-radius: 5px;
        }

        .social-share {
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        .fragment-share-container>.add-to-wallet-container {
          width: 85%;
        }

        .fragment-share-container>.social-share {
          align-items: start;
        }

        .add-to-wallet-box {
          width: auto
        }

        div.add-to-wallet-container {
          margin: 20px 0
        }

        div.add-to-wallet-container a {
          text-decoration: none
        }
      </style>
      <iframe id="hidIFrame" class="hide"></iframe>
      <div class="social-share">
        <ul class="social-links">
          <li>
            <a id="wl-share-wa" rel="nofollow" target="_blank" class="whatsapp large protoco_handler" href="https://wa.me/?text=https%3A%2F%2Flinked.qrplanet.com%2Frosters%3Fref%3Dwa">
                    <img src="https://cdn.webapp-portal.com/img/social/whatsapp.svg" class="wl-share" width="48" height="48" alt="icon whatsapp">
                </a>
          </li>
          <li>
            <a id="wl-share-fb" class="facebook large" rel="nofollow" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://linked.qrplanet.com/rosters?ref=fb">
                <img src="https://cdn.webapp-portal.com/css/images/fc-webicon-facebook.svg" class="wl-share" width="48" height="48" alt="icon facebook">
            </a>
          </li>
          <li>
            <a id="wl-share-tw" rel="nofollow" target="_blank" class="facebook large" href="https://twitter.com/intent/tweet?text=https://linked.qrplanet.com/rosters?ref=tw">
                <img src="https://cdn.webapp-portal.com/css/images/fc-webicon-twitter.svg" class="wl-share" width="48" height="48" alt="icon twitter">
            </a>
          </li>
          <li>
            <a id="wl-share-em" class="mail large" rel="nofollow" target="_blank" href="#">
                    <img src="https://cdn.webapp-portal.com/css/images/social/icon-email128.png" class="wl-share" width="48" height="48" alt="icon email">
                </a>
          </li>
          <!--       <li>
            <a id="wl-share-aw" 
               rel="nofollow"
               target="_blank"
               class="applewallet large" 
               href=""
               >
                <img src="https://cdn.webapp-portal.com/css/images/fc-webicon-applewallet.png"  class="wl-share" width="48" height="48" alt="icon applewallet"/>
            </a>
        </li>
        <li>
            <a id="wl-share-gw" 
               rel="nofollow"
               target="_blank"
               class="googlewallet large" 
               href=""
               >
                <img src="https://cdn.webapp-portal.com/css/images/fc-webicon-googlewallet.svg"  class="wl-share" width="48" height="48" alt="icon googlewallet"/>
            </a>
        </li>-->
        </ul>
        <div class="add-to-wallet-container">
        </div>
        <p class="hide" id="whatsapp-hint">
        </p>
      </div>
      <div class="spacer10"></div>
      <p> or </p>
      <ul class="qr-hint">
        <li>
          <img rel="nofollow" src="/q/rosters//H//1" alt="qr-code-span-id-firstname-2024-rosters-span-span-id-lastname-span-business-card" class="qr-code qr-code-l">
        </li>
        <li class="qr-hint"> Scan this QR Code with a Smartphone to share the Business Card. </li>
      </ul>
    </div>
  </div>
</form>

Text Content

THE CONTACT IS DOWNLOADED TO YOUR PHONE...


2024 ROSTERS - BUSINESS CARD

2024 ROSTERS

Facebook Instagram App Store Twitter


SHOW SCOUT TEAM 2027 SHOW SCOUT TEAM ELITE 2026 SHOW SCOUT 2026 SHOW SCOUT TEAM
2025
Add to contacts Share this Page
 * 
 * 
 * 
 * 
   







or

 * 
 * Scan this QR Code with a Smartphone to share the Business Card.


­