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 7679683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:56:04+00:00 2026-05-31T17:56:04+00:00

I have been trying to read a node from YouTube respons. If ever delt

  • 0

I have been trying to read a “node” from YouTube respons.
If ever delt with YouTube feeds you will know what I am talking about.
This is as simple a feed respons as I could get.

   <?xml version='1.0' encoding='UTF-8'?>
   <entry xmlns='http://www.w3.org/2005/Atom' xmlns:media='http://search.yahoo.com/mrss/'>
     <media:thumbnail url='http://i2.ytimg.com/i/8888888888888/1.jpg?v=888888'/>
   </entry>

The “88888888”‘s are replaced info 🙂

What I would like is a simple as possible way to have the URL for working with in PHP.

I have read other peoples examples and info on xml and PHP, but for some reason cant grab the URL.

Hope someone can help.
Thanks

  • 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-31T17:56:06+00:00Added an answer on May 31, 2026 at 5:56 pm

    OK all….. I fixed it 🙂

    Seems I was getting a conflict with another script.
    So here is the working script for anyone that might need or want it.

         <?php
     $feed3 = 'https://gdata.youtube.com/feeds/api/users/'.$youtube.'?fields=media:thumbnail';
    
      // read feed into SimpleXML object
     $entry3 = simplexml_load_file($feed3);
    
      // get nodes in media: namespace for media information
     $media = $entry3->children('http://search.yahoo.com/mrss/');
    
     $attrs = $media->thumbnail[0]->attributes();
     $channel_thumbnail = $attrs['url']; 
    
     $profile_pic = '<div>
          <img src="' .  $channel_thumbnail  . '" width="50" height="50">
     </div>';
         ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to write and read files directly from the BlobStore, but
I have lately been trying to read about how everything with strings and encodings
I have been trying to read a picture saved in Access DB as a
I've been trying to read more about what to do properly catching / handling
I have been trying to read the source of a website with the following:
I have been trying to figure out why it doesn't read my second getline()
Hello I am trying to read my xml document using xpath. I have been
I have been trying to read an xml file. I have to extract value
Hi there I have been trying to read an xml file with UTF strings,
I have been trying to update a text field in a form that will

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.