Title: celum:connect
Author: brixcrossmedia
Published: <strong>7 Tháng 2, 2019</strong>
Last modified: 14 Tháng 8, 2026

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# celum:connect

 Bởi [brixcrossmedia](https://profiles.wordpress.org/brixcrossmedia/)

[Tải về](https://downloads.wordpress.org/plugin/celumconnect.2.32.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/celumconnect/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/celumconnect/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/celumconnect/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/celumconnect/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/celumconnect/)

## Mô tả

WordPress:connect, an extension that integrates an “Asset Picker” allowing the selection
of images and other media objects directly from CELUM, embedding them into the post
and storing them in the media gallery of WordPress. This also enables you to link
them in other posts later on. As an alternative to saving in WordPress, assets can
only be linked from CELUM, so that they remain up to date at all times, even if 
they are adapted in CELUM.

To enable cross-references, the brix extension Direct Download is included as part
of WordPress:connect. If an asset from CELUM is used via WordPress:connect, the 
usage (linked or downloaded assets) can be automatically written to an information
field of the asset to mark it in CELUM with a “WordPress bullet”, for example. With
separate bullets can be distinguished whether an asset is linked in the CMS and 
deletion in CELUM DAM has an immediate effect, or is simply used there, which has
no effect on deletion in CELUM DAM.

The API key of the CELUM user and the ID of the CELUM root node to be used as well
as the “Asset Picker” version to be used can be entered via a separate WordPress
settings dialog. Just as, the desired download formats for saving assets in WordPress
can be defined for each media type. Finally, for the two types of use (download 
or link), a name can be defined, which will be set as a node-ref value for downloaded
resp. linked assets. The related information field is defined in the configuration
of the Direct Download extension.

Requires: CELUM CORA, 1 licensed API connection (for CELUM Asset Picker)

### Adding a new Asset Picker version (development)

When vendoring a new Asset Picker bundle into `assetPicker/assetPicker_<version>/`,
the vendor default in `assetPickerApi.js` (around line 39) must be patched from

    ```
    pathPrefix: 'picker/'
    ```

to

    ```
    pathPrefix: 'wp-content/plugins/'+plugin_data.plugin_basename+'/assetPicker/assetPicker_<version>/picker/'
    ```

Without this patch the picker iframe resolves to the site root (`/picker/index.html`)
and returns a 404. Every bundled version needs this; 6.20.7 initially shipped unpatched.

## Ảnh màn hình

[⌊Add a new Post⌉⌊Add a new Post⌉[

Add a new Post

[⌊Asset Picker: Search⌉⌊Asset Picker: Search⌉[

Asset Picker: Search

[⌊Asset Picker: Load asets from to WordPress or link them from Celum⌉⌊Asset Picker:
Load asets from to WordPress or link them from Celum⌉[

Asset Picker: Load asets from to WordPress or link them from Celum

[⌊Asset Picker: Select⌉⌊Asset Picker: Select⌉[

Asset Picker: Select

[⌊Asset Picker: Set download format⌉⌊Asset Picker: Set download format⌉[

Asset Picker: Set download format

## Khối

Plugin này cung cấp 1 khối.

 *   celum:connect

## Cài đặt

 1. Upload the plugin files to the `/wp-content/plugins/celum_connect` directory, or
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->celum:connect screen to configure the plugin

## Hỏi đáp

### Where can I configure the CELUM server I want to use?

The url to the used CELUM server is encrypted in the license key. To get a license
key for your CELUM server you need to contact brix cross media (https://brix.ch)

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“celum:connect” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “celum:connect” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/celumconnect)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/celumconnect/), check out
[SVN repository](https://plugins.svn.wordpress.org/celumconnect/), hoặc theo dõi
[nhật ký phát triển](https://plugins.trac.wordpress.org/log/celumconnect/) qua [RSS](https://plugins.trac.wordpress.org/log/celumconnect/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.0

 * Initial verison

#### 1.1

 * Added tracking of downloaded Assets with “Direct Download”

#### 1.2

 * Added Possibility to choose between “Load assets to WordPress” and “Link assets
   from Celum”

#### 1.3

 * Added Support for different Asset Picker Versions (2.0 – 2.4), Selectable in 
   the celum:connect Options
 * Configurable usage for link and for download

#### 1.4

 * Asset Picker versions 2.5 and 2.5.2 added

#### 1.4

 * Asset Picker version 2.5.1 added

#### 2.0

 * Gutenberg block support added

#### 2.2

 * License with expiration date

#### 2.3

 * Asset Picker version 3.0 added

#### 2.4

 * AssetPicker version select bugfixing

#### 2.5

 * AssetPicker 3.0 Support approved (Config creation with no infofield possible)

#### 2.6

 * License need an expiration date

#### 2.9

 * WordPress 5.5 compatibility
 * Asset picker in media module as seperate tab

#### 2.14

 * Asset Picker version 6.8.11 and 6.9.3 added

#### 2.17

 * Asset Picker version 6.9.3 added

#### 2.18

 * Quickfix if Celum not defined (library not loaded)

#### 2.19

 * Fix media tab in custom post types

#### 2.20

 * Fix media tab in custom post types

#### 2.21

 * Featured image fix

#### 2.22

 * Check if WP Error

#### 2.23

 * Improved Error message

#### 2.24

 * do not send empty consumer parameter in directDownload URL

#### 2.25

 * Use filename if not Content-Disposition

#### 2.28

 * Asset Picker 6.15.12, 6.16.14, 6.17.4, 6.18.4 and 6.19.1 added

#### 2.29

 * Asset Picker 6.11.9, 6.12.4, 6.13.10 and 6.14.12 added

#### 2.30

 * Asset Picker 6.12.4, 6.13.10, 6.14.12, 6.15.12, 6.16.14, 6.17.4, 6.18.4 and 6.19.1
   added, REST API Client ID configuration property added (for asset picker version
   6.19 and newer)

#### 2.31

 * Asset Picker 6.20.7 added, Versions 2.x and 3.x removed

#### 2.32

 * Fix: Asset Picker 6.20.7 pathPrefix patched (picker iframe returned 404)

## Meta

 *  Phiên bản **2.32**
 *  Cập nhật lần cuối **1 tuần trước**
 *  Số lượt cài đặt **Ít hơn 10**
 *  Phiên bản WordPress ** 4.0 hoặc cao hơn **
 *  Đã kiểm tra lên đến **5.5.20**
 *  Phiên bản PHP ** 5.2.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/celumconnect/)
 * Thẻ
 * [DAM](https://vi.wordpress.org/plugins/tags/dam/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/celumconnect/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/celumconnect/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/celumconnect/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://brix.ch/)