Yammer Like Button Not Working… TypeError: yam.helper is undefined

Novo111

New Member
I am using yammer's like button. I have tried every browser under the sun. They all have the same funcationality. First page load they will load the JS and the like button perfectly... However after the first page load any subciquent load of the like button throws the below error.\[code\] Error TypeError: yam.helper is undefined\[/code\]code as follows: \[code\] //JS yam.connect.actionButton( { container: '#like', network: 'gsk.com', action: 'like' }); //MarkUp <div id="like"><p></p></div>\[/code\]Any ideas?
 
Top