/ Published in: PHP

Expand |
Embed | Plain Text
<?php $asynctwitter_your_screen_name = 'deluxe_domina'; $asynctwitter_your_blog_uri = 'http://www.deluxe-site.com'; $asynctwitter_your_blog_title = 'Diamond Deluxe - berührbare Domina in Düsseldorf'; ?> <script type="text/javascript"> /* async, non-blocking twitter script */ (function() { var s = document.createElement("SCRIPT"); var c = document.getElementsByTagName("script")[0]; s.type = "text/javascript"; s.async = true; s.src = "http://platform.twitter.com/widgets.js"; c.parentNode.insertBefore(s, c); })(); </script><a class="twitter-share-button" data-count="horizontal" data-text="<?php $output = wp_title('-', false, 'right'); $output .= $asynctwitter_your_blog_title; if($paged > 0) { $output .= ' (Seite '.$paged.')'; } ?>">Tweet</a>
You need to login to post a comment.