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

Links With Icons Widget

الوصف

Links With Icons Widget adds a new custom widget which displays links with icons alongside. The links are dynamically added to each widget in the widget admin. This plugin does not use the links manager and does not create any custom post type to store the links. All data is self contained in each widget as widget option data. Images are added and managed using the media library and uploader.

Usage:

  1. In the WordPress admin, go to Appearance…Widgets
  2. Drag the “Links With Icons” widget to a sidebar
  3. Select the number of links the widget will display and save the widget.
  4. The widget will reload with the proper number of fields for the number of links needed.
  5. Fill out the data (URL, Title and Image) and save the widget.
  6. Viola! The widget now appears with your pretty icons.

Important Notes:

  1. The widget doesn’t care about icon / image size. You should probably keep it consistent (and small) so it will be pretty.
  2. If you reduce the number of links in a widget after it has been populated with data, the excess links data will be deleted forever.
  3. The default CSS class for the container UL is links-with-icons-widget
  4. Each link li has a class of link-with-icon
  5. You can style and override the defaults in your own custom css, like:

    .links-with-icons { /* custom styles / }
    .link-with-icon a { /
    custom styles / }
    .link-with-icon img { /
    custom styles */ }
    etc…

Fork away: https://github.com/ethanpil/wp-links-with-icons-widget

This WordPress plugin is brought to you by Los Angeles Web Design

Future Plans:

  1. Display the size of selected image in the widget under the preview
  2. Choose icon position for each link (left (default) or right side)

لقطات الشاشة

  • Managing links inside the widget
  • Example Widget Output

التنصيب

Like every other WordPress plugin! 🙂

  1. Upload all the files from links-with-icons-widget.zip into a folder within the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

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

  1. The link doesn’t work! Its showing a 404 error!
    Don’t forget to add http:// to your link.

  2. What if I decrease the number of links in a widget?
    The excess links will be removed and the data deleted.

Installation Instructions

Like every other WordPress plugin! 🙂

  1. Upload all the files from links-with-icons-widget.zip into a folder within the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

المراجعات

7 فبراير، 2017
Hello, Its working great. But If I want to delete any single icon from multiple , how I will delete it.
إقرأ جميع المراجعات 6

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

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

المساهمون

ترجمة ”Links With Icons Widget“ إلى لغتك.

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

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

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

1.2

  • Added tag to text for additional CSS styling flexibility (thx: github.com/morfie78)

1.1

  • Added option for No Follow links
  • Image URLs are now returned without protocol to support HTTP or HTTPS

1.0

  • Initial Release