Auto-submit/populate from URL
IgD - June 18, 2009 - 12:09
I'm looking for a Facebook style link submitter. The idea is I hit create content then paste a weblink into Drupal. It parses the website, sets a title, posts text from the web page and posts a glyph. There has to be a module already to do this. Can anyone help? Thanks.

Embedded Media Field
I know that the Embedded Media Field does something like this for video, images, and audio files. Copy/paste a URL from YouTube, for example, and it does the rest for you. Depending on what types of links you want to accept, maybe it can help.
If someone else knows of a module that will do this for any page (as IgD describes) I'd love to hear about it, too.
I think that is not what the
I think that is not what the OP means. If i understand correctly, you want to submit site content by simply going to a url with GET variables. Right?
You could use the services module for this, combined with the REST module (http://drupal.org/project/rest_server). I'm not sure if there are simpler ways to get what you need... You could also search drupalmodules.com or try the #drupal-support IRC channel to find out what other people think.