facebookにブログfeedが認識されない
-
【wordpress 3.1】【テーマ:standardtheme】です。
facebookにブログ記事をRSS取り込みにて表示させようと思い、facebookの手順通り行いましたが、
「インポートできませんでした。入力されたURLではフィードを見つけることができませんでした。」
と表示され、ブログをインポートできません。
・・・・・・・・・・・・・・・・
そこで、【FEED Validator】 http://www.feedvalidator.org/
にて エラーチェック してみるように書かれてあり、チェックしますと、次の結果が出ました。【結果】
This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.*line 22, column 0: Misplaced XHTML content [help]
<xhtml:link rel=”alternate” media=”handheld” type=”text/html” href=”http://m …
*line 46, column 1: Misplaced XHTML content (2 occurrences) [help]
<xhtml:link rel=”alternate” media=”handheld” type=”text/html” href=”http:// …
^
という結果で、feedのソース内で 2箇所のミス があるということだと思いますが、【その結果、 どこをどう修正したらよいのかがわかりません。】
下が feed の ソース(一部)です。太字が 指摘(ミス)のところです。
# <?xml version=”1.0″ encoding=”UTF-8″?>
# <rss version=”2.0″
# xmlns:content=”http://purl.org/rss/1.0/modules/content/”
# xmlns:wfw=”http://wellformedweb.org/CommentAPI/”
# xmlns:dc=”http://purl.org/dc/elements/1.1/”
# xmlns:atom=”http://www.w3.org/2005/Atom”
# xmlns:sy=”http://purl.org/rss/1.0/modules/syndication/”
# xmlns:slash=”http://purl.org/rss/1.0/modules/slash/”
# xmlns:xhtml=”http://www.w3.org/1999/xhtml”
# >
#
# <channel>
# <title>●●●</title>
# <atom:link href=”http://●●●.com/feed” rel=”self” type=”application/rss+xml” />
# <link>http://●●●.com</link>
# <description>●●●●●●●</description>
# <lastBuildDate>Wed, 06 Apr 2011 17:25:18 +0000</lastBuildDate>
# <language>ja</language>
# <sy:updatePeriod>hourly</sy:updatePeriod>
# <sy:updateFrequency>1</sy:updateFrequency>
# <generator>http://wordpress.org/?v=3.1</generator>
# <xhtml:link rel=”alternate” media=”handheld” type=”text/html” href=”http://●●●/feed” />
# <item>
# <title>●●</title>
# <link>http://●●●.com/archives/44</link>
# <comments>http://●●●.com/archives/44#comments</comments>
# <pubDate>Wed, 06 Apr 2011 17:22:20 +0000</pubDate>
# <dc:creator>●●●</dc:creator>
# <category><![CDATA[●●ing]]></category>
#、、、、
尚、他の ブックマーク登録などは 通常に feed インポートできて、更新も反映されています。
ご教示のほどお願い申し上げます。
- トピック「facebookにブログfeedが認識されない」には新たに返信することはできません。