Idukki LinkedIn Widgets | Embed LinkedIn Feed on Website
Turn LinkedIn content into a growth engine for your Business
Get Started

Brands That Trust Us








Display trustworthy social proof to your website
5x
Conversion
rate
300%
Time on
site
80%
Less manual
review
ZERO Site speed impact
Drive conversions with dynamic LinkedIn social wall

How Idukki Works
Get 70% higher engagement with LinkedIn Feed on your website

Show your posts from LinkedIn in seconds
- Aggregate most engaging posts from your company or personal feed
- Stay updated with real-time content sync
- Filter content based on relevance, engagement, or product mentions

Customize your LinkedIn social wall
- Customize colors, fonts, and styles to align with your brand
- Pin/Hide posts that you want to show/remove on your widget
- CSS customization available

Seamlessly integrate with tools you ︎❤️









Go live with your visual content feed in minutes
- Place LinkedIn widget strategically on product pages, homepages, or landing pages
- Zero impact on site speed
- Our code works on every CMS platform like WordPress, Wix, Woocommerce etc.
Why choose Idukki?
Intelligent profanity filter
Automated rights management
SEO friendly widgets
24x7 Support
No-code integration
Mobile responsive widgets

Maximize ROI with engaging social content
- Demonstrate content value with detailed reports
- Track which posts give you higher conversions, clicks and more!
- Measure your performance, and scale and repeat
Get our Latest Expert Insights

How to Embed LinkedIn Feed on Your Website?
Maximize Impact with Customizable Pricing
20% off
Monthly
Annually
$10/month
10,000
Starter
- 24 hours synchronization
- Up to 2 custom domains
- Add likes/comments/reaction count
- With watermark
.pricing-calculator-1 {
padding: 30px 0 20px 0;
text-align: center;
width: 360px;
margin: auto;
}
#title-1 {
font-size: 16px;
color: #333;
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.pricing-calculator-1 button {
font-size: 0.8em;
background-color: #a27bb8;
color: white;
border: none;
padding: 5px 10px;
border-radius: 15px;
cursor: pointer;
}
#priceText-1 {
font-size: 2.2em;
font-weight: bold;
color: #000;
margin: 15px 0 25px 0;
}
#priceText-1 > sub {
font-size: 16px;
color: gray;
font-weight: 500;
}
.interaction {
border-top: 1px dashed #ccc;
padding-top: 20px;
font-size: 18px;
color: #555;
}
#usercount-1 {
font-size: 16px;
color: #555;
margin: 0 0 5px 0;
}
.slider1 {
width: 80% !important;
height: 8px;
margin-top: 25px !important;
-webkit-appearance: none;
appearance: none;
background: linear-gradient(to right, #6449FB 0%, #ddd 100%);
border-radius: 10px;
cursor: pointer;
}
.slider1::-webkit-slider-thumb {
width: 20px;
height: 20px;
background: #6449FB;
border: 2px solid #fff;
border-radius: 50%;
}
.feature-list {
text-align: left;
padding: 25px 0 20px 30px !important;
margin: 20px auto 0;
font-size: 14px;
color: #555;
}
.feature-list ul {
list-style: none;
padding: 0;
}
.feature-list ul li {
padding-left: 20px;
position: relative;
}
.feature-list ul li:before {
content: '';
position: absolute;
left: 0;
top: 5px;
width: 12px;
height: 12px;
background: green;
border-radius: 50%;
}
Growth
🔥 Popular
$20/month
Upto 50,000 impressions/month
2 users
Everything on Growth plan:
- 24 hours synchronization
- Up to 2 custom domains
- Add likes/comments/reaction count
- Without watermark
const slider1 = document.getElementById('priceSlider-1');
const priceText1 = document.getElementById('priceText-1');
const interactionCount1 = document.getElementById('interactionCount-1');
const userCount1 = document.getElementById('userCount-1');
const planTitle1 = document.getElementById('planTitle-1');
const features1 = document.getElementById('features-1');
// Initialize slider background gradient
const initialValue = slider1.value;
slider1.style.background = `linear-gradient(to right, #6449FB ${initialValue}%, #ddd ${initialValue}%)`;
slider1.addEventListener('input', () => {
const value = slider1.value;
// Update slider background dynamically
slider1.style.background = `linear-gradient(to right, #6449FB ${value}%, #ddd ${value}%)`;
let plan, price, interactions, users, featureList;
if (value <= 30) {
plan = 'Starter';
price = '$10<sub>/month</sub>';
interactions = '10,000';
users = '5';
featureList = `
<ul>
<li>Up to 200 MB space</li>
<li>OnSite widget upload</li>
<li>24 hours synchronization</li>
<li>Up to 2 custom domains</li>
<li>With watermark</li>
</ul>`;
} else if (value <= 70) {
plan = 'Growth';
price = '$20<sub>/month</sub>';
interactions = '50,000';
users = '2';
featureList = `
<ul>
<li>24 hours synchronization</li>
<li>Up to 2 custom domains</li>
<li>Add likes/comments/reaction count</li>
<li>Without watermark</li>
</ul>`;
} else {
plan = 'Professional';
price = '$50<sub>/month</sub>';
interactions = '40,000';
users = '5';
featureList = `
<ul>
<li>24 hours synchronization</li>
<li>Up to 5 custom domains</li>
<li>Add likes/comments/reaction count</li>
<li>Without watermark</li>
</ul>`;
}
priceText1.innerHTML = price;
interactionCount1.textContent = interactions;
userCount1.textContent = users;
planTitle1.textContent = plan;
features1.innerHTML = `<span>Everything on <strong>${plan}</strong> plan:</span>` + featureList;
});
Custom
100,000
Enterprise
- 6 hours synchronization
- Up to 10 custom domains
- Add likes/comments/reaction count
- Without watermark
$120
10,000
Starter
- OnSite widget upload
- 24 hours synchronization
- Up to 2 custom domains
- With watermark
/* Pricing Calculator Container */
.pricing-calculator {
background: #fff;
padding: 30px 0 20px 0;
text-align: center;
width: 360px;
margin: auto;
}
/* Title Section */
#title {
font-size: 16px;
color: #0f0f0f;
font-weight: 500;
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
/* Button inside Title */
.pricing-calculator button {
font-size: 0.8em;
background-color: #a27bb8;
color: white;
border: none;
padding: 5px 10px;
border-radius: 15px;
cursor: pointer;
}
/* Price and Interaction Styles */
#priceText {
font-size: 2.2em;
font-weight: bold;
color: #333;
margin: 15px 0 25px 0;
}
.interaction {
border-top: 1px dashed #000;
padding-top: 10px;
font-size: 18px;
margin: 5px 0;
color: #000;
}
#usercount {
font-size: 0.9em;
color: #000;
margin-top: 0px;
}
/* General Slider Style */
.slider {
width: 80% !important;
margin: 10px auto;
-webkit-appearance: none;
appearance: none;
background: linear-gradient(to right, #6449FB 50%, #ddd 50%);
border-radius: 10px;
cursor: pointer;
}
/* WebKit Browsers (Chrome, Safari, Edge) */
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background-color: #6449FB; /* Thumb color */
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
/* Firefox */
.slider::-moz-range-thumb {
width: 20px;
height: 20px;
background-color: #6449FB; /* Thumb color */
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
/* Microsoft Browsers */
.slider::-ms-thumb {
width: 20px;
height: 20px;
background-color: #6449FB; /* Thumb color */
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
/* Feature List */
.feature-list {
text-align: left;
font-size: 0.95em;
line-height: 1.6;
color: #555;
padding: 20px;
border-top: 1px dashed #000;
margin-top: 20px;
}
.feature-list span {
font-weight: 500;
font-size: 18px;
color: #000;
}
.feature-list ul {
list-style: none;
padding: 0;
font-weight: 500;
}
.feature-list ul li {
position: relative;
margin: 8px 0;
padding-left: 25px;
}
.feature-list ul li:before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 18px;
height: 18px;
background: url('https://idukki.io/wp-content/uploads/2024/11/icons8-checkmark.svg') no-repeat center center;
background-size: 18px;
}
Growth
🔥 Popular
$240
Upto 50,000 impressions/month
2 users
Everything on Growth plan:
- 24 hours synchronization
- Up to 2 custom domains
- Add likes/comments/reaction count
- Without watermark
const priceSlider = document.getElementById('priceSlider');
const priceText = document.getElementById('priceText');
const interactionCount = document.getElementById('interactionCount');
const features = document.getElementById('features');
const userCount = document.getElementById('userCount');
const planTitle = document.getElementById('planTitle');
function updateSliderBackground(slider) {
const value = parseInt(slider.value);
const percentage = (value / slider.max) * 100; // Calculate percentage based on slider value
slider.style.background = `linear-gradient(to right, #6449FB ${percentage}%, #ddd ${percentage}%)`;
}
function updatePricingDetails() {
const value = parseInt(priceSlider.value);
let price, interactions, featureList, users, title;
if (value <= 30) {
price = '$120';
interactions = '10,000';
users = '5';
title = 'Starter';
featureList = `
<ul>
<li>Up to 200 MB space</li>
<li>OnSite widget upload</li>
<li>24 hours synchronization</li>
<li>Up to 2 custom domains</li>
<li>With watermark</li>
</ul>`;
} else if (value <= 70) {
price = '$240';
interactions = '50,000';
users = '2';
title = 'Growth';
featureList = `
<ul>
<li>24 hours synchronization</li>
<li>Up to 2 custom domains</li>
<li>Add likes/comments/reaction count</li>
<li>Without watermark</li>
</ul>`;
} else {
price = '$6000';
interactions = '40,000';
users = '5';
title = 'Professional';
featureList = `
<ul>
<li>24 hours synchronization</li>
<li>Up to 5 custom domains</li>
<li>Add likes/comments/reaction count</li>
<li>Without watermark</li>
</ul>`;
}
// Update UI elements
priceText.innerHTML = price;
interactionCount.innerHTML = interactions;
userCount.innerHTML = users;
planTitle.innerHTML = title;
features.innerHTML = `<span>Everything on <strong>${title}</strong> plan:</span>` + featureList;
}
// Initialize slider background and pricing details
updateSliderBackground(priceSlider);
updatePricingDetails();
// Add event listener for input changes
priceSlider.addEventListener('input', () => {
updateSliderBackground(priceSlider);
updatePricingDetails();
});
Custom
100,000
Enterprise
- OnSite widget upload
- 6 hours synchronization
- Up to 10 custom domains
- Without watermark
View all Plan Features
LinkedIn Widget plans
Startup
Try For Free
Starter
Get Started
Professional
Get Started
Enterprise
Talk To Us
Growth
Get Started
No. of Users
Up to 1 User
Up to 1 User
Up to 5 User
Talk to us
Up to 2 User
Powered by Idukki test
Custom CSS
Custom domains
Up to 1 domain
Up to 2 domains
Up to 5 domains
Up to 10 domains
Up to 2 domains
Synchronization Time
24 hours
24 hours
24 hours
24 hours
24 hours
Pin Posts
Hide Posts
Profanity Filter
Analytics Access
Flag Inappropriate content by users
Email Support
Chat Support
Add likes/comments/reaction count
Personal feed, company feed
FAQs
Can I customize my LinkedIn feed widget?
Absolutely! With Idukki’s extensive customization features, you have full control over your widget’s appearance. Let your creativity shine with custom CSS or easily adjust the card style and other options to make it uniquely yours.
How do I generate an LinkedIn embed code for a website?
After creating your widget, click the publish button and select your website-building platform, such as HTML, WordPress, Wix, Shopify, or BigCommerce.
Idukki will automatically generate a single-line embed code tailored to your CMS platform.
Simply copy and paste this HTML code into your backend, and you’re all set!
How can I add my LinkedIn feed to my website?
You can easily add your LinkedIn feed to your website using the Idukki. Follow these three simple steps:
Create a free Idukki account.Connect your LinkedIn account to collect feeds.Customize your widget, generate the embed code, and paste it into your website’s backend.Your LinkedIn Feed Widget will be live on your website quickly!
LinkedIn widget automatically?
Yes, with Idukki’s real-time updates feature, new content is automatically added to your LinkedIn widget on your website within minutes.
Is Idukki's LinkedIn feed widget compatible with my website builder?
Absolutely! Idukki’s LinkedIn feed widget is lightweight, responsive, and compatible with all CMS platforms, including HTML, WordPress, Wix, BigCommerce, and more.