jssocials
jssocials copied to clipboard
Add alternative text to custom logo images
I'm adding a custom image for each social icon, like this:
$("#share").jsSocials({
shares: [
{
share: "twitter",
logo: "dist/images/twitter-square-brands.svg",
},
{
share: "facebook",
logo: "dist/images/facebook-square-brands.svg",
},
],
showLabel: false,
showCount: false,
});
But the plugin is not adding alt
property to <img>
tag. Is there a way to do this?
the ALternate text and title must be implemented in the js because are really important for SEO and for blind people.
no fix???
+1