lukehawker Posted April 17, 2013 Share Posted April 17, 2013 Hey Guys! When i link my website www.tried-and-true.co.uk on facebook it still shows the powered by prestashop and the stock ipods? I have searched and cannot find a fix for this, am i being extremely dumb and can you help me? Thanks Luke Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2013 Share Posted April 17, 2013 helloi checked your website, you need to create open graph tags, you can create it manually in themes/yourtheme/header.tpl file. In this case open graph tags will be the same for all pages (unfortunately for products too - so no product image, and no product description on facebook )if you want to create open graph tags for each page, product etc. you need to use modules, unfortunately i don't know any other solution for thatif you've got any questions - feel free to write Link to comment Share on other sites More sharing options...
lukehawker Posted April 17, 2013 Author Share Posted April 17, 2013 (edited) Ok think i have got the fix. Please Point out any errors. <meta property="og:title" content="Tried And True" /> <meta property="og:url" content="http://www.tried-and-true.co.uk" /> <meta property="og:image" content="http://www.tried-and-true.co.uk/themes/default_grid/img/triedtrueog.jpg" /> Luke Edited April 17, 2013 by lukehawker (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2013 Share Posted April 17, 2013 Sure, thats correct but if you or your customer will "like" your store on facebook, then they will see those tags. It will looks weirdy for products... you forogot about "description" tag Link to comment Share on other sites More sharing options...
lukehawker Posted April 17, 2013 Author Share Posted April 17, 2013 (edited) Cool i think all is fixed, Thank you so much for the help! Edited April 17, 2013 by lukehawker (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2013 Share Posted April 17, 2013 https://developers.facebook.com/tools/debug use this tool to debug your urls Link to comment Share on other sites More sharing options...
Whispar1 Posted April 18, 2013 Share Posted April 18, 2013 Just a tip, you can also configure your og tags like this so that it is specific to each page of your site. <meta property="og:title" content="{$meta_title|escape:'htmlall':'UTF-8'}"/> <meta property="og:url" content="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}"/> <meta property="og:site_name" content="{$shop_name|escape:'htmlall':'UTF-8'}"/> <meta property="og:description" content="{$meta_description|escape:html:'UTF-8'}"/> <meta property="og:image" content="{$img_ps_dir}fb-logo.png"/> Link to comment Share on other sites More sharing options...
Recommended Posts