diaspora/config/initializers/open_graph_reader.rb
2015-03-11 21:59:02 +01:00

6 lines
194 B
Ruby

OpenGraphReader.configure do |config|
config.synthesize_title = true
config.synthesize_url = true
config.synthesize_image_url = true
config.guess_datetime_format = true
end