https://whatsapp-embedded.expad.com.br/

Submitted URL:
https://whatsapp-embedded.expad.com.br/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 13 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
IMaskfunction
initWhatsappPluginfunction
attachPhoneMaskfunction
fetchTranslationsForfunction
getFilteredPhoneNumberfunction
getHeightfunction
isEmailValidfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Expad - Whatsapp</title>
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" crossorigin="" href="https://fonts.gstatic.com">
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@600&amp;family=Roboto&amp;display=swap">
  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  <script src="https://unpkg.com/imask"></script>
  <link rel="stylesheet" href="style-whatsapp.css">
</head>

<body>
  <div class="expad show-modal">
    <div class="whatsapp-modal">
      <div class="expad-whatsapp-modal-header">
        <div class="whatsapp-logo">
          <div class="logo-icon"></div>
        </div>
        <div class="title">WhatsApp</div>
        <div id="close-modal" class="close-modal">
          <div class="close-icon"></div>
        </div>
      </div>
      <div id="expad-whatsapp-modal-content">
        <div class="expad-whatsapp-modal-content-text"></div>
        <form id="whatsapp-form" class="whatsapp-form">
          <div>
            <div class="fields" style="flex: 1 1 0%">
              <input id="wpp-name" class="wpp-name">
              <label data-i18n-key="input-label-name">Nome</label>
              <p id="name-error" style="color: red"></p>
            </div>
            <div class="fields">
              <input type="tel" class="wpp-phone" id="wpp-phone" maxlength="20" placeholder="(  ) _____-____">
              <label data-i18n-key="input-label-phone-number">Telefone</label>
              <p id="phone-error" style="color: red"></p>
            </div>
          </div>
          <div id="email-field" class="fields" style="display: none;">
            <input id="wpp-email" class="wpp-email">
            <label data-i18n-key="input-label-email">E-mail</label>
            <p id="email-error" style="color: red"></p>
          </div>
          <div id="custom-field" class="fields" style="display: none;">
            <input id="wpp-custom" class="wpp-custom">
            <label id="custom-field-label"></label>
            <p id="custom-field-error" style="color: red"></p>
          </div>
          <div id="multiple-choice-custom-field" style="display: block; flex-direction: column; padding: 16px 10px 0 10px;">
            <label id="multiple-choice-custom-field-label" style="padding-bottom: 16px;"></label>
            <div style="display: flex;flex-direction: column;"></div>
            <p id="multiple-choice-error" style="color: red; display: none;"></p>
          </div>
          <span id="whatsapp-privacy-policy" style="padding: 16px 10px 0 10px; display: none">
            <span id="whatsapp-privacy-policy-text" data-i18n-key="privacy-policy-text">Ao continuar, você concorda com nossa</span> 
            <a id="whatsapp-privacy-policy-url" data-i18n-key="privacy-policy-url" href="" target="_blank">política de privacidade</a>.
          </span>
          <div style="height: 18px"></div>
          <button id="send-lead" class="submit" data-i18n-key="submit-button-text">Ir para o WhatsApp</button>
        </form>
      </div>
      <div id="whatsapp-list" class="hide-wpp-element">
        <div id="whatsapp-list-wrapper"></div>
      </div>
    </div>
  </div>

  <script src="bundle-whatsapp.js"></script>


</body></html>