Title: glomex oEmbed
Author: Glomex
Published: <strong>2023년 3월 13일</strong>
Last modified: 2025년 1월 15일

---

플러그인 검색

![](https://ps.w.org/glomex-oembed/assets/banner-772x250.png?rev=3040273)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/glomex-oembed/assets/icon-256x256.png?rev=3047324)

# glomex oEmbed

 작성자: [Glomex](https://profiles.wordpress.org/glomex/)

[다운로드](https://downloads.wordpress.org/plugin/glomex-oembed.0.9.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/glomex-oembed/#description)
 * [평가](https://ko.wordpress.org/plugins/glomex-oembed/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/glomex-oembed/#installation)
 * [개발](https://ko.wordpress.org/plugins/glomex-oembed/#developers)

 [지원](https://wordpress.org/support/plugin/glomex-oembed/)

## 설명

This is a WordPress plugin that acts as a bridge between our oEmbed endpoint and
internal WP oEmbed service. It allows simple oEmbed operation – just paste a link
into (basically) any WordPress editor and it will automagically convert this link
into glomex player/playlist/integration.

### Installation and operation

Operation simple as follows:

 1. Install plugin into WordPress
 2. Activate plugin
 3. Follow instructions and configure the plugin
 4. Forge a URL from template: `https://exchange.glomex.com/[video|videos|playlist|
    playlists]/VIDEO_OR_PLAYLIST_ID` (integrationId parameter is optional)
 5. Go to your post and paste the url into any editor (editor must support oEmbed)
 6. You get an embedded player inside content!

This plugin is intended for internal and external usage. There is no dependency 
on our infrastructure.

### Shortcodes

    ```
    [glomex_integration]
    ```

You can use the shortcode `[glomex_integration]` to embed a player in your post.

Additional shortcode parameters (not required): * `playlist_id` – ID of the playlist
to embed * `integration_id` – override default integration ID * `variant` – player
variant (default: ‘player-listicle’) * `width` – player width in pixels (default:
responsive width) * `height` – player height in pixels (default: 16:9 aspect ratio)

Note: All shortcode attributes are properly sanitized for security.
 If both width
and height are not specified, the player will use responsive sizing with 16:9 aspect
ratio.

### URL

The supported url scheme is `https://exchange.glomex.com/[video|videos|playlist|
playlists]/VIDEO_OR_PLAYLIST_ID`

The placeholder variables are:
 * `VIDEO_OR_PLAYLIST_ID` (mandatory) – the element
id to embed * `[video|videos|playlist|playlists]` (mandatory) – select one item 
to embed – it should exist in your account and be accessible with the given integration
ID

Allowed parameters:

 * `integrationId` (optional) – allows overriding integration ID for this single
   embed
 * `includeStructuredData` (optional) – allows overriding structured data inclusion
   for this single embed

Plugin settings are used by default in all cases. Query strings will override the
setting.

### Configuration options

You can set up the default integration ID using the `GLOMEX_INTEGRATION_ID` environment
variable.

## 설치

#### Uploading in WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Navigate to the ‘Upload’ area
 3. Select the plugin archive from your computer
 4. Click ‘Install Now’
 5. Activate the plugin in the Plugin dashboard

#### Using FTP

 1. Download plugin archive
 2. Extract the archive to your computer
 3. Upload the plugin directory to the plugins directory (it is usually `/wp-content/
    plugins/` but sometimes it may vary)
 4. Activate the plugin in the Plugin dashboard

## FAQ

### Which features do I need on my server?

You need at least WP 5.3.14, PHP 7.4 and `curl` extension enabled.

### What do I need to operate the plugin?

You need to configure the plugin. There are only 2 options at the moment – integration
ID and structured data configuration.
 You need an account at [glomex Exchange](https://exchange.glomex.com).

### Where do I get my integration ID?

 1. You need to navigate to your account at [glomex Exchange](https://exchange.glomex.com).
 2. Go to `Manage => Players`
 3. Select one and copy `Configuration ID`
 4. Paste the ID into the field on site or use to forge a link

### Can I use more than one integration ID on the site?

Yes you can. You can have one “basic” integration ID in your plugin configuration
and any amount of integration IDs
 for embedded player.

### What is a Structured data?

Structured data allows you to have more search-engine friendly site. In case of 
our plugin this means that results from
 your site may appear as “Video” in Google
search results. We provide a JSON-LD structured data for you. Read more on [JSON-LD](https://json-ld.org/).

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“glomex oEmbed”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 
기여하였습니다.

기여자

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

[자국어로 “glomex oEmbed”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/glomex-oembed)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/glomex-oembed/)는, [SVN 저장소](https://plugins.svn.wordpress.org/glomex-oembed/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/glomex-oembed/)
을 [RSS](https://plugins.trac.wordpress.org/log/glomex-oembed/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.9.4

 * improved security by adding proper escaping for shortcode attributes

#### 0.9.3

 * improved code quality to align with WordPress Coding Standards.
 * improved security by adding proper sanitize for shortcode attributes

#### 0.9.2

 * improved security by adding proper escaping for shortcode attributes
 * updated/tested with WP 6.7.1

#### 0.9.1

 * created `glomex_integration` shortcode to embed a player in your post

#### 0.9.0

 * created functionality for the prefixing video ID in the URL
 * updated/tested with WP 6.4.3

#### 0.8.5

 * updated vendor requirements

#### 0.8.4

 * removed internal update checker
 * renamed functions/namespaces/constants names with new prefix

#### 0.8.3

 * updated vendor requirements

#### 0.8.2

 * fixed the problem with embedding URL decoding in popular page builders

#### 0.8.1

 * fixed the problem with embedding URL decoding in older WP versions

#### 0.8

 * fix files headers
 * fix grumphp config
 * refactor main oEmbed code to be better quality
 * implement custom codestyle based on CodeatCS

#### 0.7

 * Use 2 different vendor directories and composer files

#### 0.6

 * Load only single `glomex-player.js` on frontend

#### 0.5.5

 * Bugfix in oEmbed URL generation function

#### 0.5.4

 * Update documentation

#### 0.5.3

 * Implemented update checker with support for Github repo

#### 0.5.0

 * Initial release with basic functions

## 기초

 *  버전 **0.9.4**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 5.3 또는 그 이상 **
 *  다음까지 시험됨: **6.7.5**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/glomex-oembed/)
 * 태그:
 * [oembed](https://ko.wordpress.org/plugins/tags/oembed/)[video](https://ko.wordpress.org/plugins/tags/video/)
 *  [고급 보기](https://ko.wordpress.org/plugins/glomex-oembed/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/glomex-oembed/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/glomex-oembed/)