Add Naked Security headlines to your own website

Filed Under: Uncategorized

Naked SecurityA number of people have asked us how they can add Naked Security's latest news headlines to their own website.

We've tried to make it easy for you by using Feedburner.

Simply add this line of code to the appropriate section of your website:

<script src="http://feeds.feedburner.com/nakedsecurity?format=sigpro" type="text/javascript" ></script>

And that's it! Hopefully you should now be able to see our latest headlines. If you have any difficulties and aren't experienced with editing websites then this may not be for you. Sorry, but we aren't able to offer any technical support on this.

If, however, you want to make changes to the way the feed looks you can customise the appearance by using CSS. Tips on how to do this are given by Feedburner here and here.

Naked Security headlines on a third-party website

Here, for instance, are the CSS changes I made to get the code to look the way I wanted it on my personal website:

/* Feedburner customisation */

/* Don't show the Feedburner logo */
#creditfooter
{
display: none;
}


/* Remove bullets */
div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

/* Make the headlines stand out more */
div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:12px 0 0 0;
}

/* Put it all in a box to stand out on the page */
div.feedburnerFeedBlock {
border:2px solid #ddd;
background-color:#ffe;
padding:12px;
}

If none of this makes any sense to you, then sorry! You can still sign up for our RSS feed at feeds.feedburner.com/NakedSecurity to get the latest headlines or follow our team on Twitter.

, , , ,

One Response to Add Naked Security headlines to your own website

  1. Adam says:

    Great idea! I'm sure people are going to love this.
    thanks again!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <pre> <q cite=""> <strike> <strong>

About the author

Graham Cluley has worked in the computer security industry for more than 20 years, developing anti-virus software and doing quite a lot of talking about internet threats. He's won awards for his blogging, but is proudest of the text adventure games he wrote when he was still wearing short trousers. You can learn more about those (the games, not the trousers) at grahamcluley.com. Send Graham an email, subscribe to his updates on Facebook, follow him on Twitter and App.net, and circle him on Google Plus for regular updates.