Created
April 16, 2012 06:51
-
-
Save ctrl-freak/2396799 to your computer and use it in GitHub Desktop.
Matching Twitter Link for Facebook Like Button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style type="text/css"> | |
| .share-links a { | |
| border-radius: 3px 3px 3px 3px; | |
| height: 20px; | |
| font-size: 11px; | |
| border-width: 1px; | |
| border-style: solid; | |
| padding: 2px 4px 3px 4px; | |
| font-family: Tahoma, Verdana, Arial, sans-serif; | |
| position: relative; | |
| top: -1px; | |
| } | |
| .share-links #twitter { | |
| border-color: #7edeff; | |
| color: #1f7d9e; | |
| background: #e7efff url(/images/twitter.gif) 3px center no-repeat; | |
| padding-left: 16px; | |
| margin-right: 2px; | |
| } | |
| .share-links #twitter:hover { | |
| border-color: #64b0ca; | |
| } | |
| .share-links .fb-like { | |
| display: inline !important; | |
| width: 200px !important; | |
| vertical-align: middle; | |
| } | |
| </style> | |
| <div class="share-links"> | |
| <a href="" id="twitter">Twitter</a> | |
| <div class="fb-like" data-send="true" data-layout="button_count" data-width="250" data-show-faces="false" data-font="tahoma"></div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment