yungzhu / flutter_link_preview

This is a Flutter URL preview plugin for Flutter that previews the content of a URL
MIT License
69 stars 63 forks source link

fix: Cannot get twitter open graph tags #18

Closed WingCH closed 2 years ago

WingCH commented 3 years ago

fix: https://github.com/yungzhu/flutter_link_preview/issues/12

ref: Bypassing the User-Agent whitelist to receive server-side-rendered (SSR) HTML https://stackoverflow.com/a/64332370/5588637

KennyChan94P commented 3 years ago

hi @WingCH , may i know if you can try on your side with this link https://twitter.com/LFC/status/1432980293904785413?s=20 ? i see "Javascript not found..." error with the link. and this is how i use your PR, correct me if im wrong. thank you. image

WingCH commented 3 years ago

try this commit : https://github.com/WingCH/flutter_link_preview/commit/67c66426791ad6d5465693532993c9d7cdf0f850

i can access https://twitter.com/LFC/status/1432980293904785413?s=20

IMG_D53E479F5149-1

KennyChan94P commented 3 years ago

thanks for your reply! if im not wrong, your PR is in null safety right? my project is still using flutter version one instead of two.

WingCH commented 2 years ago

i create new PR include null safety, https://github.com/yungzhu/flutter_link_preview/pull/25