如何在cs cart前端页面中添加所有社交分享按钮

时间:2014-12-18 06:24:47

标签: php cs-cart

我需要显示所有社交分享按钮,以便在cs购物车中分享我的博客页面。怎么办?

     I have following code in meta.tpl 

     <meta property="og:title" content="ShareThis Homepage" />
    <meta property="og:type" content="Sharing Widgets" />
    <meta property="og:url" content="http://sharethis.com" />
    <meta property="og:image" content="http://sharethis.com/images/logo.jpg" />
    <meta property="og:description" content="Sharing is great!" />
    <meta property="og:site_name" content="ShareThis" />

    In BLog page :-

    <a href="https://www.facebook.com/sharer/sharer.php?u=localhost/post/" target="_blank">
      Share on Facebook
    </a>



    Output :
             Nothing Display in facebook share link ..
     I need to share the description,image and so on.

    Please help me.How to do...

0 个答案:

没有答案