Welcome to TalkGraphics.com
Results 1 to 9 of 9

Hybrid View

  1. #1

    Default How to use YouTube Widget

    When I drag the YouTube widget on my page, I got error:

    "Unable to find the HTML code for the widget on the widget site or on the clipboard.
    Configure your widget in this window and get to the point where you are shown the HTML code for the widget, before clicking the Insert button below. If insertion doesn't work, try copying the HTML code to the clipboard before clicking Insert again."

    I don't quite understand how to use it

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,826

    Default Re: How to use YouTube Widget

    You get the YouTube Embed code and select all of it and then Copy.
    This adds it to the Global Clipboard that your application widget can then access.

    It's all there in the words. Some sites have a defined area that the widget knows about, but not YouTube, or Xara has just been lazy in its configuration.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  3. #3

    Default Re: How to use YouTube Widget

    Quote Originally Posted by Acorn View Post
    You get the YouTube Embed code and select all of it and then Copy.
    This adds it to the Global Clipboard that your application widget can then access.

    It's all there in the words. Some sites have a defined area that the widget knows about, but not YouTube, or Xara has just been lazy in its configuration.

    Acorn
    That is what I did, I copy the Embed code and click Insert, but I still got the error.

    Edit: I found my problem, I need to right click the Embed code to copy on YouTube, now it works.

    Thank you.

  4. #4

    Default Re: How to use YouTube Widget

    I found another problem, I want to scale the video, but when drag the corner, the boundary scale, but the video doesn't.

  5. #5
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    952

    Default Re: How to use YouTube Widget

    I found another problem, I want to scale the video, but when drag the corner, the boundary scale, but the video doesn't.
    Your YouTube code should look something like this:

    Code:
     <iframe width="560" height="315" src="https://www.youtube.com/embed/TlA3wS89tuk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    You can proportionally change the height and width in the code to achieve the size you want upto 1920 x 1080 for Full HD (subject to the original video quality being 1080p). Make sure the placeholder is the same size as the H&W in your code. E.g. 1120x 630 for the code below:

    Code:
     <iframe width="1120" height="630" src="https://www.youtube.com/embed/TlA3wS89tuk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

  6. #6

    Default Re: How to use YouTube Widget

    So I have to modify the width and height in the iframe manually. I expected the YouTube widget will be smarter, but it is just a rectangle with automatically copy the clipboard code to the HTML code in place holder with Re-generate placeholder image. Not truly WYSIWYG.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •