whyisjake

Jake Spurlock

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