Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I did not find the solution, but I got around this problem, I used firebug to get the native html code for the face book tabs and put it in .php file, and include it when desired </p> <p>the php file</p> <pre><code>&lt;?php $page = basename($_SERVER['PHP_SELF']);?&gt; &lt;html&gt; &lt;head&gt; &lt;link href="http://static.ak.fbcdn.net/rsrc.php/z29RQ/hash/hdvsb40e.css" rel="stylesheet" type="text/css"&gt; &lt;link href="http://static.ak.fbcdn.net/rsrc.php/z1LB3/hash/7zqkk7tm.css" rel="stylesheet" type="text/css"&gt; &lt;link href="http://static.ak.fbcdn.net/rsrc.php/zD8FK/hash/87ukiib8.css" rel="stylesheet" type="text/css"&gt; &lt;/head&gt; &lt;/body&gt; &lt;div class="fb_protected_wrapper" fb_protected="true"&gt; &lt;div class="tabs clearfix"&gt; &lt;center&gt; &lt;div class="left_tabs"&gt; &lt;ul id="toggle_tabs_unused" class="toggle_tabs"&gt; &lt;li class="first "&gt; &lt;a onmousedown="" onclick="return true;" class="&lt;?php if ($page == 'invite.php') echo "selected";?&gt;" href="http://localhost/facebook....../invite.php"&gt;Invite Friends&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a onmousedown="" onclick="return true;" class="&lt;?php if ($page == 'inbox.php') echo "selected";?&gt;" href="http://localhost/facebook....../inbox.php"&gt;inbox&lt;/a&gt; &lt;/li&gt; &lt;li class="last "&gt; &lt;a onmousedown="" onclick="return true;" class="&lt;?php if ($page == 'sent.php') echo "selected";?&gt;" href="http://localhost/facebook...../sent.php"&gt;sent&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/center&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
 

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