How to Add Social Media Icons to an Email Signature
Enhance your email signature by adding social media icons. Discover step-by-step instructions to turn every email into a powerful marketing tool.

Tracking the true performance of your LinkedIn ads starts with a simple piece of JavaScript code. Installing the LinkedIn Insight Tag on your WordPress site closes the loop between ad clicks and actual business results, letting you measure conversions, retarget visitors, and get detailed demographic insights. This guide will walk you through exactly how to add the tag to your website using a plugin or manually adding code.
The LinkedIn Insight Tag is a lightweight snippet of JavaScript that you place on your website. Once installed, it adds a cookie to your visitor's browser, allowing LinkedIn to recognize them as someone who came from one of your campaigns. It’s an essential tool for any business advertising on the platform, and its power comes from three main capabilities:
In short, without the Insight Tag, you’re flying blind. You can see how many people click your ads, but you have no idea what they do afterward. Installing the tag illuminates that customer journey and transforms LinkedIn ads from a guessing game into a measurable marketing channel.
Before you can add the tag to WordPress, you first need to get the code from your LinkedIn Campaign Manager. The process is straightforward and only takes a minute.
Here’s how to locate your unique code snippet:
It will look something like this:
<,script type="text/javascript">,
_linkedin_partner_id = "1234567",
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [],
window._linkedin_data_partner_ids.push(_linkedin_partner_id),
<,/script>,<,script type="text/javascript">,
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b]),},
window.lintrk.q=[],}
var s = document.getElementsByTagName("script")[0],
var b = document.createElement("script"),
b.type = "text/javascript",b.async = true,
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js",
s.parentNode.insertBefore(b, s),})(window.lintrk),
<,/script>,
<,noscript>,
<,img height="1" width="1" style="display:none," alt="" src="https://px.ads.linkedin.com/collect/?pid=1234567&,fmt=gif" />,
<,/noscript>,
Click the Copy code button to copy the entire snippet to your clipboard. Now you’re ready to add it to your WordPress site.
There are multiple ways to install the Insight Tag on a WordPress site. We’ll cover the three most common methods, ranging from the non-technical-friendly plugin approach to more advanced methods for those comfortable with code. For most users, the plugin method is the safest and easiest option.
Using a dedicated plugin to manage scripts is the recommended approach for anyone who isn’t comfortable editing theme files directly. It's clean, simple, and you don’t have to worry about accidentally breaking your site or losing your changes when you update your theme.
Our favorite for this is the WPCode – Insert Headers and Footers plugin.
That’s it! The plugin will now automatically inject the Insight Tag code into the <,head>, section of every page on your website, which is exactly where LinkedIn wants it to be.
For those who prefer to keep their plugin list lean, you can add the Insight Tag directly to your theme’s functions.php file. Always use a child theme for this! If you edit the parent theme directly, your code will be erased the next time the theme is updated.
Editing your theme's files can break your site if done incorrectly. It's a good idea to back up your website before proceeding. If you're not comfortable with this, stick with Method 1.
function add_linkedin_insight_tag_header() {
?>,
<,!-- PASTE YOUR LINKEDIN INSIGHT TAG CODE HERE -->,
<,?php
}
add_action( 'wp_head', 'add_linkedin_insight_tag_header' ),
Your Insight Tag code goes in between the ?>, and <,?php lines.
This code tells WordPress to hook into the wp_head action - which runs when WordPress constructs the <,head>, section of your site - and inject your custom function, which contains the tag. The result is the same as the plugin method, but without adding another plugin.
This method involves editing your theme’s header.php template file directly. This is the least recommended approach because it’s the most fragile. Like the functions.php method, you must use a child theme. Even with a child theme, this method is less ideal because it creates a template override that might break if the parent theme changes its header.php structure in a future update.
<,/head>, tag within the file.<,/head>, tag.After installing the tag, you need to make sure it's firing correctly. LinkedIn gives you a simple way to check this right from your ad account, but you can also use your browser's developer tools for a more technical look.
The easiest way to verify is to head back to the Insight Tag section within your LinkedIn Campaign Manager (Analyze >, Insight Tag). After installing the code and visiting a few pages on your site, your domain should appear in the list with a status signal.
For an instant check, you can use the built-in developer tools in browsers like Google Chrome.
If the tag is installed correctly, you should see at least one successful request show up in the list with a name containing `px.ads.linkedin.com`. The status should be `200`, indicating a normal signal.
Just having the sitewide tag installed is great for analytics and retargeting, but the biggest benefits come from tracking specific actions. This is called conversion tracking, and it’s how you’ll measure the real impact of your ad spend.
For example, you could track when a user submits a contact form by counting a conversion every time someone lands on your "thank you" page. Here's a high-level overview of how to set that up:
Once you save and activate this conversion, LinkedIn will start tracking every time a user who has previously clicked on one of your ads lands on that specific page. Now your campaign reporting won't just show clicks - it will show tangible leads and results.
Installing the LinkedIn Insight Tag on your WordPress site unlocks the true power of your advertising efforts, providing a direct line of sight from ad spend to real-world business results. Whether you use a simple plugin or add the code manually, getting it in place puts you ahead of the curve and empowers you to make smarter, data-driven marketing decisions.
As you get deeper into both your paid and organic social strategies, clean analytics become essential. That's why at Postbase, we designed our platform with a clear and simple analytics dashboard right at its core. Seeing exactly what organic LinkedIn content drives engagement - alongside performance data from other platforms - helps you fine-tune your messaging and understand your audience on a deeper level. It provides the organic strategy insights that perfectly complement the data from your ad campaigns, creating a fully integrated approach to social media marketing.
Enhance your email signature by adding social media icons. Discover step-by-step instructions to turn every email into a powerful marketing tool.
Record clear audio for Instagram Reels with this guide. Learn actionable steps to create professional-sounding audio, using just your phone or upgraded gear.
Check your Instagram profile interactions to see what your audience loves. Discover where to find these insights and use them to make smarter content decisions.
Requesting an Instagram username? Learn strategies from trademark claims to negotiation for securing your ideal handle. Get the steps to boost your brand today!
Attract your ideal audience on Instagram with our guide. Discover steps to define, find, and engage followers who buy and believe in your brand.
Activate Instagram Insights to boost your content strategy. Learn how to turn it on, what to analyze, and use data to grow your account effectively.
Wrestling with social media? It doesn’t have to be this hard. Plan your content, schedule posts, respond to comments, and analyze performance — all in one simple, easy-to-use tool.