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

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

常見問題集

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