EwtNet Fancy Latest News Widget for Websites

While our developers bury their head in new plugin and theme development, we got something for you: A simple fancy widget to showcase latest news updates from EwtNet.com on your website.

This widget is useful to display relevant information and tutorials from EwtNet.COM on your website or blogs to keep your visitors engaged.
There are three themes to choose from. Simply copy the code under each theme and paste in where you want the widget to appear. Further below is a documentation on how to tweak the look and feel.

Green Theme

This code is for the green theme. Copy the code below to anywhere you want it to render.

 

Blue Theme

This code is for the blue theme. Copy the code below to anywhere you want it to render.

 

Pink Theme

This code is for the pink theme. Copy the code below to anywhere you want it to render.

Customization

The color used in this part is the pink theme.

Resize widget width

Increase or decrease the width of this widget by changing 300px to your preferred size.  E.g: 250px, 100%, etc
.nt_widget_wrap{width:300px;word-wrap:break-word}

 

Change base color

Create your own theme by modifying this color codes. Use the color code generator to generate color codes if you are unsure of which color to use.

.nt_widget_cap{background:#FE0090;}

 

.rss-item a:hover{color:#FE0090}

 

.nt_widget_wrap ::-webkit-scrollbar-thumb{background:#FE0090}

Increase or decrease number of posts in the widget box

Increase or decrease the number of post you want to have in the widget box by modifying the num value which by default is set to 10.
<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.ewtnet.com%2Ffeeds%2Fposts%2Fdefault&num=10&utf=y"  charset="UTF-8" type="text/javascript"></script>