You can include a flying Twitter Bird on your page for tweet/follow your website. Simply follow the following steps :
Step 1: Include the script on the page where you wish to include the tweet bird
Add your Twitter account name, current page title, page link in the area “Your Twitter Account” “Your Page Title” “Your Page Link” respectively.
Sometimes the js will include an iframe in the included area which will generate an extra space that can be removed by adding the following style in the style sheet.
.tweet_bird iframe{
display:none !important;
}
You are Done it…!