readme.txt 794 B

123456789101112131415161718
  1. Any service, application using Twitter4J can embed the following BSD licensed "powered by" logo. It is suggested to link the badge to "http://twitter4j.org/" without "en/".
  2. HTML code snippets:
  3. PNG:
  4. - borderless
  5. <a href="http://twitter4j.org/"><img src="./images/powered-by-twitter4j-138x30.png" border="0" width="122" height="30"></a>
  6. - without border
  7. <a href="http://twitter4j.org/"><img src="./images/powered-by-twitter4j-border-138x30.png" border="0" width="122" height="30"></a>
  8. GIF:
  9. - borderless
  10. <a href="http://twitter4j.org/"><img src="./images/powered-by-twitter4j-138x30.gif" border="0" width="122" height="30"></a>
  11. - with border
  12. <a href="http://twitter4j.org/"><img src="./images/powered-by-twitter4j-border-138x30.gif" border="0" width="122" height="30"></a>