I am facing a challenge where I need to incorporate a piece of javascript (Linkedin share button) into a specific div, but unfortunately, direct access to the DOM is not an option. However, using Javascript/jQuery to manipulate the DOM opens up possibilities. I am exploring the idea of appending the script to the desired div or even creating a new div within the container to target the script more efficiently.
The script in question:
<script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script>
Here is the existing HTML structure:
<div class="left"></div>