Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>So now that it is IMPOSSIBLE to do this with the API I am using a workaround as frustrating as it may be. It is a share button system on the left of my content.</p> <p>The result on facebook can be seen here (actually pretty cool because it shifts more results into each other): <a href="http://lightningsoul.com/media/img/screenshot/likes_on_facebook_share_content.png" rel="nofollow">http://lightningsoul.com/media/img/screenshot/likes_on_facebook_share_content.png</a></p> <pre><code>// Will get your actual browser address and share it &lt;?php $thisadress = $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?&gt; &lt;div id="fblikem"&gt; &lt;!-- AddThis Button BEGIN --&gt; &lt;div class="addthis_toolbox addthis_default_style addthis_32x32_style"&gt; &lt;a class="addthis_button_preferred_1" addthis:url="&lt;?php echo $thisadress; ?&gt;"&gt;&lt;/a&gt; &lt;a class="addthis_button_preferred_2" addthis:url="&lt;?php echo $thisadress; ?&gt;"&gt;&lt;/a&gt; &lt;a class="addthis_button_preferred_3" addthis:url="&lt;?php echo $thisadress; ?&gt;"&gt;&lt;/a&gt; &lt;a class="addthis_button_preferred_4" addthis:url="&lt;?php echo $thisadress; ?&gt;"&gt;&lt;/a&gt; &lt;a class="addthis_button_compact" addthis:url="&lt;?php echo $thisadress; ?&gt;"&gt;&lt;/a&gt; &lt;a class="addthis_counter addthis_bubble_style" addthis:url="&lt;?php echo $thisadress; ?&gt;"&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; //And the CSS to make it stay on the left side of your content (centered 1280px wide) #fblikem_vertical { position: fixed; top: 50%; left: 50%; height: 200px; width: 100px; margin-left: -715px; margin-top: -100px; z-index: 1000; } </code></pre> <p>Hopefully FB will fix this at some point. If so I will, of course, inform you on here.</p>
 

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