该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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

评价

此插件暂无评价。

贡献者及开发者

「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”.