Skip to main content

Embed GitHub Repository Files into Your Blog or Website Using Gist-it

 

Embed GitHub Repository Files into Your Blog or Website Using Gist-it


Video Documentation :-

See Demo :- 



2. Embed Code :- 


<script src="http://gist-it.appspot.com/https://github.com/CXDI/ChatsDuringVideoMaking/blob/main/2021/02/how-to-remove-youtube-information-from.html"></script>


Preview :-




I am sure that you here because, you have a situation that you need to embed a file from a github repository to your webpage/blog. right?

I was in the same situation once, so I googled and got a perfect solution for my need and now for yours.

Gist-it

Gist-it is your solution for it. A man named "Robert Krimen" is kind enough to create a application so that we can embed any file from github repository to our webpage/blog. You can do it as simple as in three steps, just like you embed a gist, hoping you are familiar with embedding gist. 
  1. Copy github url of the file you like to embed.
  2. Submit it to Gist-it and copy the script tag generated.
  3. Use the script tag copied in you blog, same as you use gist.




gist-it.appspot.com  –  Embed files from a github repository like a gist

Description

gist-it.appspot.com lets you take a file from your GitHub repository and embed it into any webpage, just like a gist

Syntax highlighting by google-code-prettify

Usage

Take a github file url and prefix it with http://gist-it.appspot.com and embed the result within a <script> tag:

<script src="http://gist-it.appspot.com/http://github.com/$file"></script>
  1. $file should follow the github repository pattern of $user/$repository/raw/master/$path
  2. github/$file is a shorthand for http://github.com/$file and works in the same way

Additional customization is possible by including one or more of the following in the query string:

slice (optional)

Supply a slice parameter to show only a particular portion of the file:

slice=0:-2Show the first line up to and including the second to last line
slice=24:100Show lines 24 through 100
slice=0Show only the first line of the file
footer (optional)

Use the footer parameter to control the appearance of the footer:

footer=no
footer=0
Hide the footer
footer=minimalShow the footer without "This Gist brought to you by gist-it."

Example

function Xyzzy() {
   
return "Nothing happens";
}

Example Source

<script src="http://gist-it.appspot.com/github/robertkrimen/gist-it-example/blob/master/example.js"></script>

Chats During Video Making ...
00


Comments

Popular posts from this blog

How to Get Free Unlimited Bandwidth and Storage Using jsDelivr and GitHub

How to Get Free Unlimited Bandwidth and Storage Using jsDelivr and GitHub Are you tired of paying for expensive content delivery networks (CDNs) and storage solutions for your web projects? Look no further! In this guide, we'll show you how to leverage jsDelivr and GitHub to get free unlimited bandwidth and storage. Whether you're a seasoned developer or just getting started, this solution will save you money and improve the performance of your web projects. What is jsDelivr? jsDelivr is a free, fast, and reliable CDN for open-source files. It provides a convenient way to serve your static assets (like JavaScript, CSS, images, and more) with the benefits of a global CDN, including faster load times and unlimited bandwidth. What is GitHub? GitHub is a popular platform for version control and collaboration. It allows you to host your code repositories and manage your projects with ease. By combining GitHub with jsD

Best VS Code extensions for developers in 2024

Here are some of the best VS Code extensions for developers in 2024, including a range of productivity tools, debuggers, and visual enhancements to streamline your coding workflow. Additionally, you'll find some popular themes to customize your editor's appearance. Top VS Code Extensions for Developers in 2024 Shade Theme by SH20RAJ Enhance your code readability with this well-designed theme, perfect for long coding sessions. Shade Theme Prettier A widely used code formatter that ensures your code is styled consistently across your projects. Prettier GitLens Provides rich visualizations and insights into your Git repository, helping you understand code changes and history. GitLens Auto Rename Tag Automatically renames paired HTML/XML tags, reducing errors and saving time. Auto Rename Tag Bracket Pair Colorizer Colors matching brackets to improve code readability, especially useful for complex nested structures. Bracket Pair Colorizer CSS Peek

Unlimited Articles for Blogger/WordPress just copy paste html ft. dev.to

About Copyrights :- Actually we don't need it in the case or dev.to because dev.to itself provides an API that can be used to grab content from whole dev.to Articles content to our website. What do you think about it. Please reply Checkout the API docs and terms and say if still you will be not agree I will remove this content. Dev.to :-  https://dev.to/

Random Posts