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

Dream Broker Embed

설명

After creating a channel at Dream Broker Studio, you can easily integrate it into your
WordPress site with this plugin. You can list the videos in your channel, add a category bar, and
customize list layout. You can also add social media buttons to ensure that your videos can be shared easily. To reduce network traffic, caching time of the feed can be modified.

스크린샷

  • Videos from a Dream Broker channel listed with a shortcode.
  • A video from a Dream Broker channel embedded with a shortcode.

설치

  1. Upload ‘db-embed’ directory to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. On wp-admin page, click on DB Embed and modify settings to make plugin fit your purpose (Channel ID is the most important; point it to your Dream Broker channel you want to show on your site)

To embed a video from your Dream Broker channel to an article, add a shortcode

[db-video id=””], where is the id of the video
You can optionally add controls=”false”. Then the video controls do not show until video thumbnail is clicked.

To list a Dream Broker channel in an article, add a shortcode

[db-channel]

FAQ

What if an embedded video is deleted at Dream Broker side but there is still a shortcode in an article?

The shortcode is ignored. No error messages are shown.

후기

2017년 4월 18일
A lot of deprecated errors when saving the plugin settings. I would be surprised if it worked after 3 years without any update. If you want to embed a dreambroker video, just paste the following code: <div class="db-video-wrapper"><iframe scrolling="no" frameBorder="0" width="100%" height="100%" allowfullscreen webkitallowfullscreen mozallowfullscreen src="http://dreambroker.com/channel/XXXchannelIDXXX/iframe/XXXvideoIDXXX"></iframe></div>
모든 1 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Dream Broker Embed”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.2

  • Fixed a bug that caused an incorrect link below the default video

1.1.1

  • Fixed a bug that caused a Javascript error on pages not using shortcodes of this plugin

1.1.0

  • Theme color can be modified
  • “Direct link” and “Share by email” buttons
  • More styled category bar
  • Changed shortcode [video id=”xyz”] to [db-video id=”xyz”] (“video” still works)
  • [db-video/video] shortcode takes an optional parameter “controls”. If controls=”false”, then the actual video player does not open (hence video controls are not shown) until a thumbnail image is clicked. This may improve mobile user experience.
  • Added publish date under video title
  • Bug fixes

1.0.4

  • Layout improvements
  • Small bug fixes