Hi fogs To day we discus to How to Embed GitHub code in web page or blog .
First go to gist.github.com
Fill This Details.
gist Description .
File Name width Extension .
Paste Your Code or write Here
3 Create secret gist Or Public gist's are visible to everyone.
4 copy embed Link And paste Your Place.
<script src="https://gist.github.com/coolsasindu/8a52e7a57f601b98ecfe0923bcc37b52.js"></script>
5. Download This File And Run Your Pc.
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<script src="https://gist.github.com/coolsasindu/8a52e7a57f601b98ecfe0923bcc37b52.js"></script> | |
</body> | |
</html> |