Linux 软件免费装
Banner图

Ziggeo

开发者 oliverfriedmann
baned
carloscsz409
natashacalleia
更新时间 2023年12月30日 23:29
PHP版本: 5.3 及以上
WordPress版本: 6.4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

video gallery audio player screen recorder audio recorder record video ziggeo video service video playback video moderation

下载

2.12 2.6 2.8 2.5 3.0

详情介绍:

安装:

There are several ways to power your WordPress with video recording and video playback features. Manually
  1. Upload the directory to your plugins folder (by default this is) /wp-content/plugins/ directory and click on Ziggeo Video in the Settings menu.
Automatically
  1. Go to Admin panel of your WordPress website and click on Plugins -> Add New
  2. Search for "Ziggeo"
  3. Click Install on "Ziggeo Video Posts and Comments"
  4. Activate plugin
  5. Go to Ziggeo Video under Settings menu
  6. That is it, your plugin is installed.

屏幕截图:

  • Settings - General Tab - App Token and Default Language
  • Settings - General Tab - Various Comment Options
  • Settings - General Tab - Easily set Defaults for different scenarios (optional)
  • Settings - Integrations Tab - Easily see and enable/disable integrations
  • Settings - Contact US Tab - Always easy to find ways to reach out
  • Settings - Expert Tab - Development mode and recording options
  • Settings - Expert Tab - Tokens, Auth, Lazy Load and other features
  • Templates Editor - Fresh New Look
  • Templates Editor - Parameters Autocomplete
  • Templates Editor - Better presentation of templates and their parameters
  • Templates Editor - Quick way to grab the shortcode for template
  • Events Editor - New way to respond to events without code (and with)
  • Events Editor - Your own code as template to react to some event
  • Events Editor - Alert box to show your message on specific events
  • Translation Panel - Easy way to list and translate strings in embeddings
  • Translation Panel - Filter out translations in different languages - English
  • Translation Panel - Filter out translations in different languages - German
  • Translation Panel - Filter out translations in different languages - Portuguese (Brazil)
  • Notifications - All "errors" about templates are logged here
  • Notifications - Easy way to prune away duplicate entries
  • Notifications - Acknowledge or hide individual notifications or clear them all
  • Video List - A way to find and moderate videos from within WordPress
  • Video List - Extra filtering through retrieved videos and their data
  • Video List - Each video with its own manage fields, allowing quick updates
  • Video List - Download any stream (sub video) of your videos
  • Addons Page - Quick and simple way to check all our plugins
  • Editor - Buttons available for easy access
  • Editor - Record or upload video (to add video player)
  • Editor - Insert a template into your post

常见问题:

How to add embedding to only some people when using WordPress Groups plugin?

WordPress Groups plugin has the feature you are after. Wanna hear some more good news? Our plugin works with theirs as well ;) You would be able to do that either by using: [groups_member group="YourLimitedGroup"] [ziggeorecorder theme='modern'] [/groups_member] or by using [groups_non_member group="YourLimitedGroup"] [ziggeorecorder theme='modern'] [/groups_non_member] [ziggeorecorder theme='modern']

  • This can be any code you want to use.

What way should we use to embed Ziggeo embedding?

Do you happen to have hundreds of posts with Ziggeo embeddings? Want to use same one for all of them? The best way would be to use templates. You then have a single place to edit the templates. Are you using some specific plugin that provides you with some extras (like widgets) where you want to add the code, yet template is not working there? Well some widgets do not use / provide ways to process things in them, so our JS and HTML code will work.

What happens when you delete the template?

Well, the template will no longer be found and used, however the defaults that you have set under your General tab are what we will use to show your videos / recorder instead.

What happens if we delete all templates and did not have any defaults set?

Even if unlikely to happen, we thought about that and are always using our own defaults in case we can not find anything else. This is the load process:

  1. Our defaults
    • our WP plugin defaults
    • your defaults
    • your template code

How are templates stored?

They are stored in a DB. Prior to v3.0 it was possible to choose if you want them to be stored in files instead. With v3.0 we are using the best approach where they are stored in the DB, however then saved into a file. On page load we read and process the file to show your template. Starting with version 3.0 the file is within the plugin directory and is filled out with new templates as they are created. = We have used [ziggeo] before should we update our code to [ziggeoplayer] and [ziggeorecorder]? When we do changes we look to support older versions of our service as well as our plugin. As such our plugin still supports the [ziggeo] codes. The new codes for templates make it much easier for you to know what it is right away as you look the code. It also makes it easy for others (like yourself) to add your own type of template.

Is there a way to load templates without going to settings to see their names?

Yes, we added Ziggeo Video Aid button to the toolbar of your TinyMCE shown right above the Post editing. It will allow you to quickly add your templates to your post without ever leaving it. If it detects that it needs to get the video token set it will show the same to you and allow you to quickly set it up by pre-selecting it for you.

Is there an easier way to get the body of a template / template structure into our post instead of the template id without doing edit to get it?

Yes. To add the template you use Ziggeo Video Aid button in the toolbar. To get the body, you use the same button, and click on the same option. The only difference is that to get the body of the template loaded, you need to press Shift on your keyboard while clicking on the template ID.

We have few plugins that show the Post editing toolbar in public as well and do not want Ziggeo button to be shown as well

It is not shown there. We have added a check to see if it is opened in public or by admin and show it only when it seems to be opened by admin. If you do have some specific plugin installed and by some chance it shows it in non admin places for you, just let us know, we will check it and add support for that plugin as well.

How do we enable integrations?

This is done through your Integrations tab, however we do suggest checking out the Other Notes tab above for more details specific to integrations.

更新日志:

3.1 For more please check CHANGELOG.md found among the plugin files. This file contains all of the log entries for past versions.