bdunogier / ezdisqus

Disqus integration for eZ Publish
http://projects.ez.no/ezdisqus
Other
5 stars 9 forks source link

"Recent comments" widget integration #14

Closed lolautruche closed 12 years ago

lolautruche commented 12 years ago

The widget Recent comments should be integrated as a separated template that could be included from anywhere.

<div id="recentcomments" class="dsq-widget">
    <h2 class="dsq-widget-title">Recent Comments</h2>
    <script type="text/javascript" src="http://<disqus_shortname>.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=32&excerpt_length=200"></script>
</div>
<a href="http://disqus.com/">Powered by Disqus</a>

Following parameters should be configurable :