tokenly / tokenly-cms

GNU General Public License v2.0
42 stars 12 forks source link

Open Graph implementation for blog post submission #71

Closed kerneloops closed 9 years ago

kerneloops commented 9 years ago

Add open graph fields in blog post submission form, "Twitter Summary", "Facebook Summary" and/or "Other social media summary", allowing desired text and image to be displayed on Twitter/Facebook.

deweller commented 9 years ago

Here is a sample of OG fields that should get us started:

<meta property="og:site_name" content="Let's Talk Bitcoin" />
<meta property="og:title" content="How to Secure LTBcoin (or any Counterparty Asset) with an Offline Paper Wallet" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://letstalkbitcoin.com/blog/post/secure-ltbcoin-paper-wallet" />
<meta property="og:image" content="https://letstalkbitcoin.com/files/blogs/420-fa36c66ace71ddd6b818a9eb805b923d24f41ac4ec40b901256fe3221399898a.jpg" />
<meta property="og:description" content="This the best guide in the world on how to Secure LTBcoin (or any Counterparty Asset) with an Offline Paper Wallet" />
<meta property="twitter:description" content="Yo Twitter, check out this article" />

I don't think there is any difference between Facebook Summary and Other social media summary. We can probably combine those to Facebook/Other social media summary.

deweller commented 9 years ago

One addendum. Please see #72