Skip to main content

Add Linkedin Follow Button In Blogger Blog

Replace yourusername with your actual LinkedIn profile username.

Simple LinkedIn Follow Button 

<!-- LinkedIn Follow Button -->
<div style="text-align:center; margin:20px 0;">
  <a href="https://www.linkedin.com/in/yourusername/" target="_blank"
     style="background-color:#0A66C2;
     color:#ffffff;
     padding:12px 24px;
     border-radius:6px;
     text-decoration:none;
     font-size:16px;
     font-weight:bold;
     display:inline-block;">
     Follow Me on LinkedIn
  </a>
</div>


Modern Rounded Button (Professional Look)

<!-- Stylish LinkedIn Follow Button -->
<div style="text-align:center; margin:20px 0;">
  <a href="https://www.linkedin.com/in/yourusername/" target="_blank"
     style="background:linear-gradient(45deg,#0A66C2,#004182);
     color:#ffffff;
     padding:14px 28px;
     border-radius:30px;
     text-decoration:none;
     font-size:17px;
     font-weight:600;
     box-shadow:0 5px 15px rgba(0,0,0,0.2);
     transition:0.3s;">
     Connect on LinkedIn
  </a>
</div>

How to Add in Blogger

  • Go to Blogger Dashboard
  • Click Layout
  • Click Add a Gadget
  • Select HTML/JavaScript
  • Paste the code
  • Click Save
  • Done.

Comments