Sovica
Forum Replies Created
-
Forum: Plugins
In reply to: [Target Video Easy Publish] some questionsHi,
The Title attribute in Brid’s shortcode is only for show. You can omit it if you want but we add it so the user knows what video is going to be embedded as the video ID is not the best way to show this information.
We don’t provide any way to mask your URL to your video files. This must be done on your end as there is no way for us to mask third party URL’s.
A check for video ID’s is already in our dev queue so in the future this will not be possible.
Our paid plans are not tied to advertisements. The paid plans mostly provide encoding and video hosting and some other perks. We give advertisements to pubs no matter their plan but we do have some requirements beforehand. Although there could be a possibility that others may play your video, in reality this is highly unlikely, and furthermore we’ll add an additional security measure so that this can never happen.
If you login into the Brid CMS and grab an embed code from there, you can easily create a custom PHP template with this embed code as a starting point. Only a couple of parameters are dynamic so it should pretty easy to create a custom PHP template.
We also have a backend PHP API which you can use to sync up.Hope this answers all your questions.
Forum: Plugins
In reply to: [Target Video Easy Publish] Adding in TemplatesAre you looking for PHP code which should render the Brid player?
Forum: Plugins
In reply to: [Target Video Easy Publish] subtitle/captionI understand that the home page information is definitely misleading.
This should not be there until the feature is fully released and I’ll make sure that this info is removed until the feature is fully available.Forum: Plugins
In reply to: [Target Video Easy Publish] subtitle/captionHi,
Indeed this feature is not currently available yet and is in development.
Support for .vtt files on the player level is already done and is currently in our dev environment.
The CMS/WordPress admin portion of this feature is not done yet and therefore it is not possible to use unless a heavily modified embed code is used.Unfortunately this feature has been pushed back for release several times due to other more pressing matters but it definitely is in our dev queue.
Just to confirm, are you using the WordPress plugin to publish videos via shortcode or grabbing embed code from Brid CMS?
It took the indexing request 6 days and is finally finished.
I’ll mark this as resolved.Forum: Plugins
In reply to: [Simple Share Buttons Light] ssbl no button images showing?Can confirm the above fix working for me as well.
Thanks for the fix Česlav!Forum: Plugins
In reply to: [Target Video Easy Publish] VEEPS ChatPoint taken and understood.
I really try to help anyone that has issues with the plugin and unfortunately sometimes the only way to debug is to get back-end access as there are so many reasons why the plugin may not work having in mind WordPress as a platform.You won’t see any similar requests here in the future from me.
Forum: Plugins
In reply to: [Target Video Easy Publish] VEEPS ChatIt would help us if you can provide the following info:
1. URL where you have embedded our player with VEEPS enabled.
2. OS used.
3. Browser used (version as well).Forum: Plugins
In reply to: [Target Video Easy Publish] Hiding Player ControlsAny time!
Forum: Plugins
In reply to: [Target Video Easy Publish] Hiding Player ControlsYou have two possible options.
One is to enable auto-hide for the player controls.
You will have to login into the CMS here with your credentials – https://cms.brid.tvOnce logged in, select your site and navigate to your PLAYERS section. Click on your player and select the SETTINGS tab. Check the option auto-hide controls under the controls section and save your player.
Wait around 10 minutes for propagation time before you can see the change on your site.The second option that you can do is to remove the controls from the player. Follow the same exact steps as outlined above and just un-check the LOAD CONTROLS option.
I can also do this for you if you wish just tell me your site name in Brid.
Forum: Plugins
In reply to: [Target Video Easy Publish] WP 4.3.1 – error when try activate the pluginPlease share your site URL.
If you want our Support Team to debug the issue at hand you will need to open up a ticket as explained here – https://brid.zendesk.com/hc/en-us/articles/200302562I’ve followed up with you via email as we would need a test account on your WP dashboard to see exactly where the problem lies.
Forum: Plugins
In reply to: [Target Video Easy Publish] Advertisment linkHi,
The player should always have a visible volume control unless it is disabled in the player setting page in the Brid CMS. Please provide a demo URL we can look at to investigate further.
Rewinding a video depends on what video you are serving through the Brid player. If you use a direct URL to a video MP4 file in the Brid Flash player, the player will use progressive download to playback the video file in question. This standard unfortunately has a limitation in which you cannot seek anywhere on the timeline unless the video is buffered.
Any other type like YouTube or any other streaming file should work flawlessly and you should be able to seek anywhere on the timeline without the need to wait for the video to buffer.If a pre roll is linkable or not solely depends on how the pre roll is set from your advertising partner. Again, we would need a demo link so we can investigate further.
Once you provide a demo link we can look at we can be of more assistance.
Forum: Plugins
In reply to: [Target Video Easy Publish] Cannot Center VideosHi,
There are two ways to center the Brid shortcode in a WordPress post or page:
1) Override the brid CSS class and enter the following code in your child styles.css:
.brid{ margin:0px auto; display:inline-block;}2) Use the following div wrapper around every Brid shortcode:
<div style="width:640px; margin:auto;">BRID SHORTCODE HERE</div>
Keep in mind that in the code above 640px is the width of the player. If you use a different width for your player then enter the appropriate value here.Hope this helps.
You are correct. The plugin cannot be installed on localhost due to many plugin functionality that is tied to a valid site domain name.
Although you can install the plugin on localhost, almost all functionality from the plugin will be disabled due to the above and other security restrictions.
If you want to try out the Brid.tv platform, you can create a free account here – https://cms.brid.tv/ and try out the system.
Most of the functionality in the CMS is available in the WordPress plugin as well.