roschaefer / rundfunk-mitbestimmen

How should your broadcasting fees be spent? Publish your support and improve the program.
https://rundfunk-mitbestimmen.de/
MIT License
39 stars 30 forks source link

Click before opening twitter feed #796

Closed roschaefer closed 6 years ago

roschaefer commented 6 years ago

A possible solution is to create an ember component like this:

{{#consent-click message='Show me content of twitter'}}
   ... twitter stuff goes here
{{/consent}}

The template block should only get rendered when the user confirms it by clicking on it. No HTTP request should be made before.

Related: Shariff.

roschaefer commented 6 years ago

closed via #https://github.com/roschaefer/rundfunk-mitbestimmen/pull/798