PHPBB3
I have install this on new Javascript and ticked 'In the topics' only (Enable Javascript code yes)
After saving the Javascript, i visit CSS Stylesheet, and put this in my CSS
for some reason i don't see the like button
http://www.iyaaz.com
I have install this on new Javascript and ticked 'In the topics' only (Enable Javascript code yes)
var like_version = 'phpbb3';
var DOM_IS_READY = false;
$(function(){DOM_IS_READY=true;});
var vote_singular = 'Like';
var vote_plural = 'Likes';
$.getScript('http://www.avacweb.net/like');
After saving the Javascript, i visit CSS Stylesheet, and put this in my CSS
.LGlike {
background: #105289;
padding: 3px;
border-radius: 4px;
color: #fff;
font-size: 10px;
font-weight: bold;
text-shadow: -1px 0.5px #888;
box-shadow: 1px 1px 1px #888;
cursor: pointer;
margin-right: 4px;
}
.LGvote { margin: 0 5px; }
.LGnovote {
filter:Alpha(opacity=50);
opacity: 0.5;
cursor: default;
box-shadow: none;
text-shadow: none;
}
for some reason i don't see the like button
http://www.iyaaz.com