htmly icon indicating copy to clipboard operation
htmly copied to clipboard

Meta tags for facebook and twitter

Open btc-usd opened this issue 2 years ago • 2 comments

  • need to add meta tags for facebook graph and twitter card
  • option to disable category (no category)

btc-usd avatar Apr 24 '22 12:04 btc-usd

They should be native. In case anyone needs them. <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="<?php echo $p->title;?>"/> <meta name="twitter:description" content="<?php echo $p->description;?>"/> <meta name="twitter:url" content="<?php echo $p->url;?>"/> <meta name="twitter:image" content="<?php echo $p->image;?>"/> <meta property="og:url" content="<?php echo $p->url;?>"/> <meta property="og:type" content="article"/> <meta property="og:title" content="<?php echo $p->title;?>"/> <meta property="og:description" content="<?php echo $p->description;?>"/> <meta property="og:image" content="<?php echo $p->image;?>"/>

graphixela avatar May 10 '22 00:05 graphixela

Please could it be possible to close this issue, as it looks to be just creating another theme?

JPLeRouzic avatar Jan 07 '23 16:01 JPLeRouzic

This feature has been added. I will close this one.

danpros avatar Mar 15 '24 08:03 danpros