2 years, 11 months ago
Can Widgets embed in Answers?
Interesting.. when I enable WYSIWYG the wideget appears..
http://www.flickr.com/photos/33749589@N07/3635275504/
But when I publish no widget appears. Can we use widgets in Answers? Could we use them in answers if we didn't abuse them?
Kimberley VlaminckEmbed this widget See full results for Kimberley Vlaminck
http://www.flickr.com/photos/33749589@N07/3635275504/
But when I publish no widget appears. Can we use widgets in Answers? Could we use them in answers if we didn't abuse them?
Kimberley VlaminckEmbed this widget See full results for Kimberley Vlaminck
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$2 Answers
You can't and here is why:
* You can paste the code in the WYSIYSG editor
* But when you submit your answer almost all HTML is filtered out.
* This is because embedding unfiltered user submitted html and javascript is security threat.
What you could do is something like this
{{Kimberley Vlaminck}} will show up as the Kimberley Vlaminck widget
just like putting double brackets around a name
You will probably have to use a regular expression. Something like preg_replace() will do the trick in PHP
* You can paste the code in the WYSIYSG editor
* But when you submit your answer almost all HTML is filtered out.
* This is because embedding unfiltered user submitted html and javascript is security threat.
What you could do is something like this
{{Kimberley Vlaminck}} will show up as the Kimberley Vlaminck widget
just like putting double brackets around a name
You will probably have to use a regular expression. Something like preg_replace() will do the trick in PHP
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse
