Creating Custom Facebook Tab For Your Facebook Fan Page actually follows the same principle we described for creation of a Facebook App, with some extra steps. There are various existing reasons for creating Custom Facebook Tab, one of them is to engage the visitors. How you will engage visitors; i.e. what content should go there is a bit different topic and we will discuss in details later in a separate article, this guide is for the technical aspects of Creating Custom Facebook Tab For Your Facebook Fan Page.
Creating Custom Facebook Tab For Your Facebook Fan Page : Read Our Old Articles First
The best way is get started with the basics from this guide for Deploying a Facebook App With Heroku Cloud. Heroku Cloud has the advantage of getting Free SSL / HTTPS url. We have many articles for deploying various types of Facebook App, best is to use WordPress – Deploying WordPress as Facebook App With Heroku Cloud. With WordPress, that Custom Facebook App will act in the way you want, you can allow comments, you can basically rewrite the titles in an attractive way to catch visitors with excerpt, you can offer Email subscription form etc.
Creating Custom Facebook Tab For Your Facebook Fan Page : The Next Steps
First you need to configure your App settings :
---

Second is to invoke the Facebook dialog by an URL, which will be modified by you :
1 | https://www.facebook.com/dialog/pagetab?app_id=<span style="color: #ff0000;">YOUR_APP_ID</span>&next=<span style="color: #ff0000;">YOUR_URL</span> |
You App ID is on that App page and Your_URL is the Heroku’s URL. That will add the thing as Facebook Tab, but you will definitely want to move its position on your Facebook Fan Page :

This is basically the Newer method for Creating Custom Facebook Tab For Your Facebook Fan Page. Just do not use any Facebook App domain URL inside your App settings, that will return error.