Over the coming days and weeks we will be posting some short tutorials on our features and tools here at WPscoop, a few days ago we updated our “Browser Submit Button” to include selectable text from the submitted page. This post will show you how to place a configurable WPscoop Stories widget on your website or Blog.
Image of the stories block and you can see a liv e version on the right sidebar of this blog.

The code for the story block is all configurable here are some of the elements you can change and style yourself.
- edit widgets width
- edit widgets height
- edit text size
- edit which feed categories are displayed
- edit how many stories are displayed
- edit show votes or not show votes
- edit widgets background color
- edit story text color
- edit story link color
- edit the border color
- edit vote background color
- edit vote text color
- edit vote block background color
Basically you can configure the code how you like and style the colours to integrate with your websites design.
This is the code below you can insert into your website for the block to display.
<script type="text/javascript"><!--mce:0--></script><script src="http://wpscoop.com/sites/all/modules/drigg/drigg_box/drigg_box.js" type="text/javascript"><!--mce:1--></script>
If you would like to header and style the block for a wordpress sidebar try copying the code below to your sidebar.php and modifying the DIV Class or ID depending on your theme along with the H header tag.
<div class="yoursideblockclasshere"> <h2>WPscoop Published Stories</h2> <ul> <script type="text/javascript"><!--mce:2--></script><script src="http://wpscoop.com/sites/all/modules/drigg/drigg_box/drigg_box.js" type="text/javascript"><!--mce:3--></script></ul> </div>
I will be working on hopefully turning this feature into a configurable wordpress plugin over the coming weeks, the current code can however be inserted into any web blog or cms including wordpress. Any bugs or configuration, placement questions please leave a comment.
Tags: tools, tutorial, widget, wpscoop
