开发者 |
oliverfriedmann
baned carloscsz409 natashacalleia |
---|---|
更新时间 | 2023年12月30日 23:29 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 6.4.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directory and click on Ziggeo Video in the Settings menu.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']
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.
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.
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:
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.
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.
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.
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.
This is done through your Integrations tab, however we do suggest checking out the Other Notes tab above for more details specific to integrations.
ziggeo_assets_allowed_screens
.ziggeo_get_template_player_integrations
will also now pass template body instead of the template iD.