{"componentChunkName":"component---node-modules-gatsby-theme-chronoblog-src-templates-note-js","path":"/notes/podcast/","result":{"data":{"mdx":{"id":"9c06926b-aab9-521f-85c9-102fc0039f2e","excerpt":"This podcast on: An example of how to embed podcast (in this case from simplecast, but you can use any other sources) in a note.","frontmatter":{"title":"Podcast Example","date":"2019-08-05T00:00:00.000Z","tags":["note","podcast"],"cover":null},"fields":{"slug":"/notes/podcast/"},"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Podcast Example\",\n  \"date\": \"2019-08-05T00:00:00.000Z\",\n  \"tags\": [\"note\", \"podcast\"],\n  \"hide\": true\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar FontAwesomeIcon = makeShortcode(\"FontAwesomeIcon\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"iframe\", {\n    height: \"200px\",\n    width: \"100%\",\n    frameBorder: \"no\",\n    scrolling: \"no\",\n    seamless: true,\n    src: \"https://player.simplecast.com/62a1da0d-f39d-4d65-97d7-8faa48ae046f?dark=false\"\n  }), mdx(\"p\", null, \"This podcast on:\"), mdx(\"p\", null, mdx(FontAwesomeIcon, {\n    icon: ['fab', 'google'],\n    mdxType: \"FontAwesomeIcon\"\n  }), \"\\xA0\", mdx(\"a\", {\n    href: \"https://podcasts.google.com/?feed=aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS9YX3dTX1dZaA\"\n  }, \"Google Podcasts\"), mdx(\"br\", null), mdx(FontAwesomeIcon, {\n    icon: ['fab', 'apple'],\n    mdxType: \"FontAwesomeIcon\"\n  }), \"\\xA0\", mdx(\"a\", {\n    href: \"https://podcasts.apple.com/us/podcast/chats-with-kent-c-dodds/id1475543959\"\n  }, \"Apple Podcasts\"), mdx(\"br\", null), mdx(FontAwesomeIcon, {\n    icon: ['fab', 'spotify'],\n    mdxType: \"FontAwesomeIcon\"\n  }), \"\\xA0\", mdx(\"a\", {\n    href: \"https://open.spotify.com/show/7GkO2poedjbltWT5lduL5w\"\n  }, \"Spotify\")), mdx(\"p\", null, \"An example of how to embed podcast (in this case from simplecast, but you can use any other sources) in a note.\"));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"id":"9c06926b-aab9-521f-85c9-102fc0039f2e"}},"staticQueryHashes":["1961101537","2542493696"]}