Post page
<div id=”linkedin-embed”></div>
<script>
// Create a new iframe element
var iframe = document.createElement(‘iframe’);
// Set the attributes for the iframe
iframe.src = “https://www.linkedin.com/embed/feed/update/urn:li:share:7205792763831836672”;
iframe.height = “780”;
iframe.width = “504”;
iframe.frameBorder = “0”;
iframe.allowFullscreen = true;
iframe.title = “Embedded post”;
// Append the iframe to a div with id “linkedin-embed”
document.getElementById(‘linkedin-embed’).appendChild(iframe);
</script>
