Skip to content

Commit

Permalink
jsfiddle embeds fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
edm00se committed Oct 29, 2016
1 parent 61282e5 commit 075285a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _posts/2016-02-24-docker-plus-sonarqube.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ I'm on Notes in 9 again. This time, I'm back with an introduction to general use
Head over to [Notes in 9.com](http://www.notesin9.com/2016/02/24/notes-in-9-189-introduction-to-sonarqube-with-a-side-of-docker/) to check it out, or watch it embedded here or on YouTube.

<div class="embed-responsive embed-responsive-16by9 center-block">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vHADaUuJ7eY" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embedded/vHADaUuJ7eY" frameborder="0" allowfullscreen></iframe>
</div>

### Summary
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-06-01-site-anchors.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This embedded example has multiple sets of five `h3` tags, each with correspondi
sandbox="allow-scripts allow-same-origin"
layout="responsive"
frameborder="0"
src="https://jsfiddle.net/edm00se/q5gffnmt/2/embed/result,html/">
src="https://jsfiddle.net/edm00se/q5gffnmt/2/embedded/result,html/">
</amp-iframe>

If you anticipate certain known points, you can do a couple of things, most of which amounts to either:
Expand Down
6 changes: 3 additions & 3 deletions _posts/2016-07-05-angular-2-learning-curve.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Take a simple "hello world" example, all we need, aside from including the `scri
sandbox="allow-scripts allow-same-origin"
layout="responsive"
frameborder="0"
src="https://jsfiddle.net/edm00se/0a0vga0k/embed/result,html/">
src="https://jsfiddle.net/edm00se/0a0vga0k/embedded/result,html/">
</amp-iframe>

This achieved the following:
Expand All @@ -42,7 +42,7 @@ We also had immediate access to many things like some really powerful filters an
sandbox="allow-scripts allow-same-origin"
layout="responsive"
frameborder="0"
src="https://jsfiddle.net/edm00se/L3tykzrt/embed/result,html/">
src="https://jsfiddle.net/edm00se/L3tykzrt/embedded/result,html/">
</amp-iframe>

We even had the ability to [make use of templates](https://jsfiddle.net/edm00se/qf5trmkn/), either by HTML partials (actual `.html` files) or declaratively, as scripted components (often rather directive looking).
Expand All @@ -51,7 +51,7 @@ We even had the ability to [make use of templates](https://jsfiddle.net/edm00se/
sandbox="allow-scripts allow-same-origin"
layout="responsive"
frameborder="0"
src="https://jsfiddle.net/edm00se/qf5trmkn/embed/result,html/">
src="https://jsfiddle.net/edm00se/qf5trmkn/embedded/result,html/">
</amp-iframe>

The code samples above are all still fully capable in Angular 2 and I would argue that Angular 2 can do much more than Angular 1.x, but there's a touch more to it. I still think it's fully worth learning Angular 2 and, if you _don't_ know Angular 1.x, my recommendation is to skip it and jump to 2.
Expand Down

0 comments on commit 075285a

Please sign in to comment.