Facebook 粉丝页面注释上的 P 标签之间会出现额外的 BR 标签

发布于 2024-12-06 00:46:34 字数 452 浏览 0 评论 0原文

我们有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不必你懂 2024-12-13 00:46:34

设置开放图 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文