Sponsored
Đã fix chức năng mặt cười trong bài viết, có nhiều icon mặt cười khác nhau để lựa chọn.
Share Plugin
Add the following code in your site, inside the head tag:
                                                                                <script>
                                                                                  function SocialShare(url) {
                                                                                      window.open('https://arg.vn/share?url=' + url, '', 'height=600,width=800');
                                                                                  }
                                                                                </script>
                                                                                
Then place the share button after changing the URL you want to share to your page 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>
Example:
ARGVN https://arg.vn