<?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[Integration on a HTML code in an &quot;HTML source code embedded&quot; element.]]></title><description><![CDATA[<p dir="auto">Hi ! I have tried to integrate the following HTML code in my appdrag website through copy/paste in an HTML source code embedded element but it doesnt' work. What am I doing wrong ?</p>
<p dir="auto">&lt;!-- bookingWidget requires jQuery and jQueryUI --&gt;<br />
&lt;!-- Include the following line ONCE ONLY on the page, preferably in the document head --&gt;<br />
&lt;script src='<a href="https://media.xmlcal.com/widget/1.00/js/bookWidget.min.js" rel="nofollow ugc">https://media.xmlcal.com/widget/1.00/js/bookWidget.min.js</a>'&gt;&lt;/script&gt;</p>
<p dir="auto">&lt;!-- Place this div on your page where you want the widget to show --&gt;<br />
&lt;div id='bookWidget-62596-111720-0-1589445879'&gt; &lt;/div&gt;</p>
<p dir="auto">&lt;!-- The following will initialize the widget in the above div --&gt;<br />
&lt;script&gt;<br />
jQuery(document).ready(function() {<br />
jQuery('#bookWidget-62596-111720-0-1589445879').bookWidget({<br />
propid:111720,<br />
formAction:'<a href="https://www.beds24.com/booking.php" rel="nofollow ugc">https://www.beds24.com/booking.php</a>',<br />
widgetLang:'en',<br />
widgetType:'BookingBox'<br />
});<br />
});<br />
&lt;/script&gt;</p>
]]></description><link>https://community.appdrag.com/topic/47/integration-on-a-html-code-in-an-html-source-code-embedded-element</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 02:24:44 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/47.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 May 2020 08:53:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Integration on a HTML code in an &quot;HTML source code embedded&quot; element. on Thu, 14 May 2020 11:13:58 GMT]]></title><description><![CDATA[<p dir="auto">I've just searched on google: jQuery CDN<br />
<a href="https://www.google.com/search?q=jquery+cdn" rel="nofollow ugc">https://www.google.com/search?q=jquery+cdn</a></p>
<p dir="auto">and it was in the first 2 results <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
]]></description><link>https://community.appdrag.com/post/126</link><guid isPermaLink="true">https://community.appdrag.com/post/126</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Thu, 14 May 2020 11:13:58 GMT</pubDate></item><item><title><![CDATA[Reply to Integration on a HTML code in an &quot;HTML source code embedded&quot; element. on Thu, 14 May 2020 11:09:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a> where is the jquery code part that you have inserted coming from ? Where can I find it ?</p>
]]></description><link>https://community.appdrag.com/post/123</link><guid isPermaLink="true">https://community.appdrag.com/post/123</guid><dc:creator><![CDATA[barbara elster]]></dc:creator><pubDate>Thu, 14 May 2020 11:09:58 GMT</pubDate></item><item><title><![CDATA[Reply to Integration on a HTML code in an &quot;HTML source code embedded&quot; element. on Thu, 14 May 2020 11:00:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a> Thanks a lot ! It's working <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>
]]></description><link>https://community.appdrag.com/post/122</link><guid isPermaLink="true">https://community.appdrag.com/post/122</guid><dc:creator><![CDATA[barbara elster]]></dc:creator><pubDate>Thu, 14 May 2020 11:00:35 GMT</pubDate></item><item><title><![CDATA[Reply to Integration on a HTML code in an &quot;HTML source code embedded&quot; element. on Thu, 14 May 2020 10:56:35 GMT]]></title><description><![CDATA[<p dir="auto">You need only 1 HTML block, please check this GIF</p>
<p dir="auto"><img src="https://media.giphy.com/media/l4XiNGqNDhV0vdSXUW/source.gif" alt="alt text" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/post/120</link><guid isPermaLink="true">https://community.appdrag.com/post/120</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Thu, 14 May 2020 10:56:35 GMT</pubDate></item><item><title><![CDATA[Reply to Integration on a HTML code in an &quot;HTML source code embedded&quot; element. on Thu, 14 May 2020 10:30:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a> Thank you. I have tried to make what (I have understand from what) you are telling but without success.<br />
I understand that I need more than an HTML block. But do I need only two ? (jquery and html) ? What about the "div id" part ? is it part of the html block ?<br />
What about the "text part" that indicate in "comprehensive language" <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /> (for example : ! -- Place this div on your page where you want the widget to show) Do I need to copy them or are they not part of the code ?<br />
Thank you so much in advance for your patience !</p>
]]></description><link>https://community.appdrag.com/post/119</link><guid isPermaLink="true">https://community.appdrag.com/post/119</guid><dc:creator><![CDATA[barbara elster]]></dc:creator><pubDate>Thu, 14 May 2020 10:30:27 GMT</pubDate></item><item><title><![CDATA[Reply to Integration on a HTML code in an &quot;HTML source code embedded&quot; element. on Thu, 14 May 2020 10:06:39 GMT]]></title><description><![CDATA[<p dir="auto">Hey Barbara</p>
<p dir="auto">if you check in the Chrome console you'll notice this error:</p>
<pre><code>Uncaught ReferenceError: jQuery is not defined
</code></pre>
<p dir="auto">this is because your code is trying to use jQuery ... but you are not importing jquery on the page!<br />
as explained by your third part: &lt;!-- bookingWidget requires jQuery and jQueryUI --&gt;</p>
<p dir="auto">so to fix it, you must import jquery FIRST!</p>
<pre><code>&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"&gt;&lt;/script&gt;
</code></pre>
<p dir="auto">So the final code that you should place in the block of HTML source code will look like this:</p>
<pre><code>&lt;!-- bookingWidget requires jQuery and jQueryUI --&gt;
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"&gt;&lt;/script&gt;

&lt;!-- Include the following line ONCE ONLY on the page, preferably in the document head --&gt;
&lt;script src='https://media.xmlcal.com/widget/1.00/js/bookWidget.min.js'&gt;&lt;/script&gt;

&lt;!-- Place this div on your page where you want the widget to show --&gt;
&lt;div id='bookWidget-62596-111720-0-1589445879'&gt; &lt;/div&gt;

&lt;!-- The following will initialize the widget in the above div --&gt;
&lt;script&gt;
jQuery(document).ready(function() {
jQuery('#bookWidget-62596-111720-0-1589445879').bookWidget({
propid:111720,
formAction:'https://www.beds24.com/booking.php',
widgetLang:'en',
widgetType:'BookingBox'
});
});
&lt;/script&gt;
</code></pre>
]]></description><link>https://community.appdrag.com/post/117</link><guid isPermaLink="true">https://community.appdrag.com/post/117</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Thu, 14 May 2020 10:06:39 GMT</pubDate></item></channel></rss>