Note that there are some explanatory texts on larger screens.

plurals
  1. POInvisible Like-Button
    text
    copied!<p>I used the Like-Button for months on several websites. The button still works well on www.gartenfit.com and www.aussenanlagenideen.de. </p> <p>Now, since a couple of weeks I can't see the Like-Button on two of my websites anymore: www.tagstiles.com and www.kitawaldstrasse.de</p> <p>If I'm logged in on facebook, I can see the grey shadow of the Like-Button on the two websites mentioned above. If I'm not logged in on facebook, I can't see the button.</p> <p>I created a new iframe-Code for the Like-Button and copied it into a new html-document. The page is blank (no visible Like-Button). I tried in IE, FF and Opera. Nothing. Here's my code:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;Unbenanntes Dokument&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Ftagstilescom%2F314372591939008&amp;amp;send=false&amp;amp;layout=standard&amp;amp;width=150&amp;amp;show_faces=false&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;font=verdana&amp;amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:35px;" allowTransparency="true"&gt;&lt;/iframe&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>What's the reason, that I can't see the Like-Button anymore?</p> <p>Regards!</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