<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Oscar Guzman</title>
    <description>The latest articles on DEV Community by Oscar Guzman (@oscar18guzman).</description>
    <link>https://dev.to/oscar18guzman</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F316492%2Fff1c760d-f9b5-4fe8-88a9-22b1c4e7e784.jpeg</url>
      <title>DEV Community: Oscar Guzman</title>
      <link>https://dev.to/oscar18guzman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oscar18guzman"/>
    <language>en</language>
    <item>
      <title>Spotify embedded link on HTML</title>
      <dc:creator>Oscar Guzman</dc:creator>
      <pubDate>Tue, 14 Jan 2020 17:23:29 +0000</pubDate>
      <link>https://dev.to/oscar18guzman/spotify-embedded-link-on-html-2gm2</link>
      <guid>https://dev.to/oscar18guzman/spotify-embedded-link-on-html-2gm2</guid>
      <description>&lt;p&gt;A simple embedded Link can draw your visitor's attention to some important part of your interface. You can also use these animations to make your website look more interesting!&lt;/p&gt;

&lt;p&gt;For starters, I'll show the CSS since it's self-explanatory.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RSWVrsAD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/fbarr43t16pe1nxaylri.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RSWVrsAD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/fbarr43t16pe1nxaylri.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now to actually see it, You will need to add the correct tag to link it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bXV1-O_C--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/xlw3038ejaz6phgtoesm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bXV1-O_C--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/xlw3038ejaz6phgtoesm.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We usually have our CSS in a separate file ending with '.css' but with these specifics, we will need it inside the HTML tag itself.&lt;/p&gt;

&lt;p&gt;"frameborder"&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The frame border attribute specifies whether or not to display a border around a frame.&lt;/li&gt;
&lt;li&gt;They only have 2 values&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mTgsKavP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/9grg6fzlq0zmqgf12t8c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mTgsKavP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/9grg6fzlq0zmqgf12t8c.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;"allowtransparency"&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the allow transparency attribute of the IFRAME element specifies whether to allow a transparent background in the iframe.&lt;/li&gt;
&lt;li&gt;boolean (true or false)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;"allow=encrypted-media"&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Extensions provide an API that enables web applications to interact with content protection systems, to allow playback of encrypted audio and video&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the end, it should look like this!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZkV-k_JD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/6n81oca9m82tfhiq40b2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZkV-k_JD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/6n81oca9m82tfhiq40b2.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;example use: &lt;a href="https://oscar18guzman.github.io/tunes/ForHerPage/for_her.html"&gt;https://oscar18guzman.github.io/tunes/ForHerPage/for_her.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
    </item>
  </channel>
</rss>
