Facebook 粉丝页面注释上的 P 标签之间会出现额外的 BR 标签
我们有一个 Facebook 页面,可以从 RSS 源导入笔记。我们的 feed 中的内容就像
<p>Foo bar.</p>
<p>Bar foo.</p>
在我们的 Facebook 页面上,当导入注释时,内容就像
<p>Foo bar.</p><br /><p>Bar foo.</p>
显然原始内容中的 \n 被替换为 br 标签。
因此,这篇 FB 笔记读起来是一种负担。
我还没有尝试删除原始内容中段落之间的 \n 。我希望这个问题能够在没有这种人为操作的情况下得到解决。
我们的饲料通过 Feedburner。不确定这是否相关。
有什么想法如何摆脱这个额外的换行符吗?
We have a Facebook page that imports notes from our RSS feed. Content from our feed is like
<p>Foo bar.</p>
<p>Bar foo.</p>
At our Facebook page, when the note is imported, content is like
<p>Foo bar.</p><br /><p>Bar foo.</p>
Apparently the \n in the original content is replaced with a br tag.
As a result, this FB note is a burden to read.
I haven't yet tried removing the \n between paragraphs in original content. I was hoping this issue could be fixed without such artificial maneuvers.
Our feed goes through Feedburner. Not sure if that's related.
Any ideas how to get rid of this extra line break?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置开放图 og:title 和 og:description 元标记,如下所述: http://developers.facebook .com/docs/opengraph/
Set the open graph og:title and og:description meta tags as described here: http://developers.facebook.com/docs/opengraph/