Hello guys, i'm trying to use the react-share library to share my application in social networks. My app is a basic and simple reactjs application with several routes with query params. The idea is to share the routes by providing dynamically the required params. This is already done, but still the shared content is not the desire one. I'm doing this:
Hello guys, i'm trying to use the react-share library to share my application in social networks. My app is a basic and simple reactjs application with several routes with query params. The idea is to share the routes by providing dynamically the required params. This is already done, but still the shared content is not the desire one. I'm doing this:
but always trying to retrieve the info from the main page, regarding i set this onto the page:
Thanks in advance