Twitter @Anywhere

Dismal Shadow

Active member
I am trying to find where to put this codes somewhere before the heading codes:

Code:
<head>
  <script src="http://platform.twitter.com/anywhere.js?id=YOUR DEVELOPER ID&amp;v=1">
  </script>
  <script type="text/javascript">
     twttr.anywhere(function(twitter) {
              twitter.hovercards();
     });
  </script>
</head>

Source: Twitter @Anywhere
 
  • Like
Reactions: RvG
You'll want to open the template: page_container_js_head

Add it in there minus the <head></head> tags you have
 
i hope this becomes part of the twitter section in the admin panel whenever twitter integration is added to xenforo.
 
Top Bottom