Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Intercom to Axelar Docs #1197

Open
jakekaneaxl opened this issue Oct 8, 2024 · 0 comments
Open

Add Intercom to Axelar Docs #1197

jakekaneaxl opened this issue Oct 8, 2024 · 0 comments

Comments

@jakekaneaxl
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

yes we arent collecting any leads from the docs

Describe the solution you'd like
A clear and concise description of what you want to happen.
heres the implementation code:

<script> window.intercomSettings = { api_base: "https://api-iam.intercom.io/", app_id: "rxsoqwkv", }; </script> <script> (function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/rxsoqwkv';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})(); </script>

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
we looked into doing typeform
Additional context
Add any other context or screenshots about the feature request here.
if you have questions on integration you can reach out to Eli/Charlie/Stephen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant