• Resolved doncarpenter

    (@doncarpenter)


    I’m using Photo Gallery by 10Web, and I need to add the ?rel=0 and the &modestbranding=1 codes to the YouTube URL so the YouTube logo disappears and it won’t show video options when the video ends. The only way I can do it now is to embed the video directly into my page without using Photo Gallery.

    How can I enter this coding into Photo Gallery?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please contact our support team using the following email address:support@web-dorado.com
    Also, mention the URL of this forum topic in your message. We will provide a solution as soon as possible and share it here as well.

    We will provide you with a customised version of the Photo Gallery Plugin.

    Thanks, have a nice day!

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    In order to achieve this our developer has made the following changes:

    in

    frontend/view/BWGViewSlideshow.php file:

    WDWLibraryEmbed::display_embed($image_row->filetype, $image_row->image_url, $image_row->filename. line 285
    has been replaced with:
    WDWLibraryEmbed::display_embed($image_row->filetype, $image_row->image_url, $image_row->filename.”?modestbranding=1″

    and in

    frontend/view/BWGViewGalleryBox.php file

    WDWLibraryEmbed::display_embed($image_row->filetype, $image_row->image_url, $image_row->filename. line 1439

    replaced with:

    WDWLibraryEmbed::display_embed($image_row->filetype, $image_row->image_url, $image_row->filename.”?modestbranding=1″

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding code to YouTube URL’ is closed to new replies.