HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Integration in Facebook
RobertoStrife
New
in Feedback
Hey guys,
I'm trying to integrate my forum (http://toneelgroepantwerpen.be/forum) into my facebook-page (https://www.facebook.com/ToneelgroepAntwerpen), it's not really working yet though!
I followed every direction here: http://vanillaforums.com/blog/help/embedding-a-vanilla-forum-on-a-facebook-page/
But to no avail! The static page still comes out as blank! What do I do?
Thanks so much in advance!
0
Comments
Ok , this all depends on what html app you chose to use.
★ Thunderpenny Static HTML works for me
Sometimes if your content is not from https Facebook messes with it and it does not display correctly. Also since the html app is an iframe not all browsers support it.
Use the iframe for the forum instead of the js . to embed
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
it should look like this when you embed in a facebook page
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Hey thanks for your reactions, how do I generate the Iframe, or should I write it myself?
You can embed the js somewhere and then inspect the source code to pick out the iframe for vanilla..
try embedding here http://www.practiceboard.com then look at the source code and extract the iframe code.
or you can use an extractor
http://www.webtoolhub.com/tn561363-javascript-extractor.aspx
just paste the url of the vanilla embed js file src .
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks, worked!