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

Auto Embed

설명

Easily Embed Dynamic Lazy Loading Youtube Videos And More Simply By Pasting The Url.

This plugin does most of the work client side, and waits for the page to finish loading so embeds do not slow down your site.
Shortcodes are not needed (but are available), just add a clickable link to the youtube video, and the plugin will find all the youtube.com and youtu.be links, and replace them with an embed.

You know how sites like discord let you paste a youtube url, and an embed of the video shows up?
This plugin works kind of like that, while also working with playlists, live streams, channels, youtube search, etc.

YouTube has an organized url system, and this plugin recognizes it.
Every youtube playlist id starts with “PL”, and youtube uses many other consistent url methods like this.

Now supports local pdf embeds.
Now supports google doc to pdf embeds.

This plugin allowes you to optionally load assets from cdn.jsdelivr.net, to improve performance and load the assets from the github repository of this plugin. By default, the plugin loads assets locally, but you can change this to use jsdelivr in the plugin settings. When Enabled, The jsdelivr Acceptable Use Policy and Privacy Policy Apply.

설치

  1. Upload plugin to the /wp-content/plugins
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Enjoy

FAQ

How do I embed a video/playlist/channel uploads?

Just put a clickable link to the video/playlist/channel, and the plugin will do the rest.

How do I use the shortcode?

[auto-embed
url=”url to video”
width=”optional width in % (default: 100%)”
min-width=”optional minimum width in px (default: 300px)”
max-width=”optional maximum width in px (default: 2500px)”
ratio=”optional width:height ratio (default: 16:9)”
autoplay=”optional autoplay video (default: false)”
mute=”optional mute video (default: false)”
live=”optional embed live video (default: false)”
popular=”optional embed popular uploads playlist (default: false)”
search=”optional embed playlist based on a youtube search (default: false)”
]

How do I embed a live stream?

Just add “?live” or “&live” to the url. The plugin checks query parameters of the url and makes changes as needed.

How do I change the width of an embed?

Add “?width=any valid css width” to the url.

How do I change the ratio of an embed?

Add “?ratio=w:h” to the url.
Replace “w” with the ratio width, and “h” with the ratio height.

How do I embed the popular uploads from my channel?

Add a link to your YouTube channel and add “?popular” or “&popular” to the url

How do I embed a playlist based on a youtube search?

Set the link to “https://youtu.be/(insert search query)?search=1”

How do I make the embed take up more width on mobile?

Add “?min-width=(insert min width)&max-width=(insert max width)” to the url

How do I embed a pdf?

Any url that points to the current domain and ends with “.pdf” will automatically be seen as a pdf

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.5.3

Added Google Doc To PDF Support

1.5.2

Improved Lazy Loading

1.5

Removed Facebook Support For Leagal Reasons

1.4.7

Now ignores links inside headers and footers

1.4.2

Added optional overriding of iframes and wp-embed

1.4

Added option to only embed shortcodes

1.2

Added support for embedding images
Now ignores links that include class, id, or name attributes (to allow button links to work as normal)

1.1

Added support for pdf files

1.0.3

Added option to load scripts and styles from jsdelivr.net (can improve performance)

1.0

Initial Commit