I wonder if I could change my page title of my facebookapplication. 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 facebookand it can't be changed?
答案 0 :(得分:1)
Did you try this?:
var oldTitle = document.title;
document.title = "(AddedWord) " + oldTitle;
答案 1 :(得分:1)
这不是一个编程问题,而是更多facebook设置问题。以下是有关如何更新facebook应用程序标题的步骤:
当您重新加载游戏时,页面标题将是您保存的新标题。