Skip to content

Commit 9088199

Browse files
committed
README
1 parent 86350c9 commit 9088199

File tree

1 file changed

+11
-103
lines changed

1 file changed

+11
-103
lines changed

README.md

Lines changed: 11 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,23 @@
1-
=== Bitly URL Shortener ===
2-
Contributors: codehaveli
3-
Tags: Bitly, Short url, Url shortener, post, connector
4-
Requires at least: 4.0
5-
Tested up to: 6.0
6-
Stable tag: trunk
7-
Requires PHP: 5.6
8-
License: GPLv2 or later
9-
Donate link: https://www.paypal.com/paypalme/royrakesh92
10-
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1+
<p align="center">
2+
<img src="sc/banner-1544x500.png?raw=true">
3+
</p>
114

12-
Bitly URL Shortener uses the functionality of Bitly API to generate Bitly short link without leaving your WordPress site.
5+
#Bitly URL Shortener
136

14-
== Description ==
7+
### Description
158

16-
**Bitly URL Shortener** (Previously Codehaveli Bitly URL Shortener) uses the functionality of Bitly API to generate bitly short link automatically from your WordPress dashboard when you publish new post.
9+
[Bitly URL Shortener](https://wordpress.org/plugins/codehaveli-bitly-url-shortener/) uses the functionality of Bitly API to generate the short link automatically from your WordPress dashboard.
1710

1811
Bitly URL Shortener allows you to connect your WordPress Website to the Bitly API via access code.
1912

20-
### Features
21-
22-
* Generate Bitly link without leaving your site.
23-
* Share Bitly link from your Post List and Post Edit page.
24-
* Support for Custom Post Type.
25-
* Support for Custom Bitly Domain.
26-
* Generate Bitly link of your old posts with just one click.
27-
* Option to choose from your list of post types.
28-
* Optimized code and Small in Size 16KB ( Compressed ).
29-
30-
31-
### Terms of Use
13+
### Terms of Use
3214

3315
This is not a Official plugin of [Bitly](https://bitly.com)
3416

3517
This plugin only connect your [https://bitly.com](https://bitly.com) account to WordPress.
3618

3719
Please read [privacy](https://bitly.com/pages/privacy) and [terms of service](https://bitly.com/pages/terms-of-service) of [Bitly](https://bitly.com) before using this plugin.
3820

39-
40-
4121
### Bug reports
4222

4323
Bug reports for Bitly URL Shortener are welcomed in our Bitly URL Shortener [repository on GitHub](https://github.com/codehaveli/codehaveli-bitly-url-shortener). Please note that GitHub is not a support forum, and that issues that are not properly qualified as bugs will be closed.
@@ -46,79 +26,7 @@ Bug reports for Bitly URL Shortener are welcomed in our Bitly URL Shortener [rep
4626

4727
For more info on Bitly and Codehaveli , check out the following:
4828

49-
* [Codehaveli](https://www.codehaveli.com/) official homepage.
50-
* Read "How to generate Bitly OAuth access token?" from [Codehaveli Blog](https://bit.ly/2UMx7u9)
51-
* Bitly [API Documentation](https://bitly.is/2XxT9BN)
52-
* Follow Codehaveli on [Facebook](https://www.facebook.com/codehaveli), [Instagram](https://www.instagram.com/codehaveli/) & [Twitter](https://twitter.com/codehaveli).
53-
54-
### Frequently Asked Questions
55-
56-
Read FAQ from our [Github](https://github.com/codehaveli/codehaveli-bitly-url-shortener/blob/master/FAQ.md) Page.
57-
58-
59-
== Installation ==
60-
61-
1. Visit the plugins page within your dashboard and select Add New
62-
1. Search for **Bitly URL Shortener**
63-
1. Activate Bitly URL Shortener from your Plugins page.
64-
1. Go to settings from Tools Menu or Settings fromm WordPress Plugin list
65-
1. Get Your access token from [https://bitly.com](https://bitly.com) and save it in access token field
66-
1. Click on Get GUID if you don't have the Group GUID. [Plugin will get it from your bitly account via API call]
67-
1. You are ready to go, From now when ever you publish a post your link will be generate automatically
68-
69-
70-
71-
== Frequently Asked Questions ==
72-
73-
= How to get the short link of a post? =
74-
75-
`$link = get_wbitly_short_url($post_id); // link or false`
76-
77-
78-
79-
== Screenshots ==
80-
1. Settings Panel Screenshot
81-
2. You can go to settings from Plugn list settings
82-
3. Generated URL column in post list
83-
4. Share button in post list
84-
5. Custom Post type selection checkbox.
85-
6. Copy Shortner link from Front end.
86-
87-
88-
== Changelog ==
89-
90-
= 1.3.1 =
91-
* PHP Warning: Fixed
92-
93-
= 1.2.2 =
94-
* Name chnaged from `Codehaveli Bitly URL Shortener` to `Bitly URL Shortener` due to SEO conflict with codehaveli.com
95-
96-
= 1.2.1 =
97-
* Support WordPress Core Shortlinks Filters.
98-
* Shortener link from Front end.
99-
* Code optimized.
100-
101-
= 1.1.4 =
102-
* Meta Box added in Post Edit Page, now you can share link from your post page
103-
* Some security issue fixed.
104-
105-
= 1.1.3 =
106-
* Custom Post Type Selection Added and default set to 'post'.
107-
* Small bug fixed
108-
109-
= 1.1.2 =
110-
* Custom Post Type Support Added
111-
112-
= 1.1.1 =
113-
* Versioning fixed.
114-
* Code optimized.
115-
116-
= 1.1 =
117-
* Option added to share link from post list
118-
* Genereate old posts link from post list
119-
* Function refactored
120-
* Error handler added
121-
* Some bug fixed
122-
123-
= 1.0 =
124-
Initaial Release
29+
- [Codehaveli](https://www.codehaveli.com/) official homepage.
30+
- Read "How to generate Bitly OAuth access token" from [Codehaveli Blog](https://bit.ly/2X1Hvjz)
31+
- Bitly [API Documentation](https://bitly.is/2XxT9BN)
32+
- Follow Codehaveli on [Facebook](https://www.facebook.com/codehaveli), [Instagram](https://www.instagram.com/codehaveli/) & [Twitter](https://twitter.com/codehaveli).

0 commit comments

Comments
 (0)