Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Embedding not working
erick3000
New
Hi,
i am trying to have 2.3 embedding working on wordpress (was working on 2.2)
i am getting this error:
JQMIGRATE: Migrate is installed, version 1.4.1
https://sdalinux.com/forum/?p=/&remote=https://sdalinux.com/&locale= Failed to load resource: the server responded with a status of 404 (Not Found)
jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1
https://sdalinux.com/forum/?p=/&remote=https://sdalinux.com/&locale= Failed to load resource: the server responded with a status of 404 (Not Found)
Settings: https://i.imgur.com/Qt4wm1N.png
wordpress vanilla plugin: https://i.imgur.com/Qt4wm1N.png
wordpress page: https://i.imgur.com/ivmmT6H.png
any help appreciated
thanks
0
Comments
looks like you are not using pretty urls in your forum. Can you post a link to where you installed the forum ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Hi,
Here: https://sdalinux.com/forum/
thanks for your help
How are you embedding the forum ? Using the plugin or the embed forum script ?
You can try to embed the forum like this in a page on WP
<iframe src="https://sdalinux.com/forum/" width="100%"></iframe>
Try that and see if that also cause an issue.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Yes, i am embedding it with the plugin using
<script type="text/javascript" src="https://sdalinux.com/forum/js/embed.js"></script>
while the iframe works it has scrolling and looks awful https://i.imgur.com/yAgzH3W.png
Yes, well you need to remember that embedding something in WP will be affected by the WP scripts and theme you have going. It is a tricky thing to do.
I recommend for you to not embed the forum and style it like your WP site so it looks seamless. Otherwise the forum users will suffer from these issues.
Remember that the embedded forum IS the forum but in a clone form and is subject to problems that have nothing to do with Vanilla software. JQuery problems will be the biggest issue.
I just built a website using WP and ran into the same issue but not even with Vanilla. It was something else all together but got the same error message. I ended up removing some jquery scripts to make it work.
There may be incompatible jQuery in some plugins you are using for Vanilla or viceversa.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
cool thanks for trying. Appreciated!