Linking to FB profile | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Linking to FB profile

hey mate's on my very first humble try to link the contact section to my FB profile (and any other profiles) I just failed : // , anyones tell me the reason ??! https://code.sololearn.com/WqN6ipm4a5ie/?ref=app

13th Apr 2018, 12:02 PM
Mehdi Sharifi
Mehdi Sharifi - avatar
2 Answers
+ 2
Hi Mehdi You have mixed up your image and your link urls. Also you will have to open up the face book page in new window or tab. And off course you will need to provide a link for facebook logo. Here is working code <!-- Contacts section start --> <div class="section" id="contacts"> <h1><span>Follow Me</span></h1> <div> <a href="https://www.sololearn.com/" target="_blank"> <img alt="SoloLearn" src="https://www.sololearn.com/Uploads/icons/sololearn.png" /> </a> <a href="https://www.facebook.com/profile.php?id=100010003207447" target="_blank"> <img alt="Facebook" src="your fb imge link"/> </a> <a href="#"> <img alt="Twitter" src="https://www.sololearn.com/Uploads/icons/twitter.png" /> </a> </div> </div> <!-- Contacts section end -->
13th Apr 2018, 2:02 PM
Mike Choy
Mike Choy - avatar
+ 1
Thank you Mike ! cheers !
13th Apr 2018, 2:34 PM
Mehdi Sharifi
Mehdi Sharifi - avatar