Last active
January 13, 2016 08:10
-
-
Save Shaunwei/021c98f5e788eadc068f to your computer and use it in GitHub Desktop.
Add gist widget to blogspot, changed git line to cdn.rawgit for blogspot. Detailed usage and optionals in https://github.com/gilliek/bootstrap-github-widget
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
| <div class="github-widget pull-left" | |
| data-toggle="github-widget" | |
| data-user="UserId" | |
| data-widget="gists" | |
| data-body="auto" | |
| data-footer="auto" | |
| data-limit="4"> | |
| </div> | |
| <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" /> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css" /> | |
| <script src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> | |
| <script src="https://cdn.rawgit.com/gilliek/bootstrap-github-widget/master/bootstrap-github-widget.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment