Hallo,
ich habe auf meinem Blog 3 Buttons (Googleplus1, Twitter und Facebook) manuell in die Single.php eingefügt. Bislang ging das auch alles ohne Probleme. Jetzt werden jedoch für Twitter und GooglePlus1 die Buttons nicht mehr als Links angezeigt. Anscheinend ein Problem von Java. Ich habe schon einige Plugins deaktiviert um auszuschließen das ein Plugin Probleme macht.
PHP
<?php get_template_part( 'content', 'single' ); ?>
<div class="sharedbuttons">
<div class="googleplus1">
<g:plusone size="medium"></g:plusone>
</div>
<div class="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="A3xt" data-lang="de" data-url="<?php the_permalink() ?>" data-text="<?php the_title(); ?>">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<div class="facebook">
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>&layout=button_count&show_faces=true&width=450&action=like&colorscheme=light&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:20px;" allowTransparency="true"></iframe>
</div><!-- .facebook -->
</div>
<?php comments_template( '', true ); ?>
Alles anzeigen
So wurden die Buttons in die Single.php eingefügt - hat jemand eine Idee wodran das lieben könnte, der über iframe eingebundene Gefällt mir Button geht komischerweise.
Im ganzen lässt sich das auf http://a3xt.de betrachten.