yangyuhe / linkPreview

this is a npm package used for extract appropriate title,des,content and imgs from a url,just like which you post a link ongoogle+
2 stars 1 forks source link

Get better titles for facebook pages #2

Open uriva opened 7 years ago

uriva commented 7 years ago

Hi, great library, thanks.

Is there a way to get better link titles for facebook pages? Currently it just says "Comments" which is not ideal. It would be better to have the profile name (like whatsapp / google plus do). Is that easy to do?

uriva commented 7 years ago

Specifically document.getElementsByTagName('title')[0].text seems to yield a better title than the library for fb pages. Any idea why?