Skip to content

Instantly share code, notes, and snippets.

@furahaclothing
Created June 4, 2014 14:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furahaclothing/ac54ece090b3bb0113d4 to your computer and use it in GitHub Desktop.
Save furahaclothing/ac54ece090b3bb0113d4 to your computer and use it in GitHub Desktop.
welcart-twittercard
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@twitter_account">
<meta name="twitter:creator" content="@twitter_account">
<meta name="twitter:title" content="<?php usces_the_itemName(); ?>">
<meta name="twitter:description" content="<?php echo get_post_meta($post->ID ,'wccs_詳細' ,true); ?>">
<meta name="twitter:image" content="<?php usces_the_itemImageURL(0); ?>">
<meta name="twitter:data1" content="<?php usces_crform(usces_the_firstPrice('return'),true, false); ?>">
<meta name="twitter:label1" content="Price">
<meta name="twitter:data2" content="<?php echo get_post_meta($post->ID , 'wccs_サイズ' ,true); ?>">
<meta name="twitter:label2" content="Size">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment