ເພີ່ມລະຫັດຕໍ່ໄປນີ້ຢູ່ໃນເວັບໄຊຂອງເຈົ້າ, ຢູ່ໃນຫົວໂຄດຄໍາສັ່ງ:
<script> function SocialShare(url) { window.open('https://m.kidhod.la/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>