Modifying Facebook Meta With Reading Time

Hi there!

I was wondering if there’s any way to modify the facebook meta so that it displays the reading time in the link preview?

Thanks

Try adding this to the <head> section of your theme:

<meta property="og:description" content="{{meta_description}} – {{reading_time}}">

This will be a duplicate to the existing meta description, but should overwrite it. Note that this will need to be within the context of the post, i.e. within the {{#post}}…{{/post}} helpers. there’s more info about the reading_time helper in our docs:

2 Likes