<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Server-Side Integration on N7 Docs</title><link>https://docs.n7.io/aio/integration/</link><description>Recent content in Server-Side Integration on N7 Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.n7.io/aio/integration/index.xml" rel="self" type="application/rss+xml"/><item><title>Integration on Mobile app</title><link>https://docs.n7.io/aio/integration/mobile_app/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.n7.io/aio/integration/mobile_app/</guid><description>&lt;p&gt;This documentation explains which Accept Headers needs to be included for Images in Mobile App. This allows you to optimize images specifically for Nitrogen AIO delivery.&lt;br/&gt;&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;a class="heading-anchor" href="#prerequisites" aria-label="Link to this section"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;You must have a domain configured on Nitrogen&lt;/li&gt;
&lt;li&gt;You must have AIO enabled, please refer &lt;a href="https://docs.n7.io/delivery/settings/url-pattern/" &gt;this article&lt;/a&gt;
.&lt;/li&gt;
&lt;li&gt;Basic understanding of Mobile App Image Properties and Nitrogen AIO.
&lt;br/&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="steps"&gt;Steps&lt;a class="heading-anchor" href="#steps" aria-label="Link to this section"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Add the following mandatory Headers on outgoing image requests. Please modify the values based on the user&amp;rsquo;s mobile device and network configuration:&lt;/p&gt;</description></item><item><title>Integration on Next JS</title><link>https://docs.n7.io/aio/integration/nextjs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.n7.io/aio/integration/nextjs/</guid><description>&lt;p&gt;This documentation explains how to create a custom image loader in Next.js to modify image URLs for the Nitrogen AIO. This allows you to optimize images specifically for Nitrogen AIO delivery.&lt;br/&gt;&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;a class="heading-anchor" href="#prerequisites" aria-label="Link to this section"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;You must have a domain configured on Nitrogen&lt;/li&gt;
&lt;li&gt;You must have AIO enabled, please refer &lt;a href="https://docs.n7.io/delivery/settings/url-pattern/" &gt;this article&lt;/a&gt;
.&lt;/li&gt;
&lt;li&gt;Basic understanding of Next.js and Nitrogen AIO.&lt;/li&gt;
&lt;li&gt;Node.js and npm (or yarn) installed on your development machine.
&lt;br/&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="steps"&gt;Steps&lt;a class="heading-anchor" href="#steps" aria-label="Link to this section"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Install package :&lt;/p&gt;</description></item><item><title>Integration on Shopify</title><link>https://docs.n7.io/aio/integration/shopify/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.n7.io/aio/integration/shopify/</guid><description>&lt;p&gt;This documentation explains how to update Shopify end configuration to proxy image requests to N7 AIO.&lt;br/&gt;&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;a class="heading-anchor" href="#prerequisites" aria-label="Link to this section"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;You should have access to Shopify admin portal (&lt;a href="https://admin.shopify.com/" target="_blank" rel="noreferrer"&gt;admin.shopify.com&lt;/a&gt;
)&lt;/li&gt;
&lt;li&gt;You should have a Nitrogen AIO endpoint available. If you have not received it - check with the Nitrogen POC person in contact with you, OR mail to &lt;a href="mailto:support@n7.io" target="_blank" rel="noreferrer"&gt;support@n7.io&lt;/a&gt;
.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="steps"&gt;Steps&lt;a class="heading-anchor" href="#steps" aria-label="Link to this section"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Creating AIO settings&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;a href="https://admin.shopify.com/" target="_blank" rel="noreferrer"&gt;https://admin.shopify.com/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Go to &lt;code&gt;Sales channels &amp;gt; Online store themes &amp;gt; Themes&lt;/code&gt; menu from left side.&lt;/br&gt;
Edit code for your &lt;em&gt;current theme&lt;/em&gt; by clicking on &lt;code&gt;...&lt;/code&gt; menu and then clicking &lt;code&gt;Edit code&lt;/code&gt; menu.&lt;/br&gt;
&lt;img src="https://docs.n7.io/assets/images/AIO/integration/shopify/1.png" alt="Step" &gt;
&lt;/br&gt;&lt;/li&gt;
&lt;li&gt;Select &lt;code&gt;config&lt;/code&gt; folder and then open &lt;code&gt;settings_schema.json&lt;/code&gt; file.&lt;/br&gt;
Then add our AIO setting from &lt;a href="https://docs.n7.io/aio/integration/aio_setting.json" &gt;this file&lt;/a&gt;
&lt;/br&gt;
&lt;img src="https://docs.n7.io/assets/images/AIO/integration/shopify/2.png" alt="Step" &gt;
&lt;/br&gt;&lt;/li&gt;
&lt;li&gt;Now select &lt;code&gt;Snippets&lt;/code&gt; folder, and copy &lt;a href="https://docs.n7.io/aio/integration/aio.liquid" &gt;aio.liquid&lt;/a&gt;
 and &lt;a href="https://docs.n7.io/aio/integration/aio-image.liquid" &gt;aio-image.liquid&lt;/a&gt;
 files to it.
&lt;img src="https://docs.n7.io/assets/images/AIO/integration/shopify/3.png" alt="Step" &gt;
&lt;/br&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Configuring AIO&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>