I have a website that functions like StumbleUpon and GoogleImages, in other words, there is a top part that stays exactly the same, and the rest of the website is in an iframe that nests third-party websites.

So far, I have been very successful in making this site. Now, I would like to create some user functionality, namely, a way that users can bookmark thirdparty links they come across through my website. This bookmark function would ideally be a link that says "bookmark this page", and when clicked, stores the link in the User's CP on the website. And when they access a place like "My Favorites" on my website, theyll find a list of links theyve bookmarked. Similar to del.icio.us and StumbleUpon's favorites.

I've tried experimenting with certain modules that can help me achieve this, namely userlink (http://drupal.org/project/userlink).

However, both of these modules fall short of what I would like to do. Userlinks doesnt work for my website - the only way to bookmark sites is to manually type the site name, the site title, and description. I, on the other hand, want a way so that when the user clicks a “bookmark this” button, the site is automatically stored in the “my favorites” section without the need to type in a name, url, and description. Does anyone know a way to do this?

If this isnt possible in userlinks, what other ways can I do this?