Video Manager for Peertube

外掛說明

With this plugin you can add videos from your peertube instances into your wordpress website

Available Shortcodes

1. Show a List of the last x Videos

Shows a list of the most recent videos from your configured Peertube instance.

[cbvmfp-list]

2. Embed a Video with id

Displays an embedded Peertube video using its unique video ID.

[cbvmfp-show-video id='hmuDCJB9iFMyMG57Dx1s8p']

3. Show list of x embedded videos

Displays the latest x videos as embedded players instead of links or thumbnails.

[cbvmfp-last-videos]

4. show list of embedde videos from channel y

Displays a list of embedded videos from a specific Peertube channel.

[cbvmfp-last-channel-videos]

Displays a list of embedded videos from a specific Peertube channel with offset
here the list is started with video no. 3 from your channel

[cbvmfp-last-channel-videos offset='2']

5. show random videos

Show x Random embedded Videos

[cbvmfp-random-videos]

Show x Random embedded Videos within the last 7 Days

[cbvmfp-random-videos days='7']

6. show active livestream.

if livestream is active – you see the embeded livestream
if livestream is not active – you see a predefined images or video

[cbvmfp-channel-livestream]

安裝方式

This section describes how to install the plugin and get it working.

e.g.

  1. Unzip the Compressed file.
  2. Upload video-manager-for-peertube to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in Dashboard.
  4. Read the Instructions and copy the code to your post or pages

常見問題集

How to install this plugin?

Just follow this Steps
1. Unzip the Compressed file.
2. Upload video-manager-for-peertube to the /wp-content/plugins/ directory
3. Activate the plugin through the ‘Plugins’ menu in Dashboard.
4. Read the Instructions and copy the code to your post or pages

You found a Bug?

Please send me a eMail to support@ericmaechler.com – then i can fix the Bug – thank you

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Video Manager for Peertube〉的開發相關工作。

參與者

〈Video Manager for Peertube〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Video Manager for Peertube〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.7.2 (28.12.2025)

  • small update

1.7 (01.10.2025)

  • add new shortcode – show embeded random videos

1.6 (20.07.2025)

  • add new menu system

1.5.5 (03.06.2025)

  • add error msg if instance url is empty

1.5.4 (01.06.2025)

  • add livestream shortcode

1.5.1 (31.05.2025)

  • add offset to channel shortcode

1.5 (31.05.2025)

  • first upload

1.0 (23.05.2025)

  • Release Plugin