sur950 / any_link_preview

A flutter Plugin/Package to show the preview of any web link that starts with HTTP/HTTPS. Mostly useful for application that had chat.
MIT License
70 stars 70 forks source link

Why am I getting some weird images, weird titles and weird body text from links? #43

Closed mycar98765 closed 1 year ago

mycar98765 commented 1 year ago

I want to get image, title and body from link. However, I'm getting some weird images, weird titles and weird body text from the link.

Here is the strange result:

Strange result

My link:

https://www.bloomberg.com/news/articles/2022-11-15/russia-expected-to-agree-to-extend-black-sea-grain-export-deal

My code:

AnyLinkPreview(
  link: "https://www.bloomberg.com/news/articles/2022-11-15/russia-expected-to-agree-to-extend-black-sea-grain-export-deal",
),

Feel free to leave a comment if you need more information.

Why am I getting some weird images, weird titles and weird body text from links? I would appreciate any help. Thank you in advance!

sur950 commented 1 year ago

Hi @mycar98765

These are some default values configured in the library. You can always customise these. Please read the documentation clearly.