這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

DP URL Shortner

描述

D(ifferent)P(lace) URL Shortner is a WordPress Plugin designed to use the most popular URL shortening services. At this moment the only supported services are Bitly.com and Google URL Shortner.

There are 3 ways to generate and obtain a shortlink:

  1. When you publish a post or a page
  2. When you update a published post or page
  3. When you view a post or a page that use this code

    <?php echo wp_get_shortlink(); ?>
    

You can find the latest release on GitHub

安裝

Copy the folder dpurlshortner and its content into /wp-content/plugins

常見問題

Is necessary an API key for Google URL Shortner?

No at this moment, is not strictly necessary if the number of calls is limited.

Where can I get an API key for Google URL Shortner service?

APIs Console

Is necessary an API key for bit.ly shortner service?

Yes

Where can I get an API key for bit.ly shortner service?

bitly API Documentation

評價

There are no reviews for this plugin.

貢獻者及開發者

“DP URL Shortner” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 DP URL Shortner 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1

  • This version is quite stable but it can be used as long as you know what you are doing.

0.2

  • This version bypass the error “SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed”.