This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

W3Responsive Tabs

توضیحات

W3Responsive Tabs by http://w3itinfo.com

This plugin will add an expand collapse tab feature inside a post or page. You can embed w3responsivetab via shortcode in everywhere you want, Even theme files.

Plugin Features

  • Shortcode System
  • Very Lightweight. Only 7KB.
  • Easy documentation
    & many More.

Live Preview: http://w3itinfo.com/plugins/w3responsivetab

عکس‌های صفحه

  • This is an example of Horizontal Tab.

  • This is an example of Vertical Tab.

نصب

This section describes how to install the plugin and get it working.

e.g.

  1. Upload plugin-directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use shortcode in page, post or in widgets.
  4. If you want W3Responsive Tabs in your theme php, Place <?php echo do_shortcode('YOUR_SHORTCODE'); ?> in your templates
  5. You have to use shortcode for generate W3Responsive Tabs in post or page. Example shortcode is given below.

************** Tab Position Horizontal

[w3itinfotab tab_id="Tab Id" position="Horizontal"]
[tabtoggle tabname="Name" tabtitle="Title"]....[/tabtoggle]
[tabtoggle tabname="Name" tabtitle="Title"]....[/tabtoggle]
[tabtoggle tabname="Name" tabtitle="Title"]....[/tabtoggle]
[tabtoggle tabname="Name" tabtitle="Title"]....[/tabtoggle]
[/w3itinfotab]

************** Example Horizontal

[w3itinfotab tab_id="Mytab" position="Horizontal"]
[tabtoggle tabname="tab1" tabtitle="tab11"]....[/tabtoggle]
[tabtoggle tabname="tab1" tabtitle="tab11"]....[/tabtoggle]
[tabtoggle tabname="tab1" tabtitle="tab11"]....[/tabtoggle]
[tabtoggle tabname="tab1" tabtitle="tab11"]....[/tabtoggle]
[/w3itinfotab]

************** Tab Position Vertical

[w3itinfotab tab_id="Tab Id" position="Vertical"]
[tabtoggle tabname="Name" tabtitle="Title"]....[/tabtoggle]
[tabtoggle tabname="Name" tabtitle="Title"]....[/tabtoggle]
[tabtoggle tabname="Name" tabtitle="Title"]....[/tabtoggle]
[tabtoggle tabname="Name" tabtitle="Title"]....[/tabtoggle]
[/w3itinfotab]

************** Example Vertical

[w3itinfotab tab_id="mytab1" position="Vertical"]
[tabtoggle tabname="tab1" tabtitle="tab11"]....[/tabtoggle]
[tabtoggle tabname="tab1" tabtitle="tab11"]....[/tabtoggle]
[tabtoggle tabname="tab1" tabtitle="tab11"]....[/tabtoggle]
[tabtoggle tabname="tab1" tabtitle="tab11"]....[/tabtoggle]
[/w3itinfotab]

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“W3Responsive Tabs” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “W3Responsive Tabs” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0

  • Initial release