Answers for "rails open graph"

0

og meta tags not working rails

heroku config:set DOMAIN=www.my_product.com
Posted by: Guest on December-24-2020
0

og meta tags not working rails

# config/meta.yml

meta_product_name: "Product Name"
meta_title: "Product name - Product tagline"
meta_description: "Relevant description"
meta_image: "cover.png" # should exist in `app/assets/images/`
twitter_account: "@product_twitter_account"   # required for Twitter Cards
Posted by: Guest on December-24-2020

Browse Popular Code Answers by Language