هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Hoverswap

الوصف

On my language-learning blog, I have a feature that shows a translation inline by swapping out text when the mouse rolls over it. It’s very handy, and it occurred to me that I should make it a plugin, so other people can use it too!

Hoverswap allows you to create swapping elements, whose content is swapped for its title when the user hovers over them.

Excellent for foreign language learning and translation web sites.

Use

Version 1.0 has no configuration. That will be added later.
For now, in order to use the plugin, you create an EM tag containing the text you want to be active, and then you put the text for its hover state into its title attribue.

Then, to ensure that only the text you WANT to be swapped gets swapped, you must wrap that in an element of the class “translate”.

One example implementation would be create the following unordered list:
<UL class=”translate”>
<LI><EM title=”How are you?”>Como estas?</EM></LI>
</UL>

Features

  • Add the “translate” class to a containing element, such as a blockquote or a ul tag. Then, any em tags with a title attribute will automatically swap their content for the title when you move the mouse over them.

Planned features:

  • Allow any tag or classname to be specified as the containing element.
  • Allow any tag or classname to be specified as the translate element.

التنصيب

  1. Download the Hoverswap zip file.
  2. Extract the files to your WordPress plugins directory.
  3. Activate the plugin via the WordPress Plugins tab.

الأسئلة المتكررّة

none

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Hoverswap” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Hoverswap“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0

  • Initial version.