Twitter 分享按钮无法验证 WC3
我认为这个问题会有答案,我需要一些帮助来解决 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题(Facebook、Twitter、Google 加上一个共享按钮验证错误)。
对于我现在使用的 Twitter 来说
是有效的
i had the same problem (Facebook,Twitter,Google plus one Share Buttons validation errors).
for twitter i used
now is valid