How do I add a linkedin icon to my website's footer?

How do I add a linkedin icon to my website's footer?

juliesaddlehill
Visitor
1 0 0

I see some previous answers mention adding code to to the social icons but I don't have that in my code. Im using Dawn 3.0.0

Reply 1 (1)
Yuparkoti
Explorer
46 6 3

Hi Enoch,

If you don’t have a section in your code for social icons you can add the LinkedIn icon to your website footer by following these steps:

  • Find the HTML file where your footer is located. This is usually footer.html, site-footer.html or something similar.
  • Decide where in the footer you want to place the LinkedIn icon. This is usually near other social media icons or contact info.
  • Add the following code snippet to your footer HTML file where you want the LinkedIn icon to appear:

try like: 

<html>

<a href="url" target="_blank">

  <img src="url.png" alt="LinkedIn">

</a>

</html>

Replace "yourusername" in the href attribute with your actual LinkedIn profile URL.

  • Save the changes to your HTML file and upload it to your website server.
  • Refresh your website and check if the LinkedIn icon is now visible in the footer and linked to your LinkedIn profile.

 

 

» Claim Shopify Free Trial — 3 Months for $1 Each


» Best Regards, Yuparkoti | Shopify Explorer
» If my answer helped you, please mark it as a solution | Thanks!