How do I use a picture to create a link, linking to my Facebook account???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I use a picture to create a link, linking to my Facebook account????

I really must know linking.

27th Sep 2019, 1:36 AM
Itz Godwin II
Itz Godwin II - avatar
1 Answer
+ 3
Steps: Copy the url of your FACEBOOK account. Then use a photo url from your facebook or simply anywhere you wish. Wrap the <img> with <a></a> Example code: <a href="https://www.facebook.com/?profile.php.....> <img src="www.giphy.com/.....gif> </a> Here, the url in <img> is thei photo. When user clicks on it, it will redirect to the browser to your fb account.
27th Sep 2019, 1:59 AM
NightFox
NightFox - avatar