<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I select the social media icons I want to include and connect them to my accounts in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/502281#M25327</link>
    <description>&lt;P&gt;Of course... I currently have almost 800 dynamic &lt;A href="https://themusicinsight.com/" target="_blank" rel="noopener"&gt;page&lt;/A&gt;s. Now I'm building out the structure of where each column/specifications goes.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2021 21:27:36 GMT</pubDate>
    <dc:creator>TKeis</dc:creator>
    <dc:date>2021-10-05T21:27:36Z</dc:date>
    <item>
      <title>How do I select the social media icons I want to include and connect them to my accounts</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/212186#M8982</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Can anyone help me figure out how to connect my social media profiles to the footer of this landing page layout? I also only want to include specific profiles. How do I add or de-select the ones that have pre-populated&amp;nbsp;this template?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://newrockstars-5021577.hs-sites.com/get-paid-to-listen-to-music?__hstc=20629287.a47564fc074fa129fa99d4143fdb38e5.1539460623432.1539789506071.1539798014310.24&amp;amp;__hssc=20629287.6.1539798014310&amp;amp;__hsfp=1524023186" target="_blank" rel="nofollow noopener noreferrer"&gt;http://newrockstars-5021577.hs-sites.com/get-paid-to-listen-to-music&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to edit the page, it only allows me to edit the Social Media header (Get Connected) and not the actual profiles. I should warn that I don't have any CSS or HTML&amp;nbsp;skills to pull this off so hopefully none are required for&amp;nbsp;something that I have always managed to pull off with one-click.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for the great help!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 18:12:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/212186#M8982</guid>
      <dc:creator>newrockstars</dc:creator>
      <dc:date>2018-10-17T18:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select the social media icons I want to include and connect them to my accounts</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/212215#M8990</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73326"&gt;@newrockstars&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From looking at the code, it looks like this is a custom module in the template. You would most likely have to go into your Design Manager and then check the footer area for a module that would have a UL with a class of social-links like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;ul class="social-links"&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;&amp;lt;i class="fa fa-facebook" aria-hidden="true"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;&amp;lt;i class="fa fa-twitter" aria-hidden="true"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;&amp;lt;i class="fa fa-google-plus" aria-hidden="true"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;&amp;lt;i class="fa fa-pinterest" aria-hidden="true"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;&amp;lt;i class="fa fa-linkedin" aria-hidden="true"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;&lt;/PRE&gt;&lt;P&gt;You would then add your social media URLs inbetween the "" on the href&amp;nbsp;portion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps point you in the right direction or if you have any further additional questions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-AJ&lt;/P&gt;&lt;P&gt;-----------------------&lt;BR /&gt;AJ LaPorte&lt;BR /&gt;&lt;A href="http://www.wsol.com" target="_blank"&gt;www.wsol.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 19:59:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/212215#M8990</guid>
      <dc:creator>AJLaPorte_diagr</dc:creator>
      <dc:date>2018-10-17T19:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select the social media icons I want to include and connect them to my accounts</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/212440#M9039</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Just&amp;nbsp;wanted to update this email to let you know that your suggestions worked. Was able to sort out all the issues. Thanks so much, AJ!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 22:29:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/212440#M9039</guid>
      <dc:creator>newrockstars</dc:creator>
      <dc:date>2018-10-19T22:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select the social media icons I want to include and connect them to my accounts</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/212613#M9075</link>
      <description>&lt;P&gt;Hi AJ!&lt;/P&gt;&lt;P&gt;Thanks so much for your help. I sorted out the other issues and was able to select and connect my profiles as you suggested. Yay!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again, AJ!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 22:27:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/212613#M9075</guid>
      <dc:creator>newrockstars</dc:creator>
      <dc:date>2018-10-19T22:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select the social media icons I want to include and connect them to my accounts</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/502281#M25327</link>
      <description>&lt;P&gt;Of course... I currently have almost 800 dynamic &lt;A href="https://themusicinsight.com/" target="_blank" rel="noopener"&gt;page&lt;/A&gt;s. Now I'm building out the structure of where each column/specifications goes.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 21:27:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-do-I-select-the-social-media-icons-I-want-to-include-and/m-p/502281#M25327</guid>
      <dc:creator>TKeis</dc:creator>
      <dc:date>2021-10-05T21:27:36Z</dc:date>
    </item>
  </channel>
</rss>

