Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This answer doesn't address what is happening, but I'll leave it here until the real answer is uncovered (this issue will probably need to be fixed by LinkedIn themselves).</p> <p>LinkedIn like you to use their plugins to pull in content, however they cause this issue by a weird redirect and the error appearing in the history, breaking the back button. The javascript inserts two levels of iframe into the page, however you can just get the second level frame and put this directly into your html. This has the benefit of being much faster, and has the downside of needing to be maintained in case anything changes in the backend at LinkedIn.</p> <p>For example, this iframe will pull in the Follow Us plugin for a specific company:</p> <pre><code>&lt;iframe id="easyXDM_IN_Lib_li_gen_1346300675316_0_provider" frameborder="0" src="http://www.linkedin.com/cws/followcompany?companyIdentifier=568783&amp;counterPosition=none&amp;original_referer=http%3A%2F%2Fwww.marshallmcadam.com.au%2Four-team.html&amp;token=&amp;isFramed=false&amp;lang=en_US&amp;_ts=1346111060041.3884" style="width: 83px; height: 20px; display: inline-block;" name="easyXDM_IN_Lib_li_gen_1346300675316_0_provider"&gt; &lt;/iframe&gt; </code></pre> <p>This is the important part:</p> <pre><code>src="http://www.linkedin.com/cws/followcompany?companyIdentifier=568783" </code></pre> <p>The identifier should match the one you want to offer a follow button for. The remainder of the options were lifted directly from the generated iframe code, so it is mostly unnecessary.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload