Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Facebook are continuously changing things so most of the non-FB documentation and tutorials get outdated very quickly (which is a pain because they are much easier to understand than FBs own documentation!)</p> <p>This time they're changing how the App Profile pages work, and some changed have been made since last week. You can find out the new way of adding your page here: <a href="http://www.hyperarts.com/blog/facebook-removing-app-profile-pages-on-feb-1-2012/" rel="nofollow">http://www.hyperarts.com/blog/facebook-removing-app-profile-pages-on-feb-1-2012/</a></p> <p>Basically, you need to </p> <ol> <li>Use the "Create Facebook Page" button in the edit app page</li> </ol> <p>and either:</p> <p>2 Create a link for others to add your tab using code similar this: </p> <pre><code>&lt;a href="#" onclick=window.open("http://www.facebook.com/dialog/pagetab?app_id=176217385757369&amp;next=http://tabpressapp.phpfogapp.com/content/pages/","PageTab","width=800,height=500");&gt;Add TabPress to Your Fan Page!&lt;/a&gt; </code></pre> <p>or 3. For your own private use code similar to this:</p> <pre><code>https://www.facebook.com/dialog/pagetab?app_id=176217385757369&amp;next=http://tabpressapp.phpfogapp.com/content/pages/ </code></pre> <p>(replacing with your own app_id &amp; nexturl obviously!) <strong>Edit:</strong> forgot to mention, the url for "next" is either the “Canvas URL” or “Page Tab URL” you used in your edit app page.</p> <p>I haven't had to do this myself yet, but please let me know how it goes because I will soon!</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