Media for FB and TW
Closed this issue · 1 comments
vlafiser commented
Hi man,
thank you for this component! But, how works the Media for FB and TW?
If I'm trying something like this:
var media = "http://someUrl.com/imageName.png";
...
<FacebookButton url={url} media={media}>
FB share
</FacebookButton>
nothing happen there. Can you help me, how include the image there? Thank you!
V.
olahol commented
Sadly Facebook does not allow custom inputs to their sharer.php
anymore. I have added a message
prop though to the Facebook and Twitter buttons though, that can be used to add an image that Twitter/Facebook might pick up.