0
How do I use a picture to create a link, linking to my Facebook account????
I really must know linking.
1 Resposta
+ 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.