There are no limits on the number of users that can be added to the social stream for each social network. To add multiple profiles include the relevant social network IDs as a comma-separated list.
$(document).ready(function($){ $('#social-stream').dcSocialStream({ feeds: { twitter: { id: 'designchemical,wordpress,jquery' } } });
<div id="social-stream"></div>
The social stream is inserted into the "social-stream" div tag when the page loads.