Add embeddable posts
authorEgor Kislitsyn <egor@kislitsyn.com>
Fri, 20 Mar 2020 17:19:34 +0000 (21:19 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Fri, 20 Mar 2020 17:46:26 +0000 (21:46 +0400)
commitcb8236cda62cddb72f4320af6347defae44b81ca
tree0e95535be69e8262c9ad3017a103083104330249
parentd74405fc1a27bb3d13f4ead2bc2369f23827a781
Add embeddable posts
lib/pleroma/web/embed_controller.ex [new file with mode: 0644]
lib/pleroma/web/endpoint.ex
lib/pleroma/web/router.ex
lib/pleroma/web/templates/embed/_attachment.html.eex [new file with mode: 0644]
lib/pleroma/web/templates/embed/show.html.eex [new file with mode: 0644]
lib/pleroma/web/templates/layout/embed.html.eex [new file with mode: 0644]
lib/pleroma/web/views/embed_view.ex [new file with mode: 0644]
priv/static/embed.css [new file with mode: 0644]
priv/static/embed.js [new file with mode: 0644]