
02-07-2011, 02:32 PM
|
 |
|
|
Join Date: Aug 2008
Location: UK
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Replicators
Here is where i put it.
Go into Showthread and find:
Code:
<!-- toolbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
After the <tr> put in:
Code:
<td id="fb-root"><script>
window.fbAsyncInit = function() {
FB.init({
appId : 'yourappID',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
};
(function() {
var e = document.createElement('script');
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script> <fb:like layout="standard" show_faces="false" width="300" action="like" colorscheme="dark" /></td>
|
I've got this to work (at last!) using the above
http://www.midlandsheritage.co.uk/mi...oundaries.html
|