Facebook 某些社交按钮有时不显示

Facebook 某些社交按钮有时不显示,facebook,wordpress,twitter,share,Facebook,Wordpress,Twitter,Share,我正在为网站中的每个帖子链接添加社交按钮,其中一些帖子链接会同时显示。 问题是,有时一些按钮没有显示,并一直等待响应。我试过使用一些浏览器和计算机,但有时任何浏览器和计算机都会出现这种情况 我添加了如下按钮: <div class="social"> <div class="twitter"> <a href="https://twitter.com/share" class="twitter-share-button" data-url="

我正在为网站中的每个帖子链接添加社交按钮,其中一些帖子链接会同时显示。 问题是,有时一些按钮没有显示,并一直等待响应。我试过使用一些浏览器和计算机,但有时任何浏览器和计算机都会出现这种情况

我添加了如下按钮:

<div class="social">
    <div class="twitter">
        <a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink() ?>" rel="_nofollow" data-text="<?php the_title(); ?>" data-lang="es" data-count="vertical">Twittear</a>
    </div>&nbsp
    <div class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>&amp;layout=box_count&amp;action=like&amp;colorscheme=light&amp;locale=es_ES" scrolling="no" frameborder="0" style="height:62px; width:74px" allowtransparency="true"></iframe></div>
    <g:plusone size="tall" href="<?php the_permalink() ?>"></g:plusone>
</div> 
这是网页:


你知道为什么有时会发生这种情况以及如何解决吗?

刚刚检查过它是否工作正常,我认为要么加载速度慢要么对你来说太慢。@user3546239-好的。这只是偶尔发生的事。不总是。很可能是帧延迟,然后它就停止了,IMHO