I am not able to share image on twitter using react-share. My code is :
<TwitterShareButton 
     url={window.location.href} 
     title={props.data.breadcrumb}
     imageURL={props.data.product_info.image_path}
     children={<TwitterIcon size={32} round={true} />}
/>
image is being loaded from api. i have changed imageURL to media and it is still not working. Can i share image or not?