Feed Me Links : Social Bookmarking since 2002.     Check out new hotness via the Link-Cruiser Blog | Login / Register
FAQ Send Feedback!


The Feed Me Links F.A.Q.

  1. General Questions
    1. What is Feed Me Links?
    2. WHY Feed Me Links?
    3. Why Feed Me Links instead of something else?
    4. Who uses Feed Me Links?
    5. Can I have the source code to Feed Me Links?
    6. How do I report a bug?
    7. Is there an email list? How can I learn more/get involved?
  2. Questions on Using Feed Me Links
    1. How do I add a link?
    2. How do I search just my own links?
    3. Can I import all my favorites/bookmarks at once?
    4. Can I export my bookmarks out of Feed Me Links?
    5. Can I add links via email?
    6. What the heck is a tag?
  3. Power-User Questions
    1. What is the naming convention / url schema for Feed Me Links?
    2. RSS Feeds - How to syndicate your links
    3. Programming Feed Me Links - The Feed Me Links API
    4. Programming Feed Me Links - Developer Sandbox
    5. How do I include a list of my links on my blog/webpage?
    6. How do I subscribe to folders or users that I like?
  4. Esoterica
    1. Parlez vous Unicode, AKA, can I use non-English text in link names?
    2. Are my private links / tags really private?
What is Feed Me Links?
Feed Me Links is a “web application” to manage your bookmarks/links/favorites. Although it provides several interesting features for sharing links, it's primary goal is to help you organize and use your links, while helping you find new things you've not seen before.
back to top
WHY Feed Me Links?
  • We are user-oriented. This is not something we do for money. It's something we needed, so we made and maintain it. We are information junkies, like you, and we needed a way to keep track of all the sites, feeds, and content that swarms around us daily. We are the music makers. And we are the dreamers of the dreams...
  • We like XML. We like RSS.
  • We like whatever browser you like.
  • We like source control.
  • We “publish or perish.”
  • Nb. we like acronyms
back to top
Why Feed Me Links instead of something else?
Bookmarks files:
  • don't scale
  • not easily share-able
  • tied to a single computer/browser

Other online bookmarks managers:
  • tend to have strange, geek-centric user communities
  • present clunky, cumbersome interface
  • avoid the fun side of social linking: friends, comments, shareable URLs, etc....
back to top
Who else uses Feed Me Links?
  • musicians
  • geeks
  • writers
  • moms
  • kids
  • designers
  • painters
  • programmers
  • you?
view our press clippings to read more about us.

Marvel at the WALL OF ANCIENTS, our user hall of fame.

back to top
Is there a mailing list? How can I learn more? How can I get involved?
Yes there is! Join us on Gourmands, the Feed Me Links email discussion list. It's relatively low-traffic.
back to top
Can I have the source code to Feed Me Links?
Of course! We're all about sharing. The code is a total mess, so, you know -- be forewarned.

if you just want to look at the source code, you can browse it online at Tools to Make Tools.

if you want to download a complete working copy, you need Subversion. From a command-line, type:

svn export http://toolstomaketools.svnrepository.com/svn/codepot/feedmelinks/

User: anonymous
Password: <none>

back to top
How do I report a bug?
For general questions, please use Gourmands, our mailing list.

If you're sure you've found a bug, please check first that it hasn't been reported already by someone else. To see the list of reported bugs/issues, view the list of open tickets.

If you don't see it already reported, please Let us know!

back to top
How do I add a link?
Get the Feed Me Links Bookmarklet and you’re all set!

Firefox/Mozilla/Netscape, IE, Safari, and Opera users can drag the button to their toolbar.

Windows IE users get a Whiz-bang Feed Me Links Bookmarklet Installer! There is also kickass integration with Firefox / Mozilla: we have an excellent XUL bookmarklet interface, browser sidebars.

And for the users who demand more, we also provide a Flash Sidebar!

back to top
How do I add a link?
Use the search box on the top of the page and then press the "my links only" checkbox on the results page, like so

back to top
What the heck is a tag?
A Tag is the basic unit or organization on Feed Me Links. In geek-speak, tags are metadata values, or attributes.

(Some people call organizing your content with tags “creating a folksonomy”. These people are weird.)

With Feed Me Links, you can create whatever tags you like. Name then with any characters, spaces, punctuation you like. Every tag has it's own, unique URL on Feed Me Links -- use these URLs to share lists of links with friends: e.g. My Icons tag: http://feedmelinks.com/f/298

Rename your tags whenever you like, and the URLs will still work!

Tags are also used on Flickr and other places.

back to top
Can I add all my browser bookmarks at once?
Yes, yes, and YES!

We happily import favorites (aka Bookmarks, etc.) from del.icio.us, Firefox, IE, and Mozilla. Your link names will be preserved and Feed Me Links will create a tagging structure for you which matches the folders in your favorites / bookmarks file.

Note that we limit on the number of links which can be imported from a single favorites file (currently 1,000 links per file). This limit is just an arbitrary governor to prevent spammers -- and we will be happy to raise your import limit if you ask us.

go to The Importer to import your links.

back to top
Can I export my bookmarks from Feed Me Links to something else?
Yes. can make your links available to you as XML over HTTP or RSS. Contact us for access and the API details.
back to top
Can I add links via email?
Yes but no. :-(
Unfortunately, I've disabled this feature for now because it's too easy to send mail as someone else. if anyone knows how to verify SPF records or something liek that, let me know.

Soon we'll do what Flickr (wisely) does and generate you a unique email address for sending links by name; knowing that email address wil constitute a kind of "password" that guarantees some level of security.

Send emails from your mail program (or script) to "add @ feedmelinks . com" (no spaces)

The format for messages is:

Subject: Description of the link

first line of email body: URL of the link

Any additional body text will be added to the link as comments.

Note that the email address you are sending from MUST match your Feed Me Links user account email address. Otherwise the link will not be added.

back to top
URL Schema / Naming Convention

We try to use clean, easy to type URLs for common things. Note that in these examples, 22 is the tag ID for the tag "foo".

view all links tagged with tag "foo":
http://feedmelinks.com/f/22
view all links tagged with tag "foo" as RSS:
http://feedmelinks.com/f/22/rss
view all links belonging to user "bar" as RSS:
http://feedmelinks.com/u/r/bar
view all links tagged with tag "foo", in condensed view:
http://feedmelinks.com/f/22/c
view all links tagged with tag "foo" as a firefox/mozilla sidebar:
http://feedmelinks.com/f/22/sidebar
view all links tagged with tag "foo", sorted by date:
http://feedmelinks.com/f/22/by-date
view all links tagged with tag "foo", sorted by name:
http://feedmelinks.com/f/22/by-name
by-name and by-date can be combined with condensed, btw:
/f/22/c/by-date)
The following 3 older URL schema still work but are officially deprecated. They will be removed at some point in the future.
f/c/22 (to view condensed)
f/r/22 (to view RSS)
f/s/22 (to view as a sidebar)

back to top
RSS Feeds - How to syndicate your links
RSS Feed URLs:
By user:
http://feedmelinks.com/u/r/USERNAME
example: http://feedmelinks.com/u/r/jm3
By tag:
http://feedmelinks.com/f/TAGNUMBER/rss
example: http://feedmelinks.com/f/434/rss
back to top
Programming Feed Me Links - The Feed Me Links API
XML endpoints for the Feed Me Links REST API:

authenticate using HTTP-Basic authentication:
http://feedmelinks.com/xml/authenticate
(pass user and password)

retrieve your links as XML:
http://feedmelinks.com/api/user/YOUR_USERNAME

retrieve the last 15 public links as XML::
http://feedmelinks.com/api/recent

retrieve the last 15 public links of someone else as XML::
http://feedmelinks.com/api/recent/THEIR_USERNAME

retrieve all your tags as XML:
http://feedmelinks.com/api/tags

retrieve all links tagged with a particular tag:
http://feedmelinks.com/api/tag/TAGNUMBER

search Feed Me Links:
http://feedmelinks.com/api/search?q=SEARCHWORD

rename a link:
http://feedmelinks.com/api/rename/USERNAME&id=LINK_ID&name=NAME

add tags to a link:
http://feedmelinks.com/api/add_tags/USERNAME&id=LINK_ID&tags=COMMA,SEPARATED,TAGS

# get your peeps as XML:
http://feedmelinks.com/api/peeps

Information about feeds and Javascript

Contact Us for additional help or documentation...

back to top
Programming Feed Me Links - Developer's Sandbox
back to top
How do I include a list of my links on my blog/webpage?
back to top
How do I subscribe to folders or users that I like?
    First, Get a newsreader. I recommend Sage if you use Firefox or bloglines, although many folks enjoy netnewswire pro or blo.gs. Point your newsreader to the Feed Me Links feeds you want to subscribe to. These instructions may prove handy.
back to top
Unicode
Si! Ja! Oui! Da! (etc.)
We have people linking from France, Italy, Canada, Japan, China, Finland, etc.

back to top
Are my private links really private?
yes
back to top
















Feed Me Links

This page last revised at 11:13 on March 12, 2007..