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

GitHub Members Show-off

الوصف

The widget appearance mimics the members box in GitHub org page. You just simply enter GitHub organization for the widget to show off the GitHub org members in a widget. There’s filter gh_members_showoff_widget_view_path to change view path of the widget.

To use the shortcode, use [gh_members_showoff org="Automattic" limit="10" order_username="asc"]. The required attribute is org, the rest is optional. This will render member listing of specified org. You can change the view path of rendered member listing via gh_members_showoff_shortcode_view_path filter.

If you want to display member listing via plugin or theme, you can use:

<?php do_action( 'gh_members_showoff', array( 'org' => 'GitHub' ) ); ?>

The same attributes on shortcode apply too.

This plugin depends on GitHub API plugin. Make sure to install and activate that first.

Development of this plugin is done on GitHub. Pull requests are always welcome.

لقطات الشاشة

  • Widget instance
  • Rendered shortcode

التنصيب

  1. This plugin depends on GitHub API plugin, so make sure it’s installed and activated.
  2. Upload GitHub Members Show-off plugin to your blog’s wp-content/plugins/ directory and activate.

المراجعات

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

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

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

المساهمون

ترجمة ”GitHub Members Show-off“ إلى لغتك.

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

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

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

0.1.0

Initial release