Title: Nexternal
Author: AlreadySetUp
Published: <strong>2011 年 6 月 20 日</strong>
Last modified: 2021 年 10 月 27 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# Nexternal

 由 [AlreadySetUp](https://profiles.wordpress.org/alreadysetup/) 開發

[下載](https://downloads.wordpress.org/plugin/nexternal.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/nexternal/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/nexternal/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/nexternal/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/nexternal/#developers)

 [技術支援](https://wordpress.org/support/plugin/nexternal/)

## 外掛說明

This plugin allows you to easily publish products from your Nexternal store to your
pages and posts. It uses Nexternal’s API to get the latest product information including
price, images and more.

The plugin can display a single product, a product grid or a scrolling (horizontal
or vertical) carousel of products.

We have a few other custom Nexternal focused plugins not available in the plugin
catalog. Contact us if you are interested.

 * [Plugin Homepage](http://alreadysetup.com/nexternal)
 * Please visit the homepage and register yourself for updates. We require your 
   feedback to help this plugin evolve.

#### Why Is This Plugin Free?

Think of it as your introduction to us. Already Set Up can help you with your WordPress
site. From custom [**WordPress Coding**](http://alreadysetup.com/wordpress-websites/)
to skilled [**Internet marketing**](http://alreadysetup.com/internet-marketing/),
our services can help you gain an edge online. Thanks for your interest and enjoy
the plugin!

Features:

 * Connects to Nexternal API
 * Easily search your product catalog for products to publish
 * Publish a single product
 * Publish a product grid with x rows and y columns
 * Publish a single row or single column product carousel with x products and y 
   visible concurrently
 * Apply custom CSS from within the plugin
 * Publish to a page or post (or even a widget)
 * Supports multiple instances per page
 * Uses shortcodes

Security:

 * Securely communicates with Nexternal API using a key
 * Credentials used to retrieve/create the key are not stored

Requirements/Restrictions:

 * Works with WordPress 2.8, possibly older versions.

## 螢幕擷圖

 * [[
 * screenshot-1.png show the WordPress dashboard and the Nexternal settings button.
 * [[
 * screenshot-2.png shows the Nexternal settings window which enables you to set
   the Global Configuration and the Default Options.
 * [[
 * screenshot-3.png shows how to access the plugin from the post/page editor
 * [[
 * screenshot-4.png is the plugin’s main window during content editing.

## 安裝方式

 1. If you are upgrading please be sure to backup your .css files from the plugin directory
    as they may be overwritten if named the same.
 2. Install automatically through the `Plugins`, `Add New` menu in WordPress, or upload
    the `nexternal` folder to the `/wp-content/plugins/` directory.
 3. Activate the plugin through the `Plugins` menu in WordPress.
 4. From the dashboard connect to the Nexternal API and configure the plugin’s default
    options using the Nexternal menu at lower left.
 5. When connecting a user account, a Nexternal user of the type ‘XML Tools’, with 
    the ‘ProductQuery’ option enabled should be used.
 6. Click the Nexternal button on the post/page visual editor to begin publishing products.

## 常見問題集

[See the official FAQ at AlreadySetUp.com](http://AlreadySetUp.com/nexternal)

### I just installed this and cannot get it to accept my credentials

Be sure you have authorized your account to access the API within the Nexternal 
OMS.

### Do you offer support for this plugin

Absolutely! For more help… [contact Already Set Up](http://alreadysetup.com/home/contact-us)

### Is this plugin available in other languages?

No, sorry.

For more help… [See the official FAQ at AlreadySetUp.com](http://alreadysetup.com/nexternal)

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Nexternal〉的開發相關工作。

參與者

 *   [ AlreadySetUp ](https://profiles.wordpress.org/alreadysetup/)

[將〈Nexternal〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/nexternal)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/nexternal/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/nexternal/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/nexternal/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/nexternal/)。

## 變更記錄

#### 2.0

 * overhaul of shortcode functionality
 * added ability to sort field order
 * replaced primary slider functionality with owl slider
 * created placeholder image in visual editor
 * allow edit of existing shortcode
 * allow sorting of products in shortcode
 * simplified administrative interfaces
 * added jQuery integration for front-end shopping cart display
 * require user registration for plugin

#### 1.5

 * Remove legacy code for authentication
 * Update notification code (internal)

#### 1.4.2

 * Fix for carousel jquery product ID support and box-model: border-box

#### 1.4.1

 * Fix for shortcode representation in pages

#### 1.4

 * Nexternal authentication updates
 * updated plugin access (settings page, uninstall)
 * separated plugin settings to multiple pages
 * added basic instructions for connecting Nexternal account
 * changed product identification from SKU to productNumber, allowing non-SKU product
   support
 * altered inline editor height to avoid overlapping content

#### 1.3

 * updated syntax to avoid depreciation warnings (multiple files)
 * updated enqueue_scripts call to use appropriate hook (nexternal.php)
 * changed authentication method to user/pass instead of activeKey (all files)

#### 1.2

 * changed jquery and jquery ui references to current cdn references (window.php)

#### 1.1.7b

 * stop curl from getting hung up on SSL certs from nexternal (nexternal-api curl_post)
 * fixed bug where tinymce window wasnt able to find javascript file (window.php
   jquery-1.7.2.min.js)

#### 1.1.6

 * fixed jquery UI inclusion bug (another bug)

#### 1.1.5

 * Modified jquery instantiation

#### 1.1.4

 * Adjusted the add products functionality as the search was not updating

#### 1.1.3

 * Added custom link attributes mainly to enable Google analytics cross-domain tracking
   with onclick event

#### 1.1.2

 * Minor cosmetic

#### 1.1.1

 * Minor UI changes
 * JQuery multiple instance fixes
 * Added short description to query options

#### 1.1

 * Added multiple instance support
 * Added product search box
 * Added single product to CSS and drop down options

#### 1.0

 * Initial release

## 中繼資料

 *  版本 **2.01**
 *  最後更新 **5 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 2.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.6.30**
 *  語言
 * [English (US)](https://wordpress.org/plugins/nexternal/)
 * 標籤:
 * [ecommerce](https://tw.wordpress.org/plugins/tags/ecommerce/)[sell](https://tw.wordpress.org/plugins/tags/sell/)
   [shopping](https://tw.wordpress.org/plugins/tags/shopping/)[store](https://tw.wordpress.org/plugins/tags/store/)
 *  [進階檢視](https://tw.wordpress.org/plugins/nexternal/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/nexternal/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/nexternal/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/nexternal/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/nexternal/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/nexternal/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/nexternal/reviews/)

## 參與者

 *   [ AlreadySetUp ](https://profiles.wordpress.org/alreadysetup/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/nexternal/)