Custom ‘Tweet This’ Button For FanPage

|BlackMarket|

Regular Member
Joined
Nov 10, 2010
Messages
343
Reaction score
1,054
Earlier i share with you the custom FB Share button.
I received a msg asking me about other custom button.

So here it is, Tweet This button that is 100% similar to FB share.

Sample here: hxxp://on.fb.me/BlackMarket1


Code:
<style>

#button {
        width: 60px;
        height: 25px;
        float: left;
        position: relative;
        line-height: 22px;
        background: url(hxxp://bit.ly/BlackMarket01) no-repeat top center;
}

.tweet {
        font-family:"Lucida Grande","Lucida Sans Unicode", sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding: 0 0 0 18px;
}

        .tweet a{ color: #333; text-decoration: none; }
        .tweet a:hover{ text-decoration: underline; }
</style>

<div id="button">
   <div class="tweet">
        <a href="hxxp://twitter.c o m/home/?status=hxxp://twitter.c o m/home/?status=your message here" target="_blank">Tweet</a>
   </div>
</div>
<br><br>This is a custom Tweet button<br><br>
 
Back
Top