Self Shortening Permalink URL for WordPress Blog
Self Shortening URL for Wordpress Blog. Is based on an article ID, page, category or tag and rewrite the wordpress permalink url in a much shorter for …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5363 days ago
Is Self Shortening Permalink URL for WordPress Blog abandoned?
Possibly abandoned (last update 5363 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Self Shortening URL for WordPress Blog. Is based on an article ID, page, category or tag and rewrite the wordpress permalink url in a much shorter form.
NOTE!
- One of these files, “wp-config.php” or “index.php”, must have write access, otherwise, shortened links will not work.
- Disabling plugin does not mean the loss of links, they will continue to function until the plugin code from in wp-config.php or index.php will be manually removed.
- Any other changes to the plugin can lead to malfunction or problems with the blog.
- Plugin programmer is not responsible for incompatibility with some blogs, or any version of WordPress.
- These folders should not exist in root blog: /i/ or /h/ or /z/ and also, there should be no page with slug name “z”, “h” or “i” … in 99% of cases should not be any problem.
- index.php is rewritten by an update of wordpress, so short-links will not work anymore. If wp-config.php is editable (and should be as usual), index.php is never be used.
Frequently Asked Questions
What can you change in the plugin ?
Not many, and which may change is already configured with the best option. You can change only the constant defined in _SELF_SHORT_URL_MODE, other changes are not necessary and not recommended.
Valid values are described below:
- 0 – is integer mode = real Post ID from wordpress database
- 1 – Base 16 Mode – the hexadecimal mode, meaning the post ID of wordpress is converted into base 16
- 2 – Extended Mode – Post ID value is transformed into letters and numbers, which is actually is base 36
For integer: INTEGER
define(‘_SELF_SHORT_URL_MODE’,0);
For HEXAZECIMAL
define(‘_SELF_SHORT_URL_MODE’,1);
Letters and Numbers (this is defaul mode, and the best)
define(‘_SELF_SHORT_URL_MODE’,2);
Can I change html style?
Yes, edit byrev_selft_short_url.php and change css style code from _SELF_SHORT_URL_STYLE constant.
Can I change the name “Short URL” in another text?
Yes, edit byrev_selft_short_url.php and change text from _SELF_SHORT_URL_TITLE constant.
Pay attention to the syntax, one mistake can “ruin” the whole site design!
Review feed
Changelog
No Log.
