Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Auto Insert Title To Link

Опис

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 “insert link” popup, the plugin tries to fetch the url from the url field
and requesting the url. If the requested url delivers a title attribute, this title will be copied into the title field.
If an internal link is selected, the linktitle inserted by WordPress is used. It can be automatically overwritten by
focusing the title field.

This plugin requires PHP5.3+

Скріншоти

  • Auto Title To Link in action

Встановлення

  1. Search for the plugin name in your admin user interfaces plugin page. Then install it.

If you want to install the plugin manually:

  1. Download “Auto Title To Link” from the GitHub or WordPress repository
  2. Unpack the archive. If you downloaded the plugin from the GitHub repository, remove the “-master” from the foldername
  3. Upload the unpacked archive folder to your plugins folder.
  4. Activate the plugin.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Auto Insert Title To Link” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Auto Insert Title To Link” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.2

  • Fix bug with PHP <5.4

1.0.1

  • decode html entities in titles

1.0

  • Final version for WordPress repository

0.2

  • fixing issue with url handling (replacing buggy esc_url_raw())
  • fixing issue with using internal links

0.1

  • First public version on GitHub