Hi, I am using the Angular Socialshare library and when you share on Facebook, the image is not displayed, you can simply see the text of the content on the page, this is the code ...
<a href=""
socialshare
socialshare-provider="facebook"
socialshare-type="feed"
socialshare-via="1740491275981023"
socialshare-media="http://ip:3001/images/logo.png"
socialshare-text="Caso Relevante"
socialshare-caption="PC"
socialshare-url="http://ip:3001/operador"
socialshare-quote="720kb Angular-Social-Share"
socialshare-hashtags="#Saludos"
socialshare-popup-height="300"
socialshare-popup-width="400"
socialshare-trigger="click">
<img src="../../images/facebooklogo.png" style="max-width: 1.5%" >
</a>
I do not know if I'm missing any label or settings so you can see a preloaded image. or will it be that I access by ip so it does not show me a previous image?