Asked thg 10 19, 2020 7:35 SA 142 2 1
  • 142 2 1
+2

Hỏi về nút share facebook

Share
  • 142 2 1

Chào các bác, em đang làm về việc share website lên facebook. Em muốn khi share tự động tạo hashtag thì có cách nào không ạ. Em search ko ra. Cảm ơn các bác ạ

1 ANSWERS


Answered thg 10 19, 2020 7:46 SA
Accepted
+1

bạn thử thêm tham số hashtag vào xem https://developers.facebook.com/docs/sharing/reference/share-dialog

document.getElementById('share-btn').onclick = function() {
    FB.ui({
        method: 'share',
        hashtag: '#thisisahashtag'
        href: ''https://developers.facebook.com/docs/',
    }, function(response){});
}
Share
Viblo
Let's register a Viblo Account to get more interesting posts.