Hi,
I integrate the "new facebook like button'" (
http://www.phpbb.com/community/viewtopi ... &t=2074905)
to my forum. I added the code to each topic.
Now I want to add this code also to the calendar. So each event will have the "facebook like button" in its lower part of the page.
I added the following code similar to what I did in the forum topics:
The code was added to the file: calendar_view_event.html
the part in red doesn't work. I though this can work because it was TOPIC_ID in
the forum topic code. But this doesn't work for the calendar.
that is the right parameter for the event id ?
<iframe src="http://www.facebook.com/plugins/like.ph ... lEid%3D{[b]EVENT_ID[/b]}&layout=standard&show_faces=true&width=450&action=recommend&font&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>