Twitter 分享按钮无法验证 WC3

发布于 2024-11-27 08:48:59 字数 508 浏览 1 评论 0原文

我认为这个问题会有答案,我需要一些帮助来解决 Twitter 分享按钮的验证问题。 twitter 提供的代码如下所示,我已将其直接放入 div 中我希望它出现的位置:

<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical"       data-via="smith_and_sons">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

The odd link parameters don't validate, can I pass this button to a div via javascript and use cdata to跳过验证在头上?我该怎么做呢?非常感谢您的帮助,非常感谢。

索菲

I thought there would be an answer for this question, I need a little help getting around the validation problems with the Twitter share button.
The code provided by twitter looks like this and I've placed it directly into the div where I want it to appear:

<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical"       data-via="smith_and_sons">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

The weird link parameters don't validate, can I pass this button to a div via javascript and use cdata to skip validation in the head? How would I go about doing this? Help would be really appreciated, thanks a lot.

Sofi

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

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

发布评论

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

评论(1

抽个烟儿 2024-12-04 08:48:59

我遇到了同样的问题(Facebook、Twitter、Google 加上一个共享按钮验证错误)。
对于我现在使用的 Twitter 来说

<a href="http://twitter.com/share?count=vertical&"
class="twitter-share-button">Tweet</a> script type="text/javascript"
src="http://platform.twitter.com/widgets.js"></script>

是有效的

i had the same problem (Facebook,Twitter,Google plus one Share Buttons validation errors).
for twitter i used

<a href="http://twitter.com/share?count=vertical&"
class="twitter-share-button">Tweet</a> script type="text/javascript"
src="http://platform.twitter.com/widgets.js"></script>

now is valid

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