troyharvey / emojeez

Simple Emoji and Unicode icons for the web.
emojeez.co
0 stars 0 forks source link

Send clipboard to social networks using APIs or URI schemes. #1

Open troyharvey opened 12 years ago

troyharvey commented 12 years ago
    #facebook {
      display:inline-block;
      top:90px; right:2px;
      position:fixed;
    }

    #twitter {
     display:inline-block;
      top:90px; right:32px;
      position:fixed; 
    }

    <a id="facebook" href="fb://publish/?text=✳✴➺➼➝➟"><img src="http://www.cord.edu/images/template/facebook_icon.png" border="0" /></a>
    <a id="twitter" href="tweetbot:///post?text=✳✴➺➼➝➟"><img src="http://www.cord.edu/images/template/twitter_icon.png" border="0" /></a>
troyharvey commented 12 years ago

Notes on checking for URI scheme support