https://github.com/gbaptista/wp-git-embed
WordPress Plugin: Embed GitHub/Gist/Bitbucket/Whatever files.
https://github.com/gbaptista/wp-git-embed
Last synced: 2 months ago
JSON representation
WordPress Plugin: Embed GitHub/Gist/Bitbucket/Whatever files.
- Host: GitHub
- URL: https://github.com/gbaptista/wp-git-embed
- Owner: gbaptista
- License: other
- Created: 2013-02-11T18:38:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-04T04:18:58.000Z (over 12 years ago)
- Last Synced: 2024-10-11T18:58:15.627Z (12 months ago)
- Language: PHP
- Homepage: http://wordpress.org/extend/plugins/wp-git-embed/
- Size: 166 KB
- Stars: 12
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WP-Git-Embed
--------WordPress Plugin: Embed GitHub/Gist/Bitbucket/Whatever files.
Download: [http://wordpress.org/extend/plugins/wp-git-embed/](http://wordpress.org/extend/plugins/wp-git-embed/)
Demo
--------[WP-Git-Embed: Incluindo Arquivos do GitHub, Gist ou Bitbucket no seu Post do WordPress](http://gbaptista.com/2013/02/13/wp-git-embed-incluindo-arquivos-do-github-gist-bitbucket-no-seu-post-do-wordpress/)
Usage
--------### With [WP-Syntax](http://wordpress.org/extend/plugins/wp-syntax/)
```html
[git:pre_ruby@https://github.com/rails/rails/blob/3-1-stable/railties/lib/rails/version.rb]
```### With [SyntaxHighlighter](http://wordpress.org/extend/plugins/syntaxhighlighter/)
```html
[git:sourcecode_ruby@https://github.com/rails/rails/blob/3-1-stable/railties/lib/rails/version.rb]
```### GitHub
```
[git:pre_ruby@https://github.com/rails/rails/blob/3-1-stable/railties/lib/rails/version.rb]
``````
[git:pre_ruby@https://github.com/rails/rails/blob/3-1-stable/railties/lib/rails/version.rb{8}]
``````
[git:pre_ruby@https://github.com/rails/rails/blob/3-1-stable/railties/lib/rails/version.rb{6:10}]
```### GitHub Gist
```
[git:pre_ruby@https://gist.github.com/gbaptista/4958597#file-a.rb]
``````
[git:pre_ruby@https://gist.github.com/gbaptista/4958597#file-a.rb{2:3}]
```### Bitbucket
```
[git:pre_ruby@https://bitbucket.org/gbaptista/test/src/7a350b304059b49616fee1870c59f53a8149db4a/lorem/file.rb]
``````
[git:pre_ruby@https://bitbucket.org/gbaptista/test/src/7a350b304059b49616fee1870c59f53a8149db4a/lorem/file.rb{2:3}]
```### Custom Files
```
[file:http://your-site/file.txt]
``````
[file:pre_bash@http://gbaptista.com/custom_file.sh{1:8}]
``````
[file:/var/www/file.txt]
```