Author: soumik
Modification Description:
Adds a Facebook Like button to the top and bottom of the threads.
Note :
The are two versions of this mod available. One is the iFrame version, which requires less file edits, but doesn't give the option to post a link to wall when a URL is liked. Another is the xFBML version, which requires more edits, but gives the option to post a link to wall when a URL is liked. It also dynamically resizes itself. Choose the one that suits you.
Modification Version: 0.0.5.
Compatibility:
- Works with 3.0.+ Including 3.0.11
- Prosilver Compatible
- subSilver Compatible
Demo URL: http://animorphsfanforum.com/viewtopic.php?f=38&t=2064
Modification Download: Screenshots:
With faces :
Without faces :
Notes:
In order to disable the display of faces, follow these steps :
Open /styles/prosilver/template/viewtopic_body.html :
Find :
Code: Select all
<div style="margin-bottom:4px"><fb:like href="{U_FB}"></fb:like></div>
Code: Select all
href="{U_FB}"
Code: Select all
show-faces="false"
Code: Select all
<fb:like href="{U_FB}"></fb:like>
Code: Select all
href="{U_FB}"
Code: Select all
show-faces="false"