NodeBB-Community / nodebb-plugin-iframely

Iframely Embeds for NodeBB
MIT License
17 stars 13 forks source link

Cloud vs. Self-hosted #41

Closed FreeWoRLD83 closed 4 years ago

FreeWoRLD83 commented 5 years ago

I am getting significant difference in the output of the iFramely API VS. the self hosted versions as shown in screens below. Is the difference in look what I am supposed to get or am I missing something in the config of the plugin - please let me know your thoughts.

Thanks!

Cloud Version; Screen Shot 2019-09-02 at 23 19 19

Self Hosted version; Screen Shot 2019-09-02 at 23 19 09

iparamonau commented 5 years ago

Hey @freestylemaster, please take a look at what's not included in the self-hosted version as compared to the cloud: https://github.com/itteco/iframely#not-included-as-compared-to-cloud-api

Your screenshot shows the summary cards for URL previews. Those are handled in the cloud for cloud version. URL previews and any HTML renders in general are not included in the self-hosted version, just the raw URL data and semantics. This very NodeBB plugin adds some renders for that data, hence your second screenshot.

FreeWoRLD83 commented 5 years ago

Thank you