Published
on
April 1, 2014
| 2,000 views
| 4 followers
members are following updates on this item.
Since introducing the Like button, we've received many requests on how to extend its functionality. We're working to add custom text for the Like button to the platform as a channel-level setting.
But one request has been heard louder than others, so we made a short term customization that allows you to tell your coworkers how you really feel.
Add this code to the Advanced tab on your homepage to change all your Likes to Hates!
<script type="text/javascript">
//<![CDATA[
window.addEvent('domready', function(){
$$('.ig-meta-like a.ig-button-like span').each(function(el){
if (el.get('html')=='Like') {
el.set('html','Hate');
} else if(el.get('html') == 'Likes') {
el.set('html','Hates');
}
});
});
//]]>
</script>
Order your very own Haters Gonna Hate t-shirt as part of our SharePoint campaign. Or take our quiz and find out your intranet secret identity.
Page Options
3 Comments
What a spiteful post, I really like this
I'd like to hate this too.
This is hilarious!!