Title: Bit.ly Shortlinks Multisite (Uses OAuth 2 API)
Author: Denis Lam
Published: <strong>15. Marta 2013.</strong>
Last modified: 2. Jula 2013.

---

Pretražite dodatke

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

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

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

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

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

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

 * [Detalji](https://bs.wordpress.org/plugins/bitly-shortlinks-multisite/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/bitly-shortlinks-multisite/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/bitly-shortlinks-multisite/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/bitly-shortlinks-multisite/#developers)

 [Podrška](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/)

## Opis

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.

## Slike ekrana

 * [[
 * Screenshot of Bit.ly shortlinks in action.

## Instalacija

 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
    ?>
    ```

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

“Bit.ly Shortlinks Multisite (Uses OAuth 2 API)” is open source software. The following
people have contributed to this plugin.

Doprinositelji

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

[Prevedi “Bit.ly Shortlinks Multisite (Uses OAuth 2 API)” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/bitly-shortlinks-multisite)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/bitly-shortlinks-multisite/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/bitly-shortlinks-multisite/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/bitly-shortlinks-multisite/)
od [RSS](https://plugins.trac.wordpress.org/log/bitly-shortlinks-multisite/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 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.

## Meta

 *  Version **1.2**
 *  Last updated **prije 13 godina**
 *  Active installations **10+**
 *  WordPress version ** 3.0 ili viša **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/bitly-shortlinks-multisite/)
 * Tags
 * [bitly](https://bs.wordpress.org/plugins/tags/bitly/)[multisite](https://bs.wordpress.org/plugins/tags/multisite/)
   [shortlink](https://bs.wordpress.org/plugins/tags/shortlink/)[shortlinks](https://bs.wordpress.org/plugins/tags/shortlinks/)
   [url shortener](https://bs.wordpress.org/plugins/tags/url-shortener/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/bitly-shortlinks-multisite/advanced/)

## Ocjene

 3.7 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/reviews/)

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/bitly-shortlinks-multisite/)

## Pokloni

Da li bi ste željeli da podržite napredovanje ovog proširenja?

 [ Pokloni ovom proširenju ](http://denislam.com/)