Advertisement
BakerMan

Link to Facebook (short)

Dec 20th, 2012
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php if (($facebookID = tribe_get_event_meta(get_the_ID(), '_FacebookID', true)) !== '') : ?>
  2.     <dt>
  3.         Facebook:
  4.     </dt>
  5.     <dl> <a href="http://www.facebook.com/events/<?php esc_attr_e($facebookID) ?>" title="Visit this event on Facebook">
  6.         View event on Facebook
  7.     </a> </dl>
  8. <?php endif ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement