Changeset 1971339
- Timestamp:
- 11/09/2018 07:15:19 AM (7 years ago)
- Location:
- wpneon-gocodes/trunk
- Files:
-
- 2 edited
-
plugin-description.txt (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpneon-gocodes/trunk/plugin-description.txt
r1970839 r1971339 2 2 Description: 3 3 4 Gocodes 2 is a WordPress plugin for creating and shortening any internal or external links.4 Based on the original GoCodes plugin, Gocodes 2 is a WordPress plugin for creating and shortening any internal or external links. 5 5 This plugin will be useful for masking links to partner/affiliate websites. 6 6 … … 8 8 You can use it for shortening long URLs as 'wpneon.com/go/link' or 'wpneon.com/goto/link' 9 9 10 KEY FEATURES10 ## KEY FEATURES 11 11 12 12 1. Most easy link cloaking plugin. … … 15 15 4. Change the '/go/' word to any word of your choice. 16 16 17 FAQ 17 18 ## ORIGIN 19 20 We are proud that original base of this plugin is a fork of GoCodes by redwall_hp (Not available for download and Supported currently). 21 We worked on the plugin before before releasing it is "WPNeon GoCodes2", stripped down some code to make it a simple & lightweight. 22 23 24 ## FAQ 18 25 19 26 1. How do I install the plugin? -
wpneon-gocodes/trunk/readme.txt
r1970839 r1971339 1 === GoCodes 2 ===1 === WPNeon GoCodes 2 === 2 2 Contributors: wpneon 3 Plugin URI: http://wpneon.com/gocodes-wordpress-redirection-plugin/ 4 Author URI: http://www.wpneon.com 3 Plugin URL: http://wpneon.com/gocodes-wordpress-redirection-plugin/ 5 4 Donate link: http://www.wpneon.com/donate/ 6 5 Tags: redirection, tinyurl, 301, url shortener, url 7 Requires at least: 2.46 Requires at least: 4.9 8 7 Tested up to: 4.9.8 9 Stable tag: 1.0 8 Stable tag: 2.0 9 Requires PHP: 5.2.4 10 License: GPLv2 or later 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 12 11 AnURL redirection/shortener plugin. Great for podcasting and redirecting affiliate program URLs.13 Based on the original GoCodes plugin, "WPNeon GoCodes 2" is a revamnped URL redirection/shortener plugin. Great for podcasting and redirecting affiliate program URLs. 12 14 13 15 == Description == 14 16 15 Have you ever had to give someone a shortened version of a URL? Maybe you're a podcaster, and you can't say "visit mydomain.com/2008/01/03/my-post-with-a-long-url/ for more info." Wouldn't it be useful if you could just say "go to mydomain.com/go/mycoolpost/ ?" Sure, you *could* use a service like tinyurl.com, but that's still not too great if you need the URL for a podcast. It's still awkward to read-out "tinyurl.com/27asr9," isn't it? It's less professional too. GoCodes let's you create shortcut URLs to anywhere on the internet, right from your Wordpress Admin. The plugin is also useful for masking affiliate program URLs. 17 Have you ever had to give someone a shortened version of a URL? Maybe you're a podcaster, and you can't say "visit mydomain.com/2008/01/03/my-post-with-a-long-url/ for more info." 18 Wouldn't it be useful if you could just say "go to mydomain.com/go/mycoolpost/ ?" Sure, you *could* use a service like tinyurl.com, but that's still not too great if you need the URL for a podcast. It's still awkward to read-out "tinyurl.com/27asr9," isn't it? It's less professional too. 19 GoCodes let's you create shortcut URLs to anywhere on the internet, right from your WordPress Admin. 20 The plugin is also useful for masking affiliate program URLs. 16 21 17 22 == Installation == 18 23 19 1. FTP the entire gocodes directory to your Wordpress blog's plugins folder (/wp-content/plugins/). 24 #FROM YOUR WORDPRESS DASHBOARD 25 1. Visit 'Plugins -> Add New'. 26 2. Search for 'Gocodes 2'. 27 3. Activate Gocodes 2 from your Plugins page. 28 29 #FROM WORDPRESS.ORG 30 1. Download Gocodes 2 plugin. 31 2. Upload the 'gocodes2' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc 32 ) 33 3. Activate GoCodes 2 from your Plugins page. 34 35 #FROM YOUR FTP Client 36 1. FTP the entire gocodes directory to your WordPress blog's plugins folder (/wp-content/plugins/). 20 37 2. Activate the plugin on the "Plugins" tab of the administration panel. 21 3. Refer to the usage section of this guide. 38 39 #ONCE ACTIVATED 40 1. Visit 'Settings -> Gocodes' and adjust the preferences. 41 2. Visit 'Tools -> Gocodes' and create your first link. 42 3. Check your link works fine and enjoy plugin usage. 22 43 23 44 == Upgrading == … … 26 47 3. Reactivate plugin 27 48 28 Upgrade notes: 49 == Upgrade Notice == 50 * not yet 51 52 == Origin == 53 54 We are proud that original base of this plugin is a fork of GoCodes by redwall_hp (Not available for download and Supported currently). 55 We worked on the plugin before before releasing it is "WPNeon GoCodes2", stripped down some code to make it a simple & lightweight. 29 56 30 57 == Frequently Asked Questions == 31 58 32 59 = How do I add a redirect? = 33 To manage your redirects, open your Word press admin, and go to the Manage -> GoCodes menu. From there you can remove redirects by clicking on the "Delete" button next to their entries, and you can add new ones using the form on the page. The "Key" field is where you enter the redirection string (e.g. "orange" in yourdomain.com/go/orange/). The URL field is where you enter the URL that users will be redirected to ("http://" is required). Note that the Key can only contain alphanumeric characters.60 To manage your redirects, open your WordPress admin, and go to the Manage -> GoCodes menu. From there you can remove redirects by clicking on the "Delete" button next to their entries, and you can add new ones using the form on the page. The "Key" field is where you enter the redirection string (e.g. "orange" in yourdomain.com/go/orange/). The URL field is where you enter the URL that users will be redirected to ("http://" is required). Note that the Key can only contain alphanumeric characters. 34 61 35 62 = Are the redirects search engine friendly? = … … 41 68 42 69 == Screenshots == 43 1. The GoCodes redirect management page in the WordPress Admin. 70 1. Links Page 71 2. General Settings 72 3. Edit Links 44 73 45 74 == Known Issues == … … 55 84 56 85 57 == Version history == 58 * Version 1.0 - Initial Release 86 == Changelog == 87 * Version 1.0 - Initial Release by previous author 88 * Version 2.0 - Upgraded and re-released by new contributer, 89 UI fix for new admin design in WordPress 90 91 92
Note: See TracChangeset
for help on using the changeset viewer.