How can you add a png image to a shared link?
-
Sometimes we want to share link in social media like twitter or whatsapp, but we want it to be embedded to the image we want so what do we do? After a few hours of as usual utube search and safari and could find a suitable technique till I came across this link https://www.tutorialspoint.com/How-to-use-an-image-as-a-link-in-HTML.
Thank You
So to run you through
The following image works as a link:<br> <a href="https://www.qries.com/"> <img alt="Qries" src="https://www.qries.com/images/banner_logo.png" width=150" height="70">
So you replace https://www.qries.com/ =====>with your link
And then replace
www.qries.com/images/banner =======> with the link for your png image
You can customise the width and height too.
This is my Quizizz link that I customised
Comments
Post a Comment