I have facebook button on my site. It looks like:
<span class="fblike" style="float:right;padding-top:5px;margin-left:8px;">
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function()
{
FB.init({appId: 'Your ID#', status: true, cookie: true,xfbml: true});
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol + '//connect.facebook.net/sk_SK/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>
<fb:like layout="button_count" show_faces="false" width="64" action="like" font="arial" colorscheme="light" />
</span>
My problem is, that I can't set og:image which I want :( whereever I place tag . It should be in tag but there is no in my default.php file. I'm working in joomla and it's one of my components.