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

W3C validation auto check

الوصف

Automatically checks the validity of the page with the service provided by the site http://validator.w3.org/

Verifica in automatico la validit della pagina grazie al servizio fornito dal sito http://validator.w3.org/

التنصيب

How to install the plugin and get it working.

  1. Upload w3c folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php if ( function_exists('w3c_check_validation') ) { w3c_check_validation(); } ?> in your templates

The plugin requires jQuery is loaded

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

Can I customize the plugin?

To customize the plugin you can edit the file and change the lines of the two variables:

URL_isValid

URL_isINValid

you can insert text or images that you like better.

The result is displayed in <span id="validHTML"> </ span> and you can change it at your leisure with a DIV or a P, and that the important ‘ID tags that use both id = “validHTML”

Posso personalizzare il plugin?

Per personalizzare il plugin potete editare il file e modificare le righe delle due variabili :

URL_isValid

URL_isINValid

potete inserire immagini testi o quello che vi pare meglio.

Il risultato viene visualizzato in <span id="validHTML"></span> e potete modificarlo a vostro piacere con un DIV o un P , l’importante e che l’ ID del tag che usate sia id=”validHTML”

المراجعات

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

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

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

المساهمون

ترجمة ”W3C validation auto check“ إلى لغتك.

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

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

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

1.5.1

  • Change readme file
  • Set new folder path

1.5

  • First public release