BaneD
Forum Replies Created
-
Forum: Plugins
In reply to: [Ziggeo] How to add recorder in custom post typeOf course, happy to help ??
Will close this one then, however please do let us know if you have additional questions ??
Forum: Plugins
In reply to: [Ziggeo] How to add recorder in custom post typeAwesome, thank you for the additional details ??
Now my suggestion would then be to use the Ziggeo codes (not the plugin templates). This way your post type would have the Ziggeo field processed on the frontend.
You could use something as simple as this:
<ziggeorecorder ziggeo-width="100%" ziggeo-theme="modern" ziggeo-themecolor="green" ziggeo-input-bind="FIELD_ID"></ziggeorecorder>
Now, if you wanted to also forbid the form submission until the video is recorded you can try with the following parameter: “form-accept”
You can see all of the parameters you can use here: https://ziggeo.com/docs/sdks/javascript/browser-integration/parameters
In the above FIELD_ID would be the ID of the field that should get the video token placed into automatically as the video is recorded.
The above would be easiest / most simple way of adding the recorder. Of course you can use the parameters from the above page to make it a bit more up to your own workflow and also there are events: https://ziggeo.com/docs/sdks/javascript/browser-interaction/events.
If you wish to have some custom handling through JS once the video is ready, my suggestion would be to use the verified event. Once that fires you are all good and you can actually make the form possible to submit (no need to wait through processing, those are just info events).
Hope this helps,
BaneForum: Plugins
In reply to: [Ziggeo] How to add recorder in custom post typeThere are several aspects of your question, each can be answered in its own way, so let me just ask a few questions to know what would be best to suggest.
- Are you using some form builder (like WPForms for example) to show the form or is it your own form (you add the HTML code for fields and handle the submission)?
- Are you looking for a code solution (HTML or JS) to be added to your code that is making your custom post type
The reason why I ask is to know what to recommend.
For saving the video in any field on the page / form it is very simple if you use our code for example by just setting the ID of the field into the recorder. Of course, let’s go with info from above and then see.
Best,
BaneForum: Plugins
In reply to: [Ziggeo] 403:forbiddenAwesome ??
Forum: Plugins
In reply to: [Ziggeo] 403:forbiddenHi there,
403 can only come from the server side. It would happen when one of the following is true:
- You have turned on auth tokens as requirement for creating and/or updating videos
- You have forbidden access to the website from which you are recording from.
While both are true, the first case I think is much more likely.
To solve this please do the following:
- Log into your Ziggeo account
- Click on the Application you are using on your WordPress website
- Click on Manage in the submenu
- Now click on the Authorization Settings
There, make sure that the “Creating New Videos” and “Updating Existing Videos” is unchecked.
Once you do click on save button bellow the same options.
As you do this, you should immediately be able to record ??
Now in case you can not and it is instead the domain that is not allowed, you can quickly fix this by following from the 3rd step above and instead of going to Authorization Settings to go to Allowed Domains section.
There just add * to allow recordings to be made from any website, save and test.
At this point it should work and if it was this, you can remove the wildcard * and instead add the domains you want to allow the playback and recording of videos.
Best,
BaneForum: Plugins
In reply to: [Ziggeo] Fluent FormsAwesome, so few suggestions when adding the code. You can use “input-bind” parameter to say where the token should be added to. This is possible if the input field (for example hidden input field named “video token”) has always the same ID.
* I have not yet checked the Fluent Forms enough to know if this is the case or not (that ID is always same for same field).
This could look like so in your recorder:
<ziggeorecorder ziggeo-theme=”cube” ziggeo-themecolor=”green” ziggeo-input-bind=”some_id”></ziggeorecorder>That would be it really, this would be easiest way to get the video token. You can of course extend this further with events, etc.
Hope this helps as well.
Oh and please note that by default video will not be tagged with any info that would associate the video itself with the form details. This is possible, however would require a bit of JS codes.
Best,
BaneForum: Plugins
In reply to: [Ziggeo] Fluent FormsHi there,
We have been asked often for this integration recently so it is the next in line to be added.
This is as soon as Ninja Forms integration is finalized (currently in process).
With that said, you can however add the Ziggeo fields into the form as is now through the “Custom HTML” field that is available on free and paid version.
If you need help adding the HTML code to your form I suggest reaching out to our support email: [email protected] since any of my colleagues can help you with this, while only I see and reply here ??
Hope this helps ??
BaneForum: Plugins
In reply to: [Ziggeo] Latest upgrade disables ziggeo on gravity formsHi Ruben,
OK. Could you please reach out to us over [email protected] in regards to old Gravity Forms integration?
I will try to make this new plugin offer you compatibility option of some sorts so that you do not need to do anything other than have it installed.
If that might help you then through private tickets we could possibly discus any specifics that we could not do here.
Regards,
BaneForum: Plugins
In reply to: [Ziggeo] Latest upgrade disables ziggeo on gravity formsHi there,
We originally wanted to make our core plugin have all integrations within it. Unfortunately this left us without some common form of centralized place where you can check for updates and update. So it meant that anyone can have any version and it would be hard to actually debug.
For that reason we have decided to pull all of the plugins out from within the plugin and have them as their own plugins.
This also has some additional benefits:
1. Allows us more complex integrations
2. You download and use only the ones that you need
3. Better way of combining codes
4. Easier updatesand few more.
Now with that said, you want me to just tell you about the Gravity Forms integration, and I understand that so here we go ??
The recommendation is to download the following plugin:
https://github.com/Ziggeo/ziggeo-video-for-gravity-formsPlease do keep in mind that depending on your setup, removing the field you have now on your form, could result in removal of data you already got, so it might be best to hide the old field and use new field provided by the plugin I mentioned.
Plugin is designed in mind of future releases of different types of embeddings we will offer so it is the suggested to use.
We already had our customers use it and provide feedback and everything went smooth, still I do want to suggest that prior to install (and a good practice) to backup your current data and files.
Now if we get few people to tell us that they would like it to be added on WordPress repository we will attempt uploading it here as well, which will make the updates even easier.
In case you are using videowalls, I do want to mention that they will also be removed from core plugin soon and like Gravity Forms integration, has its repository.
I am adding all of the new plugins here so that you can download any that was removed from core plugin and you were using it.
Only on our GitHub account
1. Gravity Forms integration
2. WPForms integrationsAlready available on WordPress
1. Job Manager (and its Resume Manager addon) integration
2. bbPress integration
3. Videowalls for ZiggeoHope this helps ??
Forum: Plugins
In reply to: [Ziggeo] Audio onlyHi Pablo,
Great question. Unfortunately our current release (of our plugin) does not have audio only parameter that you could use – in templates that is.
Having that said, if you do add the embedding code directly it should work just right since our JS SDK supports it.
The reason for this is that our current WordPress plugin is using v1 of our system, while v2 is the one that has audio only.
So if you add the following code into a page or post (anywhere where HTML can be added) it will work:
<ziggeorecorder ziggeo-onlyaudio></ziggeorecorder>
PS: We are close to finishing up the newer version of our plugin which is actually using v2 completely and which would support v2 audio only.
Hope this helps and of course please do let me know if you have any other questions I might be able to help with.
Regards,
BaneHi @jasonb4u2
I had created the original plugin few years back. For few years, however I am no longer working for the same company. Having that said I would be happy to help you with the issue as much as I can.
* I am still seen as developer since my username is still included in the plugin.
My suggestion is to try and reach out to them directly here: https://profanityblocker.freshdesk.com/support/tickets/new
Knowing the owner of the company, you should be then replied to quickly ??
* If it does not work, just mention me here and I will try to reach out to them directly as well.
Regards.
BaneForum: Plugins
In reply to: [Ziggeo] Integration with BuddyPressHi, thank you ??
Just wanted to let you know that there is a bit more changes to be done than originally planned so it will be a bit more until this is available.
Reason in short is that I want to move all of the current codes to also use server side communications to our servers (hidden from people visiting your pages) as well as to completely switch to v2 of our system which is much better.
For reference (just one of the “why better”):
https://ziggeo.com/features/video-recorder-themes
https://ziggeo.com/features/video-player-themesRegards,
BaneForum: Plugins
In reply to: [Ziggeo] Video Walls with Free TierHi Mike,
No, actually we do not allow indexing to be done by client side by default – since that allows people to get a list of your videos.
If you use the Manage section in your application (in your Ziggeo account dashboard) you can of course limit your code to only fire from your own website – such as mywebsite.com
I am actually working on a version that will do these calls from the server side, so it will work right of the start without any changes to your account, of course for now, you can use the following steps to resolve this:
1. log into your Ziggeo dashboard
2. click on the application that you are using in the left menu
3. click on Manage sub menu
4. click on the Authorization Settings
5. make sure that “Client is allowed to perform the index operation” is checked
6. click on saveThat should be it and your video wall should work just right ??
Please do let me know how it goes.
Regards,
BaneForum: Plugins
In reply to: [Ziggeo] Integration with BuddyPressHi,
I am following up to give more details on this.
My original plan with BuddyPress was to try and add the video into messaging and activities, as well as possibly into Profiles pages as I thought that those areas would be cool. ??
We are good to go with the work on the implementation however first we need to make some changes to our current plugin, so I will give a rough plans for this:
1. switch from v1 to v2 code (because it is offering more features and better with mobile devices)
2. recheck compatibility with WPML
3. re-check all of the current integrations to make sure that they work properly
4. add BuddyPress integrationSo this new update will be a big one.
I do not have a specific ETA at this time however 1-2 months do sound about right thinking about all of the changes and updates.
If you think that some other part of BuddyPress would be interesting as well, or have some ideas do let me know ??
Of course once the beta version (version where everything works fine on my side with all of my plugins) is available I will reach out to see if you (or someone else) is interested in checking it out.
Hope that this is good info for you and looking forward to any ideas/suggestions ??
Regards,
BaneForum: Plugins
In reply to: [Ziggeo] Integration with BuddyPressNice, thank you for confirmation.
I am looking into the same option being added.
I will need to update you with more details if and when exactly we would have it. Just wanted to let you know that we are looking into this. ??
Regards,
Bane