Background
WordPress is an actual platform.
As a platform, it provides tooling to consume data and media from various sources.
Outline
- Music
- YouTube
- SoundCloud
- Image Sharing
- Code Sharing
- GitHub
- Gist
- GitHub
Contents
Music
YouTube
Outline
- Link
- Paste the link
- Embed with a Short Code
- Use youtube tag
Link
Paste the link
https://www.youtube.com/watch?v=JDb3ZZD4bA0
Actual
YouTube Tag
Syntax
Outline
Using the youtube tag offers a bit more flexibility relative to simply pasting the video’s URL.
Sampling
WordPress Support – Videos – YouTube
Link
Syntax
Time – Width and Height
[
youtube https://www.youtube.com/watch?v=JDb3ZZD4bA0;w=#width#&h=#height#
]
Time – Start and End
[youtube https://www.youtube.com/watch?v=JDb3ZZD4bA0start=75&end=500]
[youtube https://www.youtube.com/watch?v=JDb3ZZD4bA0start=75&end=500]
Code Language=html
Escaped:-
- from [ to [[
- from ] to ]]
[youtube https://www.youtube.com/watch?v=JDb3ZZD4bA0&start=75&end=500]
Markdown HTML
Intentional obstructed html link.
Options to do so includes:-
-
http:/www
- from:-
http://www
- to:-
www
- from:-
-
http://www.youtube.com
- from:-
http://www.youtube.com
- to:-
http:// www. youtube. com
- from:-
[youtube www.youtube.com/watch?v=JDb3ZZD4bA0&start=75&end=500]
Actual
SoundCloud
Outline
- Link
- Paste the link
- Embed
- Embed SoundCloud
Link
Paste the link
https://soundcloud.com/brysontiller/exchange
Embed
Embed Soundcloud
Sample
<div style="font-size:10px;color:#cccccc;line-break:anywhere;word-break:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;font-weight:100;"><a style="color:#cccccc;text-decoration:none;" title="brysontiller" href="https://soundcloud.com/brysontiller" target="_blank" rel="noopener">brysontiller</a> · <a style="color:#cccccc;text-decoration:none;" title="Exchange" href="https://soundcloud.com/brysontiller/exchange" target="_blank" rel="noopener">Exchange</a></div>
Actual
Image Sharing
Outline
- Link
- Paste the link
Link
Paste the link
Actual
Code Sharing
GitHub
Gist
Outline
- Gist Tag
- Use the Gist Tag
Gist Tag
Utilize Gist Tag
Sample
Actual
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
rem Adding Comments | |
rem https://www.nobody.com/?a=1 | |
IF %ERRORLEVEL% NEQ 0 Echo errorlevel is %ERRORLEVEL% |
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
rem Adding Comments | |
rem https://www.nobody.com/\?a=1 | |
IF %ERRORLEVEL% NEQ 0 Echo errorlevel is %ERRORLEVEL% |