If you are new to TikTikTalk ? Your first verification mail might be in your spam folder.Check there and move it to your inbox to complete registration or account verification process..
Спонсоры
sociofans

Поделиться плагином
Добавьте следующий код на свой сайт, внутри тега head:
            <script>
              function SocialShare(url) {
                  window.open('https://tiktiktalk.com/share?url=' + url, '', 'height=600,width=800');
              }
            </script>
            
Затем поместите кнопку общего доступа после изменения URL-адреса, которым вы хотите поделиться на своей странице HTML:
<button onclick="SocialShare('http://yoursite.com/')">Share</button>
Also you can use this code to share the current page:
<button onclick="SocialShare(window.location.href)">Share</button>
Пример:
Спонсоры