Support » Fixing WordPress » Youtube videos are not appearing

Viewing 3 replies - 1 through 3 (of 3 total)
  • Alexander

    (@alextonio22)

    Hi omoneod,

    I understand your concern, and here’s a step-by-step guide on how to embed YouTube links on your website:

    1. Log in to your WordPress admin dashboard and navigate to the page where you want to embed the YouTube links.
    2. Click on the text editor tab or switch to the HTML editor (usually labeled “Text” or “HTML”).
    3. Use the YouTube embed code for each video you want to display. The YouTube embed code typically looks like this<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0" allowfullscreen></iframe> Replace VIDEO_ID with the actual ID of your YouTube video. You can find the video ID in the YouTube video URL after the “v=” parameter.Example:<iframe width="560" height="315" src="https://www.youtube.com/embed/ABC12345678" frameborder="0" allowfullscreen></iframe>
    4. Paste the YouTube embed code directly into the HTML editor where you want the video to appear.
    5. Click the “Update” or “Publish” button to save your changes.

    Following these steps should allow the embedded YouTube links to appear on your website. If you encounter any issues or have further questions, feel free to ask!

    Kind regards,

    Alexander

    • This reply was modified 1 week, 6 days ago by Alexander.
    Thread Starter omoneod

    (@omoneod)

    thank you Alexander that worked!

    Thread Starter omoneod

    (@omoneod)

    This is resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.