Images polls

How to insert images on poll function for “what do you rather” game I tried insert but it are not showing when I create the post.

I try this way

[poll type=regular results=always public=true chartType=bar]
* Um presente misterioso
[image here]
* Ou uma badwords bem words?
[image here]
[/poll]

Hi,

You can use HTML or markdown of uploaded image in the option field (or in the composer):

image


For example:

[poll type=regular results=always public=true chartType=bar]
* option 1 <img src="upload://tpbXHFLPCTLWjyGvtyekmXQN49A.jpeg">
* option 2 ![image|597x381](upload://rOaxVyS5sWIC9y3QSUiywN8xu96.png)
[/poll]

Will result to this poll:

  • option 1
  • option 2 image
0 voters
1 Like

FWIW I find it much easier to insert the basic poll first and then upload the images into the post and cut&paste them into the right place in the composer.

4 Likes

It is enough to me for now!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.