Contributors: Ralf Albert, Sergej Mueller
With this plugin it is possible to automatically fill in the title attribute of a link in the WordPress editor.
Auto Insert Title To Link needs PHP v5.3+
With this plugin it is possible to automatically fill in the title attribute of a link in the WordPress editor.
If the user focus on the title field in the link insert popup, the plugin tries to fetch the url from the url field and requesting the url. If the requested page delivers a title attribute, this title will be copied into the title field.
- Search for the plugin name in your admin user interfaces plugin page. Then install it.
If you want to install the plugin manually:
- Download "Auto Insert Title To Link" from the GitHub or WordPress repository
- Unpack the archive. If you downloaded the plugin from a GitHub repository, remove "-master" from the foldername
- Upload the unpacked archive folder to your plugins folder.
- Activate the plugin.
Fix bug with PHP <5.4
- Decode html entities in titles
- Final version for WordPress repository
- fixing issue with url handling (replacing buggy esc_url_raw())
- fixing issue with using internal links
- First public version on GitHub