Title: Optimized Dropdown Menus
Author: Maor Chasen
Published: <strong>11 ມີນາ 2012</strong>
Last modified: 21 ເມສາ 2014

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/optimized-dropdown-menus.svg)

# Optimized Dropdown Menus

 ໂດຍ [Maor Chasen](https://profiles.wordpress.org/maor/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/optimized-dropdown-menus.1.2.2.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/optimized-dropdown-menus/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/optimized-dropdown-menus/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/optimized-dropdown-menus/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/optimized-dropdown-menus/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/optimized-dropdown-menus/)

## ຄຳອະທິບາຍ

By using Optimized Dropdown Menus Widget, you’ll be able to create dropdown menus
that are searchable or “spiderable” by search engine bots.

#### So how does it work?

Basically, it works like this:

The menu’s markup code is being printed as an ordinary nested menu. e.g.

    ```
    <ul>
        <li><a href="http://example.com/page">Some Random Page</a></li>
        <li><a href="http://example.com/page-another">Another Page</a></li>
        <li><a href="http://example.com/yao">Yet Another One</a></li>
    </ul>
    ```

Since most browsers support JavaScript, using the widget, the markup would be translated
into something like this

    ```
    <select>
        <option value="http://example.com/page">Some Random Page</option>
        ...
        <option value="http://example.com/page">Something else</option>
    </select>
    ```

The tricky part here is, that search engines do not usually interpret JavaScript,
all they will be able to scan is the nested menu. That way they will reach out for
those pages, and most probably will crawl those pages as well.

ODM also supports a range of per-widget settings:

 * Control whether links will be open in new window or in the same window
 * Choose to use HTML5/XHTML markup for the menu

#### Features set for the next versions

Soon there will be an option for developers to use the same functionality via the
code. e.g.

#### Translations

Currently, these translations are available:

 * Spanish (es_ES) – in courtesy of [Ognjen Djuraskovic](http://firstsiteguide.com/)
 * Serbian (sr_RS) – in courtesy of [Ognjen Djuraskovic](http://firstsiteguide.com/)

## ພາບໜ້າຈໍ

 * [[
 * Widget Settings
 * [[
 * How it looks on the front-end

## ການຕິດຕັ້ງ

Install Optimized Dropdown Menus in 3 easy steps

 1. Upload the plugin folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Appearance > Widgets and drag the widget (“Optimized Dropdown Menu”) to any
    sidebar you wish

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  How do I add a menu?

First you should set up a menu before you attempt to use the widget. In order to
do that, go to Appearance > Menus and create a new menu. When you’re finished creating
and saving the new menu, go back to Appearance > Widgets and select the appropriate
menu.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Optimized Dropdown Menus” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີ
ສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Maor Chasen ](https://profiles.wordpress.org/maor/)

[ແປ “Optimized Dropdown Menus” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/optimized-dropdown-menus)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/optimized-dropdown-menus/),
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/optimized-dropdown-menus/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/optimized-dropdown-menus/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/optimized-dropdown-menus/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.2.2

 * New! Added support for opening links in new window. Proposed by Kari S.

#### 1.2.1

 * Added new es_ES, sr_RS translations. Thank you, [Ognjen Djuraskovic](http://firstsiteguide.com/)!

#### 1.2

 * Optimized Dropdown Menus is now translation-ready

#### 1.1

 * Fixed bug where the menu was rendered, but the “Go” button was not responding.
   props Graham W.
 * Codebase improved, now wrapped in a class

#### 1.0

 * Initial release.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.2.2**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **12 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **70+**
 *  ເວີຊັນ WordPress ** 3.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.7.41**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/optimized-dropdown-menus/)
 * ແທັກ
 * [menu](https://lo.wordpress.org/plugins/tags/menu/)[seo](https://lo.wordpress.org/plugins/tags/seo/)
   [widget](https://lo.wordpress.org/plugins/tags/widget/)[widget-only](https://lo.wordpress.org/plugins/tags/widget-only/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/optimized-dropdown-menus/advanced/)

## ການໃຫ້ຄະແນນ

 5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/optimized-dropdown-menus/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/optimized-dropdown-menus/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/optimized-dropdown-menus/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/optimized-dropdown-menus/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/optimized-dropdown-menus/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/optimized-dropdown-menus/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/optimized-dropdown-menus/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Maor Chasen ](https://profiles.wordpress.org/maor/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/optimized-dropdown-menus/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://maorchasen.com/plugins/optimized-dropdown-menus/)