whyisjake

Jake Spurlock

Jul 10th, 2010
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. function facebook_like($content)
  2. {
  3.     $like_me = '<fb:like href="<?php the_permalink(); ?>"></fb:like-box>';
  4.     return $like_me.$content;
  5. }
  6.  add_filter('the_content', 'facebook_like');
Add Comment
Please, Sign In to add comment