如何将 facebook 和 google plus 共享代码添加到 HTML5Boilerplate?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要使用 XFBML。请改用:http://www.phpied.com/social-button-bffs/
Don’t use XFBML. Use this instead: http://www.phpied.com/social-button-bffs/