如何将 facebook 和 google plus 共享代码添加到 HTML5Boilerplate?

发布于 2024-12-07 00:21:49 字数 848 浏览 0 评论 0原文

HTML5Boilerplate 有一些用于输出 open < 的条件代码。 HTML>标签。我正在努力在我的网站上添加 xfbml 和 google plus 共享代码,但不确定在哪里将所需的代码添加到 << HTML>标签。

在 Paul Irish 的 github 上,我看到这个评论线程,其中说 facebook 只需要公开的代码 < html> IE浏览器的标签: https://github.com/paulirish/html5-boilerplate/pull/395 , 所以我可以将其添加到 html5boilerplate 中的条件 IE 语句中。

不过我不确定谷歌加代码。在此页面 http://www.google.com/webmasters/+1/ button/index.html 它告诉我们将其添加到 < HTML>标签:

<!-- Update your html tag to include the itemscope and itemtype attributes -->
<html itemscope itemtype="http://schema.org/">

我可以使用一些关于如何包含 < 的指导html>默认情况下标记,以便我可以向其附加信息以供社交共享工具使用。

谢谢, 史黛西

HTML5Boilerplate has some conditional code for outputting the open < HTML > tag. I'm working on adding the xfbml and google plus sharing code on my site, but not sure where to add the required code to the < HTML > tag.

On Paul Irish's github I see this comment thread which says facebook only needs the code in the open < html > tag for IE browsers:
https://github.com/paulirish/html5-boilerplate/pull/395,
so I could just add that to the conditional IE statements in html5boilerplate.

However I'm not sure about the google plus code. At this page http://www.google.com/webmasters/+1/button/index.html it tells us to add this to the < HTML > tag:

<!-- Update your html tag to include the itemscope and itemtype attributes -->
<html itemscope itemtype="http://schema.org/">

I could use some guidance on how to include the < html > tag by default so I can append information to it for the social sharing tools.

Thanks,
Stacey

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

十雾 2024-12-14 00:21:49

不要使用 XFBML。请改用:http://www.phpied.com/social-button-bffs/

Don’t use XFBML. Use this instead: http://www.phpied.com/social-button-bffs/

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