diff --git a/app/views/layouts/application-ng.html.erb b/app/views/layouts/application-ng.html.erb
index 44666c0..2bad06a 100644
--- a/app/views/layouts/application-ng.html.erb
+++ b/app/views/layouts/application-ng.html.erb
@@ -83,5 +83,10 @@
<%= noosfero_layout_features %>
<%= theme_javascript_ng %>
<%= addthis_javascript %>
+ <%=
+ @plugins.dispatch(:body_ending).map do |content|
+ if content.respond_to?(:call) then instance_exec(&content).html_safe else content.html_safe end
+ end.join("\n")
+ %>