Asynchroner Twitter按钮für Wordpress博客

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Asynchroner Twitter按钮für Wordpress博客相关的知识,希望对你有一定的参考价值。

  1. <?php
  2. $asynctwitter_your_screen_name = 'deluxe_domina';
  3. $asynctwitter_your_blog_uri = 'http://www.deluxe-site.com';
  4. $asynctwitter_your_blog_title = 'Diamond Deluxe - berührbare Domina in Düsseldorf';
  5. ?>
  6. <script type="text/javascript">
  7. /* async, non-blocking twitter script */
  8. (function() {
  9. var s = document.createElement("SCRIPT");
  10. var c = document.getElementsByTagName("script")[0];
  11. s.type = "text/javascript";
  12. s.async = true;
  13. s.src = "http://platform.twitter.com/widgets.js";
  14. c.parentNode.insertBefore(s, c);
  15. })();
  16. </script><a
  17. href="http://twitter.com/share?url=<?php echo(urlencode('<?php echo($asynctwitter_your_blog_uri); ?>'.$_SERVER['REQUEST_URI'])); ?>"
  18. class="twitter-share-button"
  19. data-count="horizontal"
  20. data-via="<?php echo($asynctwitter_your_screen_name); ?>"
  21. data-text="<?php
  22. $output = wp_title('-', false, 'right');
  23. $output = preg_replace('/&#8211;/ui', '-', $output);
  24. $output .= $asynctwitter_your_blog_title;
  25. if($paged > 0) {
  26. $output .= ' (Seite '.$paged.')';
  27. }
  28. $output = mb_substr($output, 0, 100, 'UTF-8').'...';
  29. echo($output);
  30. ?>">Tweet</a>

以上是关于Asynchroner Twitter按钮für Wordpress博客的主要内容,如果未能解决你的问题,请参考以下文章

DocHeadCode(JS,CSS)mit条件für浏览器

REST Web服务-Beispiel für eine ReprÃ?sentation eines Warenkorbes

MySQL5导入php脚本für 1和1主页服务器

Wordpress hinzufügen中的Profilfelder

twitter自™‚フォーマットの作成

twitter应用程序接口-