Description
FYI-GO URL Shortener automatically shortens URLs in your WordPress posts and pages using the FYI-GO API. Save time and keep your links clean and trackable.
- Automatically shortens URLs in your content (inside anchor links with an href)
- Bulk conversion tool for existing posts
- Choose a default “Box” for organizing your short links
- Easy API key setup from your FYI-GO account
External services
This plugin connects to the FYI-GO API service to create, manage, and retrieve shortened URLs.
The plugin sends the original URL to the FYI-GO API when a user creates or automatically generates a shortened link. If API credentials are configured, the plugin may also send the configured API key and secret to authenticate the request.
The external service is provided by FYI-GO:
Terms of Service: https://website.fyi-go.com/terms
Privacy Policy: https://website.fyi-go.com/privacy
API documentation: https://api.fyi-go.com/info
License
This plugin is licensed under the GPLv2 or later.
Installation
- Upload the plugin folder to the
/wp-content/plugins/fyi-go-url-shortener/directory. The folder name must be exactlyfyi-go-url-shortener(the WordPress.org plugin slug). Do not use a folder name containingwp(for examplefyi-go-wp), as that violates WordPress.org trademark rules and breaks automated checks. You can also install through the WordPress plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to ‘Settings’ > ‘FYI-GO URL Shortener’ to configure your API key and settings.
FAQ
-
Where do I get my API key?
-
You can get your API key and secret from your FYI-GO dashboard.
-
Will it change existing links?
-
Yes, you can use the Bulk Conversion tool to convert all existing URLs in your posts to short URLs.
-
Does it shorten URLs automatically?
-
Yes, all new and updated posts can have their URLs automatically shortened if the plugin is active and configured.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“FYI-GO URL Shortener” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “FYI-GO URL Shortener” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Plugin directory slug aligned with Text Domain (
fyi-go-url-shortener); admin tab state respects nonce verification.
1.0.1
- Documentation: External services section, contributors, and installation path aligned with plugin slug.
- Admin: styles and scripts moved to enqueued assets.
1.0.0
- Initial release.