+2
Hỏi về nút share facebook
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 ạ
Thêm một bình luận
1 CÂU TRẢ LỜI
+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){});
}