📝 (embed) Improve Wix embed instructions
This commit is contained in:
@@ -44,6 +44,10 @@ export const WixBubbleInstructions = () => {
|
|||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
<ListItem>
|
||||||
|
Select "Body - start" under <Code>Place Code in</Code>
|
||||||
|
</ListItem>
|
||||||
|
<ListItem>Click Apply</ListItem>
|
||||||
</OrderedList>
|
</OrderedList>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 "Body - start" under <Code>Place Code in</Code>
|
||||||
|
</ListItem>
|
||||||
|
<ListItem>Click Apply</ListItem>
|
||||||
</OrderedList>
|
</OrderedList>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user