Last active
February 19, 2022 13:53
-
-
Save lucianobragaweb/fc17921ae280ccd17703 to your computer and use it in GitHub Desktop.
Incluir Gist em posts do Tumblr
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
| <!-- Incluir na edição do tema Tumblr --> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script> | |
| <script src="http://static.tumblr.com/fpifyru/VCxlv9xwi/writecapture.js"></script> | |
| <script src="http://static.tumblr.com/fpifyru/AKFlv9zdu/embedgist.js"></script> |
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
| <!-- Para icluir um Gist em sua postagem basta seguir este formato, onde a URL deve ser subistituida pela URL de seu Gist --> | |
| <div class="gist">https://gist.github.com/fc17921ae280ccd17703</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment