Linkedin public profile badge builder not working?

In today’s interconnected professional world, having a LinkedIn profile badge on your website serves as a powerful networking tool. It’s like having a digital business card seamlessly integrated into your online presence, allowing visitors to quickly connect with you on the world’s largest professional network.

Here’s a Solution for a broken profile badge builder

Recent issues with LinkedIn’s official badge builder have created frustration for many users. Sometimes the badge appears broken, displays incorrectly, or fails to load entirely. This inconsistency can actually harm your website’s professional appearance rather than enhance it. Imagine a potential client visiting your site only to find a broken LinkedIn badge – it’s like having a business card with smudged ink or missing information.

Many professionals value these badges because they add credibility and accessibility to their websites. Whether you’re a freelancer, consultant, or business owner, a LinkedIn badge can help potential clients or employers verify your credentials and experience with just one click. It’s particularly valuable for portfolio websites, professional blogs, and business pages where establishing trust is crucial.

Fortunately, there are alternative solutions to maintain a professional LinkedIn presence on your website without relying on the official badge builder. Here is one such solution which we have coded up for you. You can add it to any website that allows you to drop in custom code. For example, if you use WordPress, you can use the Gutenberg HTML block and just drop the code in wherever it is needed. The example below includes inline styles to ensure no matter what style you have on your website, this badge remains consistent.

Remember, while having a LinkedIn badge on your website can enhance your professional presence, it’s more important that it works consistently and looks professional rather than implementing a solution that might detract from your site’s overall impression.

Help! I am not a coder. Can you do it for me?

Getting your LinkedIn badge up and running doesn’t have to be complicated. We offer two simple solutions:

Option 1: Let Us Do It For You

We can add the badge directly to your website for you. Our service includes a quick professional installation of the badge on your site at our regular hourly rate, which is usually only about $50.

Option 2: Use Our Simple Form

Don’t want to wait? Just fill out our form below, and we’ll automatically email you your custom code right away:







    Both options save you from dealing with technical details while ensuring you get a professional, working LinkedIn badge on your site. No coding knowledge required!

    Want to get started? Choose either option above, and you’ll have your badge up and running in no time.

    Thank you for reading! We hope this information helps you overcome the challenges of adding a LinkedIn badge to your website. Remember that maintaining a professional online presence is crucial in today’s digital world, and a properly functioning LinkedIn badge can make a significant difference in how potential clients or employers connect with you.

    Disclaimer: All websites are different in their structure, hosting environment, and technical requirements. While we strive to provide reliable solutions, if you choose to implement this code on your website (whether in its original form or modified), you do so at your own risk. We cannot assume responsibility for any issues or liability that may arise from its use. For peace of mind and professional implementation, we’re always happy to help by installing the badge for you – ensuring it works perfectly with your specific website setup.

    Need help getting your LinkedIn badge set up? Just reach out! We’re here to make your online presence work for you.

    The Profile Badge Code:

    <div style="background-color: #fff; border-radius: 8px; overflow: visible; box-shadow: 0px -1px 1px rgba(0,0,0,0.08), 1px 0px 1px rgba(0,0,0,0.08), -1px 0px 1px rgba(0,0,0,0.08), 0px 1px 1px rgba(0,0,0,0.08); padding: 10px; margin: 10px; text-align: left; width: 220px; font-family: Arial, sans-serif; position: relative;">
    
        <!-- Name & Title -->
        <h3 style="font-size: 14px; margin: 3px 0; font-family: Arial, sans-serif;">
            <a href="#" target="_blank" style="text-decoration: none; color: #0073b1; font-weight: bold; font-family: Arial, sans-serif;">
                Full Name with Link
            </a>
        </h3>
        <h4 style="font-size: 12px; color: #555; margin: 3px 0; font-family: Arial, sans-serif;">Job Title Or Job Field</h4>
    
        <!-- School -->
        <h4 style="font-size: 12px; color: #555; margin: 3px 0; font-family: Arial, sans-serif;">
            <a href="#" target="_blank" style="text-decoration: none; color: #0073b1; font-family: Arial, sans-serif;">
                Credentials or Education Highlight With Link
            </a>
        </h4>
    
        <!-- Footer (Button + LinkedIn & Profile Icons) -->
        <div style="display: flex; justify-content: space-between; align-items: center; margin-top: 10px;">
            <a href="#" target="_blank"
               style="background-color: transparent; border-radius: 24px; box-shadow: inset 0 0 0 1px #0a66c2; color: #0a66c2; text-decoration: none; font-size: 12px; font-weight: 600; padding: 5px 12px; transition: background-color 0.3s, color 0.3s; font-family: Arial, sans-serif;"
               onmouseover="this.style.backgroundColor='#0a66c2'; this.style.color='white';"
               onmouseout="this.style.backgroundColor='transparent'; this.style.color='#0a66c2';">
                View profile
            </a>
    
            <!-- LinkedIn & Profile Icons -->
            <div style="display: flex; align-items: center; position: relative;">
                <!-- LinkedIn SVG -->
                <svg aria-hidden="true" role="img" height="20" width="20" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg" style="fill: #0073b1; margin-right: 10px;">
                    <path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path>
                </svg>
    
                <!-- Profile SVG with Hover Pop-Out -->
                <a href="https://designweblouisville.com/?p=6184" target="_blank" 
                   style="position: relative; display: flex; align-items: center; text-decoration: none; font-family: Arial, sans-serif;">
                    <svg aria-hidden="true" role="img" height="20" width="20" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg" style="fill: #0073b1;">
                        <path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"></path>
                    </svg>
                    <span style="position: absolute; bottom: 30px; right: -20px; background-color: #0073b1; color: white; font-size: 10px; padding: 4px 8px; border-radius: 4px; white-space: nowrap; opacity: 0; transition: opacity 0.3s, transform 0.3s; transform: translateX(10px); pointer-events: none; z-index: 1000; font-family: Arial, sans-serif;" class="badge-popup">
                        Badge Maker
                    </span>
                </a>
            </div>
        </div>
    
    </div>
    
    <script>
    document.addEventListener("DOMContentLoaded", function() {
        const profileLink = document.querySelector("a[href='https://designweblouisville.com/?p=6184']");
        if (profileLink) {
            profileLink.addEventListener("mouseenter", function() {
                const popup = this.querySelector(".badge-popup");
                popup.style.opacity = "1";
                popup.style.transform = "translateX(0)";
            });
            profileLink.addEventListener("mouseleave", function() {
                const popup = this.querySelector(".badge-popup");
                popup.style.opacity = "0";
                popup.style.transform = "translateX(10px)";
            });
        }
    });
    </script>
    

    Embarking on a project related to our latest post "Linkedin public profile badge builder not working?"?

    Leverage our years of experience in websites, design and digital marketing. We are here to help you navigate the complexities of crafting a seamless digital experience. To discuss your specific needs and goals, please fill out the contact form below and let us answer your questions and bring your vision to life.