List of Sites Preventing DiggBar with a Framebuster
As an active Digg user, I’ve been paying attention to the discussion around the new DiggBar and it’s pros and cons (see the bottom of this post for articles of reference). I find that DiggBar makes voting on Digg submissions more convenient, but I certainly understand some of the arguments against it.
Since I’ve been using the DiggBar regularly for the past week or so, when a site is using Framebuster or Frame Killer code to disable it, it sometimes can throw me off (particularly if I closed the browser window with the original Digg submission).
A List of Sites Preventing DiggBar with a Framebuster
Here’s a list of sites I’ve compiled that use framebuster code of some sort. I am sure the list is far from complete so if your site uses this type of code as well, feel free to contact me via comment or Twitter and I’ll add your domain to the list.
- Aleptu
- Best Free Templates
- Bloggasm
- Blogging Tips
- Blue Living Ideas
- Digital Journal
- Engadget
- Euphoria Magazine
- Highest Five
- Inhabitat
- Kansas State University
- Mighty Optical Illusions
- National Public Radio
- The NY Times
- Quality Health
- Sigma Infotech
- Spike
- ToMuse
- Vimeo
- World Big Cities
Here’s Wikipedia’s entry on how to apply framebuster code to your site:
The typical source code for a framekiller script is:
<script type=”text/javascript”>if (top !== self) top.location.href = self.location.href;</script>
A variation that lets the user know why they are being redirected with the use of a pop-up alert is:
<script type=”text/javascript”>
if (top !== self) {
alert(‘The URL ‘+self.location.href+’ cannot be viewed inside a frame. You will be redirected.’);
top.location.href = self.location.href;
}
</script>
Additional resources regarding Framebuster Code
- Webmaster World Discussion (from October 2000)
- Frame Buster Plugin For WordPress (I have not used this so I cannot attest to it’s effectiveness)
Various discussions related to DiggBar
- Post from Digg: How I Learned to Stop Worrying and Love the DiggBar
- Are the DiggBar and URL shorteners bad for the web?
- The Truth About Digg’s DiggBar
- 3 Reasons Why Breaking The DiggBar Can Actually Increase Traffic To Your Website
- DiggBar Pages and Google
- DiggBar Use Or Abuse
Thanks for reading my blog, you may want to subscribe to the RSS feed, or follow on Twitter for future updates and information as well!
Derek,
I’m curious as to why you use the DiggBar instead of a browser based social media toolbar, like the Social Media For Firefox add-on, that contains other popular social media sites in addition to Digg.
Hi Kevin – thanks for your comment. I did not mean to indicate I don’t use other toolbars in addition to DiggBar. I do like the Social Media for Firefox add-on very much.
It is worth pointing out that DiggBar does not supplement other tools for social media and apologies for the confusion if that was inferred.
I did a post a while back on the breakdown of the Diggbar code.
http://www.aodmarketing.com/social-media/the-digg-toolbar-exposed-whats-in-the-code/
It details their quantcast tags and what they are trying to accomplish with all these different tracking tools etc. Enjoy!
Thanks for your list of sites up above.