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.
Embed a Thread to a HTML webpage
deex
New
Greetings, i played some times with the Embed Vanilla Plugin but it isnt exactly that what i would like to use.
Okay here my Setup.
I use Vanilla Version 2.0.18.8
And the vanilla Blog Plugin
Now i really would like to use the News Blog (Thread) as a embed for a static html webpage.
The standard Plugin seem to create a Iframe but only for the whole Forum.
Have someone found a way to include a discussion to a HTML Static Webpage without a iframe?
Sincerly yours
Deex / Germany
0
Comments
I use php to grab the page, this code may be a bit messy but it works
There was an error rendering this rich post.
Hello Tama, i will begin to test it now and give you a reponse thanks for the moment. I'm on it
Our Dev looked about it and said "Nice and dirty direct hack",
With other words, it worked and saved us a lot of time.
Here is a example of the use
Thank you very much for it. I would like to contribute your work with a link in our section of copyright to your page in (Our site still alfa) but will be better for the Future but it would be cool if you have a link to your own page or work
That hack you are doing is completely unsanitised, which mean you are vulnerable to XSS attacks.
You either need to strip all tag or, put the Body through a sanitizer like html lawed, and strip tags from the Name.
grep is your friend.