react-starter
react-starter copied to clipboard
Where to put <head>
Hi there,
To add facebook share button to my website, I need to add some open graph meta tag. See https://developers.facebook.com/docs/plugins/share-button/ I tried to use react-helmet and it didn't work. (the description didn't show up in the share page.) Can anyone please help? Thanks.
-S
I tried to put the meta tag in render() function, but it doesn't compile. Any idea where to put these? Thanks.
I guess my question is essentially where to put the
tag? I don't see the .html file nor putting it in render() function works. This should be a general question, anyone has any idea?