使用"喜欢"收到错误没有给出标题,但标题信息正在传递

时间:2011-12-22 21:04:17

标签: facebook web facebook-like

单击“赞”按钮时,会出现错误,表示没有标题,但正在传递标题字段。 (使用VB脚本根据页面上显示的信息生成标题)

其他问题 - 不会持续更新Facebook Wall上的信息 - 需要帮助根据页面上显示的信息将独特图像传递到每个相似字段。

示例页面 - http://www.storymall.com/ReadStory.asp?StoryID=42

<!--   FACEBook Properties     -->


    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:fb="http://www.facebook.com/2008/fbml">
            <Head>
                <meta property="og:title" content="<%= StoryName %>"/>
                <meta property="og:description" content="<%= StoryDescription %> "/>
                <meta property="og:type" content="website"/>
                <meta property="og:image" content="http://www.storymall.com/members/<%= AuthorID %>/<%= image1 %>"/>
                <meta property="og:site_name" content="StoryMall"/>
                <meta property="og:url" content="http://www.storymall.com/ReadStory.asp?StoryID=<%= StoryID %>" />
                <meta property="fb:app_id" content="100002543479604"/>
                <meta http-equiv="X-UA-Compatible" content="IE=8" />
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
                <meta property="fb:app_id" content="<%= StoryiD %>"/>   
        </Head>

1 个答案:

答案 0 :(得分:0)

Linter说你有错误的fb:app_id需要修复

https://developers.facebook.com/tools/debug/og/object?q=www.storymall.com%2FReadStory.asp%3FStoryID%3D42

这是这个元标记

<meta property="fb:app_id" content="<%= StoryiD %>"/> 
相关问题