Nid yw'r ategyn hwn wedi cael ei ddiweddaru ers 3 ryddhad mawr. Efallai nad yw'n cael ei gynnal bellach ac efallai bod materion cydnawsedd wrth gael ei ddefnyddio gyda fersiynau mwy diweddar o WordPress.

Better YOURLS

Disgrifiad

Integrates your blog with the YOURLS custom URL generator.

Nodweddion

  • Creates YOURLs links for all content using wp_shortlink
  • Saves links to post_meta to reduce server calls
  • Easily access link stats from the admin bar
  • Only 2 options: domain and api key

Cyfieithiad

  • Saesneg

Trwydded

Released under the terms of the GNU General Public License.

Lluniau Sgrin

  • Easy to use with only 2 options.

Gosod

  1. Backup your WordPress database, config file, and .htaccess file
  2. Upload the zip file to the /wp-content/plugins/ directory
  3. Unzip
  4. Activate the plugin through the ‘Plugins’ menu in WordPress
  5. Visit the Better YOURLS page under settings to add domain and API key

Cwestiynau Cyffredin

Are you still developing this plugin?
  • Yes! This plugin was adopted in 2018 by Aaron Eaton to continue development.
Does this work with network or multisite installations?
  • I don’t know. I haven’t tried it.
Can I help?
  • Of course! I am in constant need of testers and I would be more than happy to add the right contributor. In addition, I could always use help with translations for internationalization.

Adolygiadau

Ebrill 23, 2018
YOURLS Link Creator was out of date and I was looking for a replacement. Found Better YOURLS and it picked up where the other one left off and works without a hitch. Thanks!
Rhagfyr 9, 2017
If you use a plugin and it just works and you forget that you have it installed and working, that's pretty much the definition of a 5 star plugin. I installed this plugin years ago. I configured it to use my YOURLS installation and it just works. I've never had a problem with it. If you use your own YOURLS then get this plugin. You won't be sorry. πŸ˜‰
Medi 3, 2016
This plugin made using Yourls super easier with WordPress. Thank you!
Read all 11 reviews

Contributors & Developers

“Better YOURLS” is open source software. The following people have contributed to this plugin.

Cyfranwyr

“Better YOURLS” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Better YOURLS” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Cofnod Newid

2.3.0

  • Plugin is now compatible with Gutenberg.
  • Fixed security error when using Bulk Edit. Thanks <a href=”https://github.com/clementduncan>@clementduncan!
  • Plugin adopted by Aaron Eaton

2.2.3

  • Fixed an error that prevented private post types from being handled correctly.

2.2.2

  • Fixed deployment error

2.2.1

  • Fixed error on settings save due to unavailable array.
  • Fixed “Security Error” when saving ignored posts.
  • Minor JS and CSS refactoring for easier debugging
  • Moved .pot file to “languages” folder

2.2

  • Added ability to properly handle non-public post types.
  • Minor fixes and typo corrections.

2.1.6

  • Minor code sniffer fixes.
  • Added nonce to keyword form.

2.1.5

  • Cleaned up various typos and other PHP Codesniffer issues.

2.1.4

  • Fixed custom keyword issue (Credit Dom Sammut)
  • Various typo and other minor fixes.

2.1.3

  • 2.1.3 Cleans out extra files in the packaged plugin that my deployment script didn’t catch.

2.1.2

  • Fix: No longer will generate shortlinks for admin menu items
  • Behind the scenes: Finally started adding proper Unit Tests to improve reliability. Coverage is up to about 25%

2.1.1

  • Fix: ShortURL generation will now work better with many social sharing plugins such as Jetpack

2.1.0

  • Enhancement: Allow for https access to YOURLS installation for API actions
  • Enhancement: Disable short-url creation for specific content types
  • Enhancement: Numerous additional hooks for more finer-grained control of URL creation
  • Enhancement: Use POST instead of GET for URL creation
  • Fix: Better checking of posts before creating a link to avoid issues

2.0.1

  • Fix : Spaces should no longer be eliminated from titles
  • Enhancement: Allow filtering of post types (credit to domsammut)

2.0.0

  • Enhancement: complete refactor for better efficiency and less bugs

1.0.5

  • Fixed: Fixed an issue preventing the shortlink from displaying for some URLS (see https://github.com/ChrisWiegman/Better-YOURLS/pull/1)

1.0.4

  • Minor typo fixes and test with version 4.1

1.0.3

  • Added hook to generate short url on post transition
  • Added get_shortlink hook to cover normal shortlink generation
  • No longer try to generate a shortlink in pre_get_shortlink. Just return it if it already exists
  • More efficient shortlink creation
  • General code cleanup

1.0.2

  • Improved URL validation to avoid saving extraneous data
  • Minor typo fixes

1.0.1

  • Don’t generate URLs in admin, wait for the first post view

1.0.0

  • Initial Release