Search code examples
htmlfacebookfacebook-apps

Changing page title as a Facebook app


I wonder if I could change my page title of my application. At the moment the page is entitled "CoolApplicationName on Facebook", I would like to add one word before my application name. For example "(AddedWord) CoolApplicationName on Facebook". Is it possible or page title is imposed by and it can't be changed?


Solution

  • This is not a programming question, but more of a settings thing. These are the steps on how to update the title of your application:

    1. Log into the Facebook Developers site.
    2. Click on "My apps".
    3. Click on the app's name to go to its dashboard.
    4. On the left menu, click on "Settings".
    5. Update the "Display Name" and add the new word.
    6. Save changes.

    When you reload your game, the page title will be the new one that you saved.