bulk import of bookmarks
bluecobalt - June 12, 2006 - 23:58
| Project: | Tag Mark |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
Are you planning on adding bulk import of bookmarks, so that people can import bookmarks from their browsers using a csv file?
peace,
blue

#1
This would be really useful as it would help jumpstart a site that wants to host bookmarks for the users??
Any way this could be added?
Thanks
#2
I'm happy to accept patches on this but have zero time to work on such a feature.
Other possibilities is to use the del.icio.us api to suck bookmarks from a users account there, and same with magnolia too.
#3
As bookmarks are stored in drupal as nodes, you could use the node import module to convert a CSV file to drupal nodes.
To make this service available to normal users, you may like to use the code from the node import module and provide a patch for tagmark module.