Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jasonpancake

    (@jasonpancake)

    Thanks, @deyson. I’m working on a pro version as well so these suggestions might end up there. FYI, anyone who suggests features that are implemented in the pro version will automatically get it for free.

    Also, Vimeo support is in the works and will be ready by the end of this week.

    Thread Starter deyson

    (@deyson)

    Hello Jason!

    I look forward to your updates. Please let me know if you need a beta tester. ??

    Also, here are the other options I am looking at that in which I will be deciding which to use. None of these are wordpress plugins so yours is of big interest. ??

    https://codecanyon.net/item/jqeasytooltip-jquery-tooltip-plugin/full_screen_preview/6585688 ( Click on load contents section )

    https://www.tippedjs.com/documentation ( Go to Json Vimeo )

    Thank you for all your hard work.

    Thread Starter deyson

    (@deyson)

    Also Jason. To give you a little more insight on how I plan to use your plugin:

    Right now I am using Fancy Box to show the product video but my customers want something faster as they search for their product.

    I have an Advanced Custom Field in which I type in my Vimeo address into it: https://vimeo.com/126191993

    In my PHP I call the Advanced custom field “video_for_post” to bring in the Vimeo video into fancy box:

    <a class="fancybox-media" rel="gallery1" data-title-id="title<?php the_ID(); ?>" href="<?php the_field('video_for_post'); ?>">
                        <?php the_post_thumbnail( 'medium' ); ?>
                         <div class="play-button"> </div>
                          </a>

    My goal is to replace the FancyBox I use now with your video preview script. The php is important as I have over 70 videos and I need something that can be seamless so I can plug the custom field action into your script.

    Please let me know if I make any sense. ??

    Here is a link to my website in which I plan to add a video hover feature: https://motion-master-templates.com/

    Thank you very much for your valuable time and have an amazing day! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Requests: Vimeo, Size and Color Styling.’ is closed to new replies.