I am using fb.ui to share on facebook whith a hashtag
FB.ui({
method: 'share',
href: url,
hashtag: '#TestHash1'
}, function(response){
});
How can I send 2 hashtags? I have tried each of the below but they do not work.
hashtag: '#TestHash1#TestHash1'
hashtag: '#TestHash1 #TestHash1'
hashtag: ['#TestHash1', '#TestHash1']
Facebook has updated their policies. so now we can provide a Hashtag and no more.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With