Site Lock Logo on FB page

Permalink
If I copy and paste my site name into FB the Site Lock logo is pasted as well as the link which is pretty ugly... How do I remove this?

I'm using the Yogurt template so am a complete novice.. be kind with your expanation please :)

Bella

Bella
 
NBardales replied on at Permalink Reply
NBardales
To show a 'pretty' image when pasting a link you need to have actual images in it. You say you're using the Yogurt theme, did you add any pictures at all? If you haven't yet, add some and try it out after a few minutes... If you already have images, then there might be a problem in the code (I'm not sure how that works).

If you don't want ANY image at all, Facebook has a checkbox below the link you're posting that says: 'No Thumbnail', check that and you get rid of the ugly lock! =)
Bella replied on at Permalink Reply
Bella
Hi there, and thanks for replying... I do have pictures already installed but the pretty code option says "You must copy the lines of code below and place them in your server's configuration file or .htaccess file" I have no idea where to paste this code. Any ideas?

Thanks :)
shadowcomputers replied on at Permalink Reply
shadowcomputers
If you want Facebook to use selected title, description and logo for pages/site you can always add this metadata to your template headers:

<meta property="og:title" content="Page/Site title goes here">
<meta property="og:description" content="Page/Site description goes here.">
<meta property="og:image" content="http://www.example.com/yourlogo.png">


You could probably even use page attributes to enter specific data on the page level and then use default values if there is nothing for the page.

There is a how to about setting defaults up here:http://www.concrete5.org/documentation/how-tos/developers/facebooks...
NBardales replied on at Permalink Reply
NBardales
Great info, thanks for sharing... I'll definitely try that!
Bella replied on at Permalink Reply
Bella
Hi Shadow... Unfortunately this doesn't work for me.

Do you know if I could delete the Site Lock logo, and if so where would I find it.

Many thanks :)