6 lines
194 B
Ruby
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
|