开发者

Changing facebook application name

开发者 https://www.devze.com 2023-03-31 14:45 出处:网络
I have written a simple facebook application using PHP SDK. Application works well but application name (main title which is tagged this on this image : http://xmages.net/storage/10/1/0/e/2/upload/fd7

I have written a simple facebook application using PHP SDK. Application works well but application name (main title which is tagged this on this image : http://xmages.net/storage/10/1/0/e/2/upload/fd7d8c6f.jpg开发者_高级运维 ) looks as "php-sdk". How can I change it ?


You can change the name of your application under the developer settings http://developers.facebook.com/apps click on edit settings and the first page should allow you to update the display name. You can also change your canvas url by changing the namespace.


It looks as though the image you're showing is when you try to share a link to your application, correct? That title and other info is set in the headers under specific Facebook metadata.

Check out their documentation on the meta tags at http://developers.facebook.com/docs/opengraph/

The specific tag for the title is <meta property="og:title" content="[your title here]"/>, this will be found in the HTML <head> area of your application.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号