应用程序名称在股票代码上显示不正确
我们的应用程序有一个旧名称,我们希望应用程序在股票代码上显示正确的名称,但我们无法做到这一点(它仍然显示旧名称)。我们更新了 url 画布的标题并将其提交到调试器上,有趣的是,标题在 https 地址上正确获取(它显示在调试器页面上,但不在股票代码中显示),但在 http url 上则不然。实际上,对于 http 来说,该应用程序的元标记存在问题。关于如何解决这个问题有什么想法吗?非常感谢,吉尔默
We have an old name for the app and we want the app to show the correct name on the ticker but we have not been able to do it (it is still showing the old name). We updated the title of the url canvas and submitted it on the debugger and interestingly enough, the title is taken correctly on the https address (it is shown on the debugger page but not in the ticker) but not on the http url. Actually it says for the http that the app has problems with the meta tags. Any idea on how to fix this problem? Thanks a Lot, Gilmer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到 http://developers.facebook.com/tools/debug
在其中输入您的网址,然后尝试生成所有信息。
如果没有显示任何错误,请向下滚动到页面末尾。
您将找到名为“URLs”的块,
单击名为“Graph API:”的第一个链接。
这将解决您的问题。
将来,如果您要更改页面中的任何内容,请不要忘记再次执行相同的过程。
谢谢!
Go to http://developers.facebook.com/tools/debug
Enter your url in that and try to generate all the information.
If that is not showing any errors in that, then scroll down at the end of the page.
You will find block named as "URLs"
Click on the first link named as: "Graph API:".
This will solve your issue.
In future, if you are going to change any content from your page, then don't forget to do the same process once again.
Thanks!