January 24, 2011
The easiest way to do this is by using theisis openhook. Under “after Headlines” add <span class="st_facebook" st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='Facebook'></span> <span class="st_twitter" st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='Twitter'></span> <span class="st_email" st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='Email'></span> <span class="st_sharethis" st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='ShareThis'></span> You will also need [...]
Read the full article →
October 25, 2010
Here are a few items to install from facebook: http://developers.facebook.com/plugins/ http://www.facebook.com/insights/ or a simple badge: http://www.facebook.com/badges/ or facebook page like boxes: <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/XXX" width="292" show_faces="true" stream="false" header="true"></fb:like-box> Replace XXX with your facebook page ID
Read the full article →