Get title, content via link in rails
问题 I just started learning rails. Could you help me understand parsing a single link? Good tutorial will help too... The question: When you submit a link in Digg, Facebook etc.. After you say attach link it parses the link to fetch the title, content, images of a particular url. Could you please help me how a similar thing can be implemented in rails? I have looked at feed parsers like feedzirra etc but they seem to get the complete website feed.. Not just the link we are looking for.. Or is it