Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 858883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T08:36:07+00:00 2026-05-15T08:36:07+00:00

so i continue from this question YouTube: get youtube title+ image+description like facebook `

  • 0

so i continue from this question YouTube: get youtube title+ image+description like facebook` i got this answer:

If you were given the video link http://www.youtube.com/watch?v=NWHfY_lvKIQ,
you could get all the info about the
video by using this link,
http://gdata.youtube.com/feeds/api/videos/NWHfY_lvKIQ.
The data returned contains all the
information about the video, including
title, description, and a thumbnail.

Now how can i get out the info about the video, with a script? I mean, how to do a script that displays description,thumbnail and title from http://gdata.youtube.com/feeds/api/videos/NWHfY_lvKIQ , do i need to download this first and then take out the information by opening in notepad, but thats not how i want it, i want it to show / echo through a script, the description+thumbnail+title, if you understand me correctly, just like what you do when you enter a link in facebook “what are you doing”. Now i only want to show you for this video: http://gdata.youtube.com/feeds/api/videos/NWHfY_lvKIQ, just so i can learn to do the rest

thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T08:36:08+00:00Added an answer on May 15, 2026 at 8:36 am

    If you can use jquery, this is what I use to get the title, description, and url. If you can’t use jquery, you can use some other ajax call, or the callback recommended by digitalFresh

    $.get('http://gdata.youtube.com/feeds/api/videos/NWHfY_lvKIQ?v=2&alt=json', function(data) {
            var title = data.entry.title.$t;
            var description = data.entry.media$group.media$description.$t;
            var thumbnail = data.entry.media$group.media$thumbnail[0].url; // URL of the image
    
            // Use these variables somewhere
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I continue to get this error: Object '%s' cannot be renamed because the object
TLDR: Started with this question simplified it after got some of it working and
I feel like this question has probably been asked a thousand times already, so
This question has been answered. The problem was that myEventMoveTrainManaul() was being called from
It seems that Groovy does not support break and continue from within a closure.
I have to continue to support VB6 applications. I've got both VB6 (Visual Studio
I have a script that I'd like to continue using, but it looks like
I realize that this question may have been asked several times in the past,
Should developers avoid using continue in C# or its equivalent in other languages to
When should I continue to make derived classes, and when should I just add

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.