2
0

📝 (embed) Improve Wix embed instructions

This commit is contained in:
Baptiste Arnaud
2023-06-20 07:40:14 +02:00
parent 471dedccc8
commit da289a0da7
3 changed files with 10 additions and 2 deletions

View File

@@ -44,6 +44,10 @@ export const WixBubbleInstructions = () => {
/> />
</Stack> </Stack>
</ListItem> </ListItem>
<ListItem>
Select &quot;Body - start&quot; under <Code>Place Code in</Code>
</ListItem>
<ListItem>Click Apply</ListItem>
</OrderedList> </OrderedList>
) )
} }

View File

@@ -12,7 +12,7 @@ export const WixPopupInstructions = () => {
Go to <Code>Settings</Code> in your dashboard on Wix Go to <Code>Settings</Code> in your dashboard on Wix
</ListItem> </ListItem>
<ListItem> <ListItem>
Click on <Code>Custom Code</Code> under <Code>Advanced</Code> Click on <Code>Custom Code</Code> in the <Code>Advanced</Code> section
</ListItem> </ListItem>
<ListItem> <ListItem>
Click <Code>+ Add Custom Code</Code> at the top right. Click <Code>+ Add Custom Code</Code> at the top right.
@@ -28,6 +28,10 @@ export const WixPopupInstructions = () => {
<JavascriptPopupSnippet autoShowDelay={inputValue} /> <JavascriptPopupSnippet autoShowDelay={inputValue} />
</Stack> </Stack>
</ListItem> </ListItem>
<ListItem>
Select &quot;Body - start&quot; under <Code>Place Code in</Code>
</ListItem>
<ListItem>Click Apply</ListItem>
</OrderedList> </OrderedList>
) )
} }

View File

@@ -7,7 +7,7 @@ export const WixStandardInstructions = () => {
<ListItem> <ListItem>
In the Wix Website Editor: In the Wix Website Editor:
<Code> <Code>
Add {'>'} Embed {'>'} Embed a Widget Add {'>'} Embed Code {'>'} Embed HTML
</Code> </Code>
</ListItem> </ListItem>
<ListItem> <ListItem>