« Web, HTML, Tech Forum

How to embed a survey and post it to your blog? [SOLVED] [closed]

Posted by hxllxw-eyez

posted
updated

Forum: Web, HTML, Tech

I'm new here so I might be missing the obvious,

but I've seen people post survey's they've done from other websites on their blogs here, and it's more than just simple text, I notice a pattern with it as if people are using templates and I'm just wondering how it's done?

Some examples are here and here.


Please leave a reply if you can help a poor soul out with some information!


Report Topic

1 Reply

Reply by poppyp

posted
updated

Make a Bzoink account (optional), take a survey on there, click "Get the Code" button, and then click the big blue link.

Press open the inspect element console (F12) and search for signup_box in the search bar. Right-click the signup_box node and click the "Edit as HTML" button. Press Ctrl+A to select all of the contents of it, then Ctrl+C to copy it.

Now, go to SpaceHey to make a blog post (this will only work in blogs I'm pretty sure?) Above the area where you can input text is a button that says "WYSIWYG", click this to switch it to HTML, paste what you just copied by pressing Ctrl+V.

Above what you just pasted, put this line of code:

<style>#signup_box{background-color:#dbf3fc;color:#000;}</style>

Then post your blog post and it should work just fine! :D


Report Reply

hxllxw-eyez closed this Forum Topic