<?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:  My Code Magic</title>
    <description>The latest articles on DEV Community by  My Code Magic (@mycodemagic).</description>
    <link>https://dev.to/mycodemagic</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%2F521485%2F282aa41b-bdcb-4c22-a28f-66bbd1b956ea.png</url>
      <title>DEV Community:  My Code Magic</title>
      <link>https://dev.to/mycodemagic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mycodemagic"/>
    <language>en</language>
    <item>
      <title>How to create a custom header menu in Shopify</title>
      <dc:creator> My Code Magic</dc:creator>
      <pubDate>Fri, 08 Jan 2021 19:35:05 +0000</pubDate>
      <link>https://dev.to/mycodemagic/how-to-create-a-custom-header-menu-in-shopify-30jj</link>
      <guid>https://dev.to/mycodemagic/how-to-create-a-custom-header-menu-in-shopify-30jj</guid>
      <description>&lt;p&gt;A nested navigation or nested menu is a popular solution for effectively organizing collections, products, and pages. This example will output a nested menu of links in an unordered list up to three levels deep, all of which can be easily updated using the Shopify Admin. Nested navigation uses the Shopify linklist object.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Place the following code in the &lt;code&gt;Sections/header.liquid&lt;/code&gt; file, or wherever you wish the nested navigation to appear.&lt;/li&gt;

&lt;li&gt;If used in a section, you can also create a settings option in the section schema, and replace the for-loop in this example with

 
``` {% for link in linklists[section.settings.main_linklist].links %} ```


where main_linklist is the id of the schema setting. This setting would specify a link_list picker, and the default value would be set to main-menu.&lt;/li&gt;

&lt;li&gt;Add relevant classes and styles to create dropdown functionality via CSS.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fw793g73aoix6jy1dyut5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fw793g73aoix6jy1dyut5.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://shopify.github.io/liquid-code-examples/example/nested-navigation" rel="noopener noreferrer"&gt;https://shopify.github.io/liquid-code-examples/example/nested-navigation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Please note: &lt;/strong&gt;We have intentionally limited CSS and JavaScript and removed translation strings in order to keep these examples compatible with any theme. Any CSS we have included is for accessibility or rendering purposes.&lt;/p&gt;

</description>
      <category>shopify</category>
      <category>beginners</category>
    </item>
    <item>
      <title>1 Create a new template page in your Shopify store</title>
      <dc:creator> My Code Magic</dc:creator>
      <pubDate>Fri, 25 Dec 2020 16:41:32 +0000</pubDate>
      <link>https://dev.to/mycodemagic/create-a-new-template-page-in-your-shopify-store-1ppp</link>
      <guid>https://dev.to/mycodemagic/create-a-new-template-page-in-your-shopify-store-1ppp</guid>
      <description>&lt;ol&gt;

&lt;li&gt;From your Shopify admin, go to &lt;b&gt;Online Store &amp;gt; Themes.&lt;/b&gt;
&lt;/li&gt;


&lt;li&gt;Find the theme you want to edit, and then click &lt;b&gt;Actions &amp;gt; Edit code.&lt;/b&gt;
&lt;/li&gt;


&lt;li&gt;In the &lt;b&gt;Templates&lt;/b&gt; directory, click &lt;b&gt;Add a new template.&lt;/b&gt;
&lt;/li&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgbe0ksucp7goyxyc15jq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgbe0ksucp7goyxyc15jq.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;


&lt;li&gt;Choose a type option for your new template. For example, for an alternate page template, select page. Give your template a meaningful name, which will make it easy to find when you are assigning it in the admin.&lt;/li&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fw9ak31h94ny8q6uzlubf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fw9ak31h94ny8q6uzlubf.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;


&lt;li&gt;Click Create a template. Your new template will open in the code editor, and the file will be populated with the default code.&lt;/li&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqtlpyjf6mrpekn0um960.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqtlpyjf6mrpekn0um960.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;


&lt;li&gt;Edit your new template as needed.&lt;/li&gt;


&lt;li&gt;Click Save. 👍&lt;/li&gt;








&lt;h5&gt;I hope This information is help to create template page for your store.&lt;br&gt;
Also visit our website ❤️ &lt;a href="http://mycodemagic.com/" rel="noopener noreferrer"&gt;mycodemagic&lt;/a&gt;  🙂 &lt;h5&gt;
&lt;/h5&gt;

&lt;/h5&gt;

&lt;/ol&gt;

</description>
      <category>css</category>
      <category>shopify</category>
      <category>json</category>
    </item>
    <item>
      <title>Top 5 Javascript Carousel Libraries</title>
      <dc:creator> My Code Magic</dc:creator>
      <pubDate>Wed, 09 Dec 2020 17:58:22 +0000</pubDate>
      <link>https://dev.to/mycodemagic/top-10-javascript-carousel-libraries-1ech</link>
      <guid>https://dev.to/mycodemagic/top-10-javascript-carousel-libraries-1ech</guid>
      <description>&lt;h3&gt;&lt;b&gt;1. Swiper&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://swiperjs.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://swiperjs.com/" rel="noopener noreferrer"&gt;https://swiperjs.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ft19n4xxbq4epbrcdbolg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ft19n4xxbq4epbrcdbolg.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps.

Swiper is not compatible with all platforms, it is a modern touch slider which is focused only on modern apps/platforms to bring the best experience and simplicity.&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;2. Owl Carousel 2&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://owlcarousel2.github.io/OwlCarousel2/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://owlcarousel2.github.io/OwlCarousel2/" rel="noopener noreferrer"&gt;https://owlcarousel2.github.io/OwlCarousel2/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fldevowya8n4yvi4kxurw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fldevowya8n4yvi4kxurw.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Touch enabled jQuery plugin that lets you create a beautiful responsive carousel slider.
Owl Carousel has been chosen as the number one jQuery plugin by hundreds of developers. Now its time for a new version that comes with lots of new features and an even more user-friendly API.&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;3. Slick Slider&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://kenwheeler.github.io/slick/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://kenwheeler.github.io/slick/" rel="noopener noreferrer"&gt;https://kenwheeler.github.io/slick/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F07e8u4md8b2txpn1wrgc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F07e8u4md8b2txpn1wrgc.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fully responsive. Scales with its container.
Separate settings per breakpoint
Uses CSS3 when available. Fully functional when not.
Swipe enabled. Or disabled, if you prefer.
Desktop mouse dragging
Infinite looping.
Fully accessible with arrow key navigation
Add, remove, filter &amp;amp; unfilter slides
Autoplay, dots, arrows, callbacks, etc...&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;4. ItemSlider&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/codrops/ItemSlider" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://github.com/codrops/ItemSlider" rel="noopener noreferrer"&gt;https://github.com/codrops/ItemSlider&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Feklq2u43z6btizms1zcc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Feklq2u43z6btizms1zcc.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A tutorial on how to create a simple category slider with a minimal design using CSS animations and jQuery. The idea is to slide the items sequentially depending on the slide direction.&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;5. blueimp Gallery&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://blueimp.github.io/Gallery/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://blueimp.github.io/Gallery/" rel="noopener noreferrer"&gt;https://blueimp.github.io/Gallery/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fea9yjo20v8z8cs5eg6hh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fea9yjo20v8z8cs5eg6hh.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;blueimp Gallery is a touch-enabled, responsive and customizable image &amp;amp; video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.

It features swipe, mouse and keyboard navigation, transition effects, slideshow functionality, fullscreen support, and on-demand content loading and can be extended to display additional content types.&lt;/p&gt;




&lt;br&gt;

&lt;h3&gt;I hope This information is help to use Silder for your website. also comment me whitch slider you use and most usefull Slider library name....&lt;h3&gt;
&lt;br&gt;
Also visit our website &lt;a href="http://mycodemagic.com/" rel="noopener noreferrer"&gt;mycodemagic&lt;/a&gt;
&lt;/h3&gt;

&lt;/h3&gt;


</description>
      <category>css</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Top Free Icon libraries for programmers</title>
      <dc:creator> My Code Magic</dc:creator>
      <pubDate>Fri, 04 Dec 2020 17:35:30 +0000</pubDate>
      <link>https://dev.to/mycodemagic/top-free-icon-libraries-for-programmers-pi3</link>
      <guid>https://dev.to/mycodemagic/top-free-icon-libraries-for-programmers-pi3</guid>
      <description>&lt;h3&gt;&lt;b&gt;1. Flaticon&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.flaticon.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://www.flaticon.com/" rel="noopener noreferrer"&gt;https://www.flaticon.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fexp7fx83j1w49amtx5uf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fexp7fx83j1w49amtx5uf.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3711000+ Free vector icons in SVG, PSD, PNG, EPS format or as ICON FONT. Thousands of free icons in the largest database of free vector icons!&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;2. Ionicons&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://ionicons.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://ionicons.com/" rel="noopener noreferrer"&gt;https://ionicons.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffpqhmajpah5wvheeuepl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffpqhmajpah5wvheeuepl.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Premium designed icons for use in web, iOS, Android, and desktop apps. Support for SVG and web font. Completely open source, MIT licensed and built by the Ionic Framework team.&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;3. Font Awesome&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://fontawesome.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://fontawesome.com/" rel="noopener noreferrer"&gt;https://fontawesome.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F15xijxxf1x4zyslviben.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F15xijxxf1x4zyslviben.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Get vector icons and social logos on your website with Font Awesome, the web's most popular icon set and toolkit.&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;4. Ant Design Icons&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://ant.design/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://ant.design/" rel="noopener noreferrer"&gt;https://ant.design/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F2o6o8ql4x5i540hqg7ua.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F2o6o8ql4x5i540hqg7ua.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A design system for enterprise-level products. Create an efficient and enjoyable work experience.&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;5. Boxicons&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://boxicons.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://boxicons.com/" rel="noopener noreferrer"&gt;https://boxicons.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Frv0w6fleuzjhrf8vr3gk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Frv0w6fleuzjhrf8vr3gk.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Boxicons is a simple vector icons set carefully crafted for designers and developers to use in your next project. No attribution required.&lt;/p&gt;



&lt;h3&gt;&lt;b&gt;6. Material Icons&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://material.io/resources/icons/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://material.io/resources/icons/" rel="noopener noreferrer"&gt;https://material.io/resources/icons/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F0lwzs5h90lyetd2cg849.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F0lwzs5h90lyetd2cg849.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Material icons are delightful, beautifully crafted symbols for common actions and items. Download on desktop to use them in your digital products for Android, iOS, and web.&lt;/p&gt;







&lt;h3&gt;I hope This information is help to use icon for your website. also comment me whitch icon you use and most usefull icon library name....&lt;h3&gt;Also visit our website &lt;a href="http://mycodemagic.com" rel="noopener noreferrer"&gt;mycodemagic&lt;/a&gt;&lt;br&gt;
&lt;/h3&gt;
&lt;br&gt;
&lt;/h3&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How to Check and Generate Meta Tags for Your Website</title>
      <dc:creator> My Code Magic</dc:creator>
      <pubDate>Sun, 29 Nov 2020 19:52:55 +0000</pubDate>
      <link>https://dev.to/mycodemagic/how-to-check-and-generate-meta-tags-for-your-website-55fl</link>
      <guid>https://dev.to/mycodemagic/how-to-check-and-generate-meta-tags-for-your-website-55fl</guid>
      <description>&lt;p&gt;In this session, I’m going to introduce you to a simple, yet very useful tool called &lt;a href="https://www.heymeta.com/" rel="noopener noreferrer"&gt;&lt;strong&gt;HeyMeta&lt;/strong&gt;&lt;/a&gt;. If you’re interested to see what your website’s sharing profile looks like, and you’d like to make sure the meta tags you’re using are correct, Hey Meta is just what you need.&lt;/p&gt;

&lt;h4&gt;Let’s Start&lt;/h4&gt;


&lt;h2&gt;Get Your Meta Tags in HeyMeta&lt;h2&gt;
&lt;br&gt;
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ff0ri7uv7rvvm185bvzxk.png" alt="Alt Text"&gt;

&lt;h4&gt;Now Check Your Meta Tags&lt;/h4&gt;

&lt;/h2&gt;
&lt;/h2&gt;
&lt;p&gt;Check the effectiveness of your website’s current meta tag setup by entering the URL in the input field. You’ll be shown a social card preview (what’s likely to be shown on social networks, sharing apps, etc.) and the title, description, featured image of the URL in question.&lt;/p&gt;

&lt;p&gt;If your web page doesn’t have any meta tags for these items at all, nothing will be shown.&lt;/p&gt;

&lt;h4&gt;Generate Correct Meta Tags&lt;/h4&gt;

&lt;p&gt;If your page appears to be missing details or shows incorrect (or sub-optimal) metadata you can use Hey Meta to generate correct tags for you. Enter the information you’d like to display in the fields shown:&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Frs13e8qi3t2fzo13ahti.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Frs13e8qi3t2fzo13ahti.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The same can be done for the website description, URL, and featured image. The generated tags will be displayed in the previews, and the markup will look something like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="c"&gt;&amp;lt;!-- HTML Meta Tags --&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;My Code Magic - Easy For All Web-Designer&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"description"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"Explore the all new effective design, content, themes, and Templates for Web-Designer. Also we can work UIUX-Design, Web-Designe, App-Design and Graphic Design."&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="c"&gt;&amp;lt;!-- Google / Search Engine Tags --&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;itemprop=&lt;/span&gt;&lt;span class="s"&gt;"name"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"My Code Magic - Easy For All Web-Designer"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;itemprop=&lt;/span&gt;&lt;span class="s"&gt;"description"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"Explore the all new effective design, content, themes, and Templates for Web-Designer. Also we can work UIUX-Design, Web-Designe, App-Design and Graphic Design."&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;itemprop=&lt;/span&gt;&lt;span class="s"&gt;"image"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"http://mycodemagic.com/assets/images/logo-icon.png"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="c"&gt;&amp;lt;!-- Facebook Meta Tags --&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;property=&lt;/span&gt;&lt;span class="s"&gt;"og:url"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"http://mycodemagic.com"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;property=&lt;/span&gt;&lt;span class="s"&gt;"og:type"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"website"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;property=&lt;/span&gt;&lt;span class="s"&gt;"og:title"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"My Code Magic - Easy For All Web-Designer"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;property=&lt;/span&gt;&lt;span class="s"&gt;"og:description"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"Explore the all new effective design, content, themes, and Templates for Web-Designer. Also we can work UIUX-Design, Web-Designe, App-Design and Graphic Design."&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;property=&lt;/span&gt;&lt;span class="s"&gt;"og:image"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"http://mycodemagic.com/assets/images/logo-icon.png"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="c"&gt;&amp;lt;!-- Twitter Meta Tags --&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"twitter:card"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"summary_large_image"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"twitter:title"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"My Code Magic - Easy For All Web-Designer"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"twitter:description"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"Explore the all new effective design, content, themes, and Templates for Web-Designer. Also we can work UIUX-Design, Web-Designe, App-Design and Graphic Design."&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"twitter:image"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"http://mycodemagic.com/assets/images/logo-icon.png"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="c"&gt;&amp;lt;!-- Meta Tags Generated via http://heymeta.com --&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here you’ll see the native HTML meta tags like &lt;code&gt;&amp;lt;title&amp;gt;&lt;/code&gt;, Twitter tags, and the Open Graph tags like &lt;code&gt;&amp;lt;meta property="og:title"&amp;gt;&lt;/code&gt; which allow for proper social sharing. These tags can then be placed in the &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; of your HTML document.&lt;/p&gt;

&lt;h3&gt;Make sure your meta tags are displaying your website details properly!&lt;/h3&gt;

</description>
      <category>html</category>
      <category>beginners</category>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Create Custom Scrollbar</title>
      <dc:creator> My Code Magic</dc:creator>
      <pubDate>Fri, 27 Nov 2020 19:28:50 +0000</pubDate>
      <link>https://dev.to/mycodemagic/create-custom-scrollbar-bf2</link>
      <guid>https://dev.to/mycodemagic/create-custom-scrollbar-bf2</guid>
      <description>&lt;p&gt;&lt;strong&gt;Set the SCROLLBAR width&lt;/strong&gt;&lt;br&gt;
Here is Code&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="nd"&gt;::-webkit-scrollbar&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;20px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;-webkit-transition&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;all&lt;/span&gt; &lt;span class="m"&gt;300ms&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;transition&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;all&lt;/span&gt; &lt;span class="m"&gt;300ms&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Set the SCROLLBAR track&lt;/strong&gt;&lt;br&gt;
Here is Code&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="nd"&gt;::-webkit-scrollbar-track&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nl"&gt;background-color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;#EDF2F4&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Set the SCROLLBAR thumb&lt;/strong&gt;&lt;br&gt;
Here is Code&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="nd"&gt;::-webkit-scrollbar-thumb&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nl"&gt;border-radius&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;7px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;background&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;#2B2D42&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;border-left&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;3px&lt;/span&gt; &lt;span class="nb"&gt;solid&lt;/span&gt; &lt;span class="m"&gt;#EDF2F4&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;border-right&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;3px&lt;/span&gt; &lt;span class="nb"&gt;solid&lt;/span&gt; &lt;span class="m"&gt;#EDF2F4&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;Now i am sure you can Create Successfully &lt;b&gt;Am I Right ?&lt;/b&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;br&gt;&lt;br&gt;
Thanks for watching guys also apply a custom scrollbar to your Website I hope you understand everything steps.&lt;br&gt;
Also visit our website &lt;a href="http://mycodemagic.com"&gt;mycodemagic&lt;/a&gt;&lt;/p&gt;

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