• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Twitter bird flying in their forum

MarcosPreviato

Active member
Hi guys this is my first contribution here in xenforo templates, my intention is only to help, I apologize if not to your liking!
This change adds a twitter bird in your forum on your site when someone clicks the bird will be redirected to the forum twitter

The changes are simple just change where you are writing "yourtwitter"

I apologize again for the simplicity of the idea, but I think it is very useful for many of xenforo members!

If you like please click "I Like" (y)

Add this code in your header:

Code:
<script src="http://oloblogger.googlecode.com/files/tripleflap.js" type="text/javascript"></script>
 
<script type="text/javascript">
 
var birdSprite='http://oloblogger.googlecode.com/files/birdsprite.png';
 
var targetElems=new Array('img','hr','table','td','div','input','textarea','button','select','ul','ol','li','h1','h2','h3','h4','p','code','object','a','b','strong','span');
 
var twitterAccount = 'http://twitter.com/yourtwitter';
 
var twitterThisText ='';
 
tripleflapInit();
 
</script>
PS: Screenshots in Attach!​
 

Attachments

  • Twitter_Voando.webp
    Twitter_Voando.webp
    23.5 KB · Views: 129
  • fly.webp
    fly.webp
    35.9 KB · Views: 127
sorry not yet added to my project, and will soon add post for all to see! but it is very easy to add on your site and see the result, on the other side can also be seen in the screenshots attached!
 
Top Bottom