LinkThumbnailer v3.2.0 Release Notes

Release Date: 2016-05-15 // almost 8 years ago
  • ➕ Adds

    🔧 Makes scrapers configurable by allowing to set the scraping strategy:

    LinkThumbnailer.configure do |config|
      config.scrapers = [:opengraph, :default]
    end
    

    opengraph use the Open Graph Protocol. 0️⃣ default use a homemade algorithm