I need to add a piece of javascript (Linkedin sharebutton) to a div, but I cant access the DOM directly. I can use Javascript/jquery to alter the DOM though so I was wondering if its possible to append Javascript to a certain div, or even better create a div inside the container and target the script there?
The script:
<script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script>
The html:
<div class="left"></div>