Jump to content

Facebook Links Showing Prestashop Ipods?


Recommended Posts

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

hello

i 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 that

if you've got any questions - feel free to write

Link to comment
Share on other sites

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 by lukehawker (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...