Voiceflow PartnersVPVoiceflow Partners
Powered by
resonant-amethystR
Voiceflow Partners•3y ago•
6 replies
resonant-amethyst

Web chat embedding problem

Hi

I am trying to implement the web chat embedding into a frame as per the new video from Voiceflow. Whilst I can get the overlay method working I am having problems with getting the frame method working. Here is my code:
<div class="iframe-container">
<iframe id="voiceflow-frame" width="800" height="500" frameborder="0"></iframe>
<div id="blank-state" style="display: flex;"></div>

</div>

<script type="text/javascript">
(function(d, t) {
var v = d.createElement(t), s = d.getElementsByTagName(t)[0];
v.onload = function() {
window.voiceflow.chat.load({
verify: { projectID: '65e070d88c2b8b812acd3a02' },
url: 'https://general-runtime.voiceflow.com',
versionID: 'production',
render: {
mode: 'embedded',
target: document.getElementById('voiceflow-frame'),
},
autostart: true
});
}
v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s);
})(document, 'script');
</script>

Can anyone help me out?

Thanks
steve
Voiceflow Partners banner
Voiceflow PartnersJoin
Exclusive community for Voiceflow Solutions Providers & Content Creators.
13,076Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
jacklyn

# Let your agents search the web 🔎 Hey everyone! We just released the web search tool for the agent step! Your agents can now automatically search the web for information, letting your agent supplement the LLM's knowledge and the data in its knowledge base with live, up-to-date information. Plus.... * You can restrict searches to specific domains, so your agent only searches sites that you own * This is a tool, so you remain in control of when the agent searches the web * Results are automatically summarized in a way that your agent can automatically understand Under the hood, we're using OpenAI's web search API. Give it a try, and let us know what you think! https://docs.voiceflow.com/changelog/native-web-search-tool

jacklyn · 4mo ago

jacklyn

jacklynbiggin's Thread

jacklyn · 4mo ago

hurt-tomato

connor_maclean's Thread

hurt-tomato · 4mo ago

Similar Threads

Web embedding problem!!
wet-aquaWwet-aqua / ❓┃ask-a-question
3y ago
Chat hosting problem
BrakaBBraka / ❓┃ask-a-question
7mo ago
Embedding Help
inadequate-blushIinadequate-blush / ❓┃ask-a-question
2y ago
Event triggers with web chat
PirateKittenPPirateKitten / ❓┃ask-a-question
6mo ago