whyisjake

ninnypants

Jul 9th, 2010
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_filter('comments_template', 'fb_comments');
  2.  
  3. function fb_comments() {
  4.     echo '<fb:comments xid="'.get_option('omr_tracking_code').'" width="'.get_option('omr_width').'"></fb:comments>';
  5. }
Add Comment
Please, Sign In to add comment