Title: Bit.ly Shortlinks Multisite (Uses OAuth 2 API)
Author: Denis Lam
Published: <strong>2013 年 3 月 15 日</strong>
Last modified: 2013 年 7 月 2 日

---

搜索插件

![](https://ps.w.org/bitly-shortlinks-multisite/assets/banner-772x250.png?rev=682311)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/bitly-shortlinks-multisite_eeeeee.svg)

# Bit.ly Shortlinks Multisite (Uses OAuth 2 API)

 作者：[Denis Lam](https://profiles.wordpress.org/spiffyd/)

[下载](https://downloads.wordpress.org/plugin/bitly-shortlinks-multisite.1.2.zip)

 * [详情](https://cn.wordpress.org/plugins/bitly-shortlinks-multisite/#description)
 * [评价](https://cn.wordpress.org/plugins/bitly-shortlinks-multisite/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/bitly-shortlinks-multisite/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/bitly-shortlinks-multisite/#developers)

 [支持](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/)

## 描述

WordPress generates shortlinks for your posts and pages. By default it uses the `?
p=` with the post ID added to it, but if you have a rather long domain name this
isn’t very useful. If you use [Bit.ly](http://bit.ly), this plugin will help you
replace the shortlink WordPress generates with a proper Bit.ly shortlink.

This plugin uses the latest Bit.ly OAuth 2 draft specification API instead of its
deprecated V3 API and enables you to use generic access token to automatically enable
Bit.ly shortlinks in your entire multisite network without the need for each site
user to have to tinker with any settings or authentication configurations.

## 屏幕截图

[⌊Screenshot of Bit.ly shortlinks in action.⌉⌊Screenshot of Bit.ly shortlinks in
action.⌉[

Screenshot of Bit.ly shortlinks in action.

## 安装

 1. Upload the `plugin` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Insert this code to define your bit.ly generic access token in your `wp-config.
    php` at the end right above “That’s all, stop editing! Happy blogging.”:
 4. define(‘BITLY_ACCESS_TOKEN’, ‘your_generic_access_token_goes_here’);

You can get your generic access token here: [https://bitly.com/a/oauth_apps](https://bitly.com/a/oauth_apps)

#### Multisite Installation

Install and set up your access token the same way as a single site installation 
but make sure you Network Activate the plugin.

#### How To Call Bitly Shortlinks In Your Templates

I’ve included the function `get_bitly($url)` to help developers easily shorten URLs
in their templates.

_Example Usage:_

    ```
    <?php
        $url = 'http://YourLongURL.com';
        echo get_bitly($url); // display your shortened URL
    ?>
    ```

## 评价

此插件暂无评价。

## 贡献者及开发者

「Bit.ly Shortlinks Multisite (Uses OAuth 2 API)」是开源软件。 以下人员对此插件做出
了贡献。

贡献者

 *   [ Denis Lam ](https://profiles.wordpress.org/spiffyd/)

[帮助将「Bit.ly Shortlinks Multisite (Uses OAuth 2 API)」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/bitly-shortlinks-multisite)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/bitly-shortlinks-multisite/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/bitly-shortlinks-multisite/)，或
通过[RSS](https://plugins.trac.wordpress.org/log/bitly-shortlinks-multisite/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/bitly-shortlinks-multisite/)。

## 更新日志

#### 1.2

 * Fixed bug that occurs when `WP_ DEBUG` is on (Thanks to Luke Childs for the bug
   find.)

#### 1.1

 * Added `get_bitly()` function.

#### 1.0

 * Initial release.

## 额外信息

 *  版本 **1.2**
 *  最后更新：**13 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.0 或更高版本 **
 *  已测试的最高版本为 **3.5.2**
 *  语言
 * [English (US)](https://wordpress.org/plugins/bitly-shortlinks-multisite/)
 * 标签
 * [bitly](https://cn.wordpress.org/plugins/tags/bitly/)[multisite](https://cn.wordpress.org/plugins/tags/multisite/)
   [shortlink](https://cn.wordpress.org/plugins/tags/shortlink/)[shortlinks](https://cn.wordpress.org/plugins/tags/shortlinks/)
   [url shortener](https://cn.wordpress.org/plugins/tags/url-shortener/)
 *  [高级视图](https://cn.wordpress.org/plugins/bitly-shortlinks-multisite/advanced/)

## 评级

 3.7 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/reviews/)

## 贡献者

 *   [ Denis Lam ](https://profiles.wordpress.org/spiffyd/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://denislam.com/)