<?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: Adding continuous scroll to a knowledge base in Knowledge Base Tool</title>
    <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502374#M640</link>
    <description>&lt;P&gt;Thank you for your post&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/253339"&gt;@XAmbridgeLave&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73772"&gt;@Kevin-C&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;, do you have experience in implementing continuous scroll?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Sep 2021 03:14:39 GMT</pubDate>
    <dc:creator>natsumimori</dc:creator>
    <dc:date>2021-09-29T03:14:39Z</dc:date>
    <item>
      <title>Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/501195#M638</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First time posting. I am trying to design my companies knowledge base, and have found that an infinite scroll style would fit perfectly with our articles and content. However, after a quick google I have not managed to find any information on how to implement this. Would anyone be able to help me in this area?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 14:15:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/501195#M638</guid>
      <dc:creator>XAmbridgeLave</dc:creator>
      <dc:date>2021-09-27T14:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502374#M640</link>
      <description>&lt;P&gt;Thank you for your post&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/253339"&gt;@XAmbridgeLave&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73772"&gt;@Kevin-C&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;, do you have experience in implementing continuous scroll?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 03:14:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502374#M640</guid>
      <dc:creator>natsumimori</dc:creator>
      <dc:date>2021-09-29T03:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502647#M641</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/253339"&gt;@XAmbridgeLave&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try using&amp;nbsp;&lt;A href="https://infinite-scroll.com/" target="_blank" rel="noopener"&gt;https://infinite-scroll.com/&lt;/A&gt;&amp;nbsp; to wrap your knowledge base listing in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the demo you would just replace your article feed with the knowledge base posts&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://infinite-scroll.com/demo/full-page/" target="_blank"&gt;https://infinite-scroll.com/demo/full-page/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;div class="knowledge-base-feed"&amp;gt;
  &amp;lt;!-- .knowledge-post will be added to .knowledge-base-feed --&amp;gt;
  &amp;lt;div class="knowledge-post"&amp;gt;...&amp;lt;/div&amp;gt;
  &amp;lt;div class="knowledge-post"&amp;gt;...&amp;lt;/div&amp;gt;
  ...
&amp;lt;/div&amp;gt;

&amp;lt;!-- status elements --&amp;gt;
&amp;lt;div class="scroller-status"&amp;gt;
  &amp;lt;div class="infinite-scroll-request loader-ellips"&amp;gt;
    ...
  &amp;lt;/div&amp;gt;
  &amp;lt;p class="infinite-scroll-last"&amp;gt;End of content&amp;lt;/p&amp;gt;
  &amp;lt;p class="infinite-scroll-error"&amp;gt;No more pages to load&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;!-- pagination has path --&amp;gt;
&amp;lt;p class="pagination"&amp;gt;
  &amp;lt;a class="pagination__next" href="page2.html"&amp;gt;Next page&amp;lt;/a&amp;gt;
&amp;lt;/p&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 12:34:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502647#M641</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-09-29T12:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502649#M642</link>
      <description>&lt;P&gt;Hey Jon, would this require me having a seperate website? or am I able to implement this to our current KB? From a brief inspection it looks like I can set the infinite scroll to sections of the KB and allow for next page for different catagories. This may be the perfect solution if I can get it to work. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 12:42:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502649#M642</guid>
      <dc:creator>XAmbridgeLave</dc:creator>
      <dc:date>2021-09-29T12:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502877#M643</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/253339"&gt;@XAmbridgeLave&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to build this right into the hubspot template for your current KB. If you want to send over that code i can take a look to see if it's doable.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 17:27:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/502877#M643</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-09-29T17:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/503225#M644</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;, When I edit the template or click 'customize template' I don't see any field for entering or editing code. I am new to Hubspot but have got a fairly solid foundation knowledge, so any resources you could point me to would be great!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 09:42:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/503225#M644</guid>
      <dc:creator>XAmbridgeLave</dc:creator>
      <dc:date>2021-09-30T09:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/503282#M645</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/253339"&gt;@XAmbridgeLave&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;ahh I just realized that we created our own manual KB template different than hubspots KB. Apologies, I don't think there is a way to edit the template at this time. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 11:41:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/503282#M645</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-09-30T11:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/503284#M646</link>
      <description>&lt;P&gt;Oh no, is it worth building my own custom template? If I were to build a custom template, would I be able to link this to our hubspot? Not having continuous scroll is not the end of the world, but it would be a cherry ontop of this little project&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 11:50:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/503284#M646</guid>
      <dc:creator>XAmbridgeLave</dc:creator>
      <dc:date>2021-09-30T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/503286#M647</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/253339"&gt;@XAmbridgeLave&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Probably not worth it, it's easier to manage everything in the KB, less chances of something breaking with the system. Hoping HS will let us customize it more in the future though!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 12:00:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/503286#M647</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-09-30T12:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding continuous scroll to a knowledge base</title>
      <link>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/511059#M663</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;Just wanted to ask if you are able to walk me through your KB template building tool? I think we are willing to put the resources on creating this for ourselves.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 12:54:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Knowledge-Base-Tool/Adding-continuous-scroll-to-a-knowledge-base/m-p/511059#M663</guid>
      <dc:creator>XAmbridgeLave</dc:creator>
      <dc:date>2021-10-15T12:54:39Z</dc:date>
    </item>
  </channel>
</rss>

