Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can I make this code work for custom 'Facebook Like Box'
    primarykey
    data
    text
    <p>I found a tutorial with a demo on customizing the 'Facebook Like Box'; it works great on that demo. I grabbed the code, and inserted my page's ID via <a href="https://graph.facebook.com/" rel="nofollow noreferrer">https://graph.facebook.com/</a> and inserted it in the sidebar code widget of my Wordpress site. It begans to load, then outputs this error;</p> <p>'<strong>Could not retrieve id for the specified page. Please verify correct href was passed in.</strong>'</p> <p>Where/how can I fix that in the code? Do I have to update the ID in another place as well?</p> <p>Code: </p> <pre><code>&lt;div id="facebook"&gt; &lt;div id="fb-root"&gt;&lt;/div&gt; &lt;script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt;FB.init("fd161b28d6338cb852d8ed87878f67c3");&lt;/script&gt; &lt;!-- FBML &lt;fb:fan profile_id="284177564941187" connections="18" width="403" height="360" css="http://line25.com/wp-content/uploads/2010/facebook/demo/style.css?5"&gt;&lt;/fb:fan&gt; FBML --&gt; &lt;script src="http://line25.com/wp-content/uploads/2010/facebook/demo/js/fbvalidate.js" type="text/javascript"&gt;&lt;/script&gt; &lt;/div&gt; </code></pre> <p><strong><em>Edit:</em></strong> I'm resorting to this code in attempt to solve my general question with 'Facebook Like Box' - <a href="https://stackoverflow.com/questions/7995678/facebook-like-box-close-thumbnail-padding-html5-iframe-v">https://stackoverflow.com/questions/7995678/facebook-like-box-close-thumbnail-padding-html5-iframe-v</a></p>
    singulars
    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.
 

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