The WordPress Divi theme add more social media links in header and footer The WordPress divi theme in by default icons as Facebook, Twitter, Google+, Instagram, RSS only not all icons there, if you need to add more social icons, you can do all add more social media links in divi the header and footer.
The main focus on linkedin icon with link is very important nowdays used for all types websites, the WordPress divi theme developer not yet added for linkedin link from backend panel, So WordPress developers can do free add all social links to use custom code in header and footer.
You can do easily manually free add more social link on divi theme header and footer in any of the following social media links with icons using custom code.
  • Linkedin
  • Dribbble
  • Youtube
  • Pinterest
  • Tumblr
  • Skype
  • Flikr
  • Myspace
  • Vimeo

How to include all social media links in divi header and footer

add more social links in divi, add more social icons divi, add extra social links in divi,social icons in divi header footer,free add more social links divi theme

How to free add more social links in divi header and footer


You will need to use a divi child theme, then divi theme in add more social links on header and footer for following below these steps:-
  • Connect to FTP or cPanel
  • Go to file manager on WordPress
  • After copy the following file it social_icons.php
  • Find path: wp-content\themes\Divi\includes\social_icons.php
  • Go to your divi child theme
  • Create a new folder name it includes
  • After social_icons.php file copy inside this folder includes
  • Find </ul> tag end of file
  • Code paste before the </ul> tag, the below custom social icons code
  • Save

The below custom code for all add extra socials media icons with links on divi theme header and footer.
<li class="et-social-icon et-social-linkedin">
<a href="www.linkedin.com" target="_blank" class="icon"></a>
</li>
<li class="et-social-icon et-social-youtube">
<a href="youtube.com" target="_blank" class="icon"></a>
</li>
<li class="et-social-icon et-social-instagram">
<a href="www.instagram.com" target="_blank" class="icon"></a>
</li>
<li class="et-social-icon et-social-tumblr">
<a href="www.tumblr.com" target="_blank" class="icon"></a>
</li>

If you want to add more social media icons on divi theme using a paid plugin, Now you can do use name this Divi Icon Party wp plugin for add more social icons to any place.The wordPres divi theme for all more social icons paid plugin download here - Divi Icon Party Plugin

Conclusion!

The mian goal of this article is to the divi theme in free add more social icons on your wordpress website, So the above free tricks is about how to add more social links in divi header and footer, We hope by this article you can do easily free add extra social media icons in divi theme header and footer.