<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Video Galleries]]></title><description><![CDATA[<p dir="auto">Hello all,</p>
<p dir="auto">I'm trying to find the best way to create a gallery of videos for our homepage.</p>
<p dir="auto">I'm having two issues:</p>
<ol>
<li>
<p dir="auto">I can't find an easy way to play a video from a gallery object. I found that if I set it to external link, I have to manually change the YouTube link to add /embed/ in the url for it to work, to avoid CORS issues.</p>
</li>
<li>
<p dir="auto">I would prefer this to be dynamic - so from the CloudBackend or YouTube playlist, it automatically fetches thumbnails, Titles, etc. and renders the gallery objects with the links already set. Keeping this a manual process is not desirable.</p>
</li>
</ol>
<p dir="auto">Anyone have any good ideas for how to accomplish this?</p>
<p dir="auto">I can easily manage the CloudBackend part, I'm just not sure how to populate the visual elements automatically using the API data, and staying within PageBuilder.</p>
<p dir="auto">Thanks in advance.</p>
]]></description><link>https://community.appdrag.com/topic/465/video-galleries</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 20:23:30 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/465.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Nov 2020 12:12:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Video Galleries on Thu, 05 Nov 2020 11:56:20 GMT]]></title><description><![CDATA[<p dir="auto">Brilliant !</p>
<p dir="auto">I'll give this a try.</p>
]]></description><link>https://community.appdrag.com/post/1771</link><guid isPermaLink="true">https://community.appdrag.com/post/1771</guid><dc:creator><![CDATA[Daniel Mulroy]]></dc:creator><pubDate>Thu, 05 Nov 2020 11:56:20 GMT</pubDate></item><item><title><![CDATA[Reply to Video Galleries on Wed, 04 Nov 2020 15:17:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/9">@Daniel-Mulroy</a> said in <a href="/post/1759">Video Galleries</a>:</p>
<blockquote>
<p dir="auto">I would prefer this to be dynamic - so from the CloudBackend or YouTube playlist, it automatically fetches thumbnails, Titles, etc. and renders the gallery objects with the links already set. Keeping this a manual process is not desirable.</p>
</blockquote>
<p dir="auto">Hey Daniel,</p>
<p dir="auto">in this tutorial we show how to generate a gallery with data coming from cloud backend database<br />
<a href="https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-5.html" rel="nofollow ugc">https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-5.html</a></p>
<p dir="auto"><img src="/assets/uploads/files/1604502803712-9a2129a1-dea4-4167-aae6-81d4e9e8c36a-image.png" alt="9a2129a1-dea4-4167-aae6-81d4e9e8c36a-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">It's based on the factory pattern, we call the api in JS to get the rows from the DB and we do a FOR loop on each row, and for each row we generate a gallery item and add it</p>
<p dir="auto">In that loop you could also do a simple replace in the youtube url to shape it like you need (/embed/) <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto">OR a total different way ... with dynamic datasources (repeating a column containing an iframe ...)</p>
]]></description><link>https://community.appdrag.com/post/1760</link><guid isPermaLink="true">https://community.appdrag.com/post/1760</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Wed, 04 Nov 2020 15:17:34 GMT</pubDate></item></channel></rss>