Advertisement
JulieJabber

Untitled

Apr 17th, 2015
888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. function add_custom_tooltip(){
  2. ?>
  3. <script>(function(d, s, id) {
  4. var js, fjs = d.getElementsByTagName(s)[0];
  5. if (d.getElementById(id)) return;
  6. js = d.createElement(s); js.id = id;
  7. js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=120750241359063";
  8. fjs.parentNode.insertBefore(js, fjs);
  9. }(document, 'script', 'facebook-jssdk'));</script>
  10. <?php
  11. }
  12. add_action('wp_footer', 'add_custom_tooltip');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement