TommyIndigo
Programmer
Hello,
I'm working with a JS widget from LinkedIn that provides connection info for a given company.
LinkedIn provides the following code (via a tool on their website). This runs well, but I need to alter the format and some content. There is no HTML output that I could use a script to modify.
Is there any way I can alter this output? Their API doesn't give many options.
Specififically I want to remove the photos that appear so it takes up less real estate.
Thanks in advance!
I'm working with a JS widget from LinkedIn that provides connection info for a given company.
LinkedIn provides the following code (via a tool on their website). This runs well, but I need to alter the format and some content. There is no HTML output that I could use a script to modify.
Is there any way I can alter this output? Their API doesn't give many options.
Specififically I want to remove the photos that appear so it takes up less real estate.
Code:
<script src="[URL unfurl="true"]http://platform.linkedin.com/in.js"[/URL] type="text/javascript"></script>
<script type="IN/CompanyInsider" data-id="424803" data-modules="innetwork"></script>
Thanks in advance!