To add social media links in the footer of Magento, follow these steps:
- Log in to the Magento Admin Panel.
- Go to Content > Design > Configuration.
- Select the store view for which you want to add social media links.
- In the footer section, you’ll find a text area for “Footer Links”.
- Enter the following code to add the social media icons with links to your footer:
css
<a href="[LINK TO YOUR SOCIAL MEDIA PROFILE]">
<img src="[ICON IMAGE URL]" alt="[NAME OF THE SOCIAL MEDIA PLATFORM]" />
</a>
- Repeat the steps for each social media platform you want to add.
- Save the changes.
Note: Make sure to replace the placeholder values in square brackets with the actual values.