Hi guys,
Sometimes in some of the sites I make I get a 404 on clicking the social icons in the header/footer, because while I insert the correct url in the backend Social Profiles icon, the front end appends the home url to the link.
For example, if you click on the LinkedIn icon (the only one active right now) on this test site’s header:
http://new.vacationrentalsecrets.com/
you get this url:
http://new.vacationrentalsecrets.com/www.linkedin.com/in/antoniobortolotti/en
which returns a 404. How do I make sure the link renders correctly?
Thank you.
Hey Antonio!
Make sure that your link has an http:// in front of it. Otherwise the domain will be added to the front.
Cheers!
Elliott
Thank you so much Elliot!
That solved the probelm :)
Antonio