I was exploring and ran across this post: Grab First Link From A Post, Grab First Blockquote
I would basically like to do the same thing, but have it call not only the URL but also the link, since I am using the link as an excerpt title.
For example; if my link is <a href="http://www.facebook.com/>Facebook</a> I want it to call a link that says Facebook not one that says http://www.facebook.com like the current code does.
This is probably easy when given the code provided already, but I can't figure it out.