new Embed stuff in your pages: customize
Add to Technorati Favorites
Showing posts with label customize. Show all posts
Showing posts with label customize. Show all posts

Thursday, April 5, 2007

Embed Amazon wishlist widget on your site

The guys at ProgrammableWeb mention the Amazon wishlist widget. If you wish to personalize your page and add your book preferences, this one may help you.

Although the original page gives you the option of embedding the widget only in Google pages, you can extract the script and embed it in sites other than Google.

Here's how the embedded widget looks like:



And here's the source code:

<script src="http://gmodules.com/ig/ifr?url=http://www.mashupslive.com/wishlist_gadget/wishlist_gadget.xml&up_state=&up_wishlist=BUWBWH9K2H77&up_alow_search=1&synd=open&w=320&h=340&title=Amazon+Wishlist+Gadget&nocache=1&border=%23ffffff%7C0px%2C1px+solid+%2382CAFA%7C0px%2C2px+solid+%23BDEDFF%7C0px%2C3px+solid+%23E0FFFF&output=js"></script>

Tuesday, April 3, 2007

Hacking Blogger widgets - embedding Newsreel outside Blogger

Google provides some nice widgets in Blogger. They have to, since typepad and other blogging platforms are far more rich in widgets than Blogger :-). However, widgets provided inside Blogger are not available to other platforms, like WordPress or any other custom pages.

That's why I did a little hacking and extract the essentials needed to embed widgets like Newsreel in pages/sites built on top of something else than Blogger.

This is actually a technique that could be easily applied to other Blogger widgets as well.

I wrote the code for an HTML page that can work standalone. Simply take the following code and paste it inside a new file, save that file and open it in your browser. You'll get the Blogger Newsreel widget embedded in a page other than the one served by Blogger.

Of course, as any other hack, this might not work if Google decides to change something. So do use it at your own risk.

<html>
<head>
<style>
.my-own-widget {
width:150px;
border:1px solid green;
font: 10px Arial;
padding: 4px;
}
</style>
</head>
<body>
<script type="text/javascript" src="http://www2.blogger.com/widgets/3087377642-widgets.js"></script>
<script type='text/javascript'>
_WidgetManager._Init('http://www2.blogger.com/rearrange?blogID=4512778208317229786', 'http://embeddable.blogspot.com/index.html','4512778208317229786');
_WidgetManager._RegisterWidget('_NewsBarView', new _WidgetInfo('NewsBar1', 'sidebar',{'main': {'varName': '', 'template': '\u003cb:if cond\u003d\'data:title !\u003d \"\"\'\> \u003ch2 class\u003d\'title\'\>\u003cdata:title\>\u003c/data:title\>\u003c/h2\> \u003c/b:if\> \u003cdiv class\u003d\'widget-content\'\> \u003cdiv expr:id\u003d\'data:widget.instanceId + \"_bar\"\'\> \u003cspan class\u003d\'newsBar-status\'\>Loading...\u003c/span\> \u003c/div\> \u003c/div\> \u003cb:include name\u003d\'quickedit\'\>\u003c/b:include\>'}}, document.getElementById('NewsBar1'), {'title': '', 'format': 'VERTICAL', 'expression': 'embed stuff on your blog', 'linkNewWindow': false, 'key': 'ABQIAAAAVBJEtyJuLxgUs8KlzeA1lRRexG7zW5nSjltmIc1ZE-b8yotBWhQCAqymr8sfNdtXcWxm9PMHAFF7rw'}, 'displayModeFull'));
</script>

<div class='my-own-widget' id='NewsBar1'>
<div class='widget-content'>
<div id='NewsBar1_bar'>
<span class='newsBar-status'>Loading...</span>
</div>
</div>
</div>
</body>
</html>


Update: a test page has been uploaded at http://blog.tremend.ro/wp-content/uploads/2007/02/upload/test-newsreel.htm

Update2: to modify the news you wish to see inside your widget, use the script below. In the line var expression = "blog";, just replace the "blog" with anything you wish from news.google.com

var expression = "blog";
_WidgetManager._Init('http://www2.blogger.com/rearrange?blogID=4512778208317229786', 'http://embeddable.blogspot.com/index.html','4512778208317229786');
_WidgetManager._RegisterWidget('_NewsBarView', new _WidgetInfo('NewsBar1', 'sidebar',{'main':
{'varName': '', 'template': '\u003cb:if cond\u003d\'data:title !\u003d \"\"\'\> \u003ch2 class\u003d\'title\'\>\u003cdata:title\>\u003c/data:title\>\u003c/h2\> \u003c/b:if\> \u003cdiv class\u003d\'widget-content\'\> \u003cdiv expr:id\u003d\'data:widget.instanceId + \"_bar\"\'\> \u003cspan class\u003d\'newsBar-status\'\>Loading...\u003c/span\> \u003c/div\> \u003c/div\> \u003cb:include name\u003d\'quickedit\'\>\u003c/b:include\>'}},
document.getElementById('NewsBar1'), {'title': '', 'format': 'VERTICAL', 'expression': expression, 'linkNewWindow': false, 'key': 'ABQIAAAAVBJEtyJuLxgUs8KlzeA1lRRexG7zW5nSjltmIc1ZE-b8yotBWhQCAqymr8sfNdtXcWxm9PMHAFF7rw'}, 'displayModeFull'));

Monday, April 2, 2007

Customize your blog - remove the blogger toolbar

You don't like the blogger toolbar and don't know how to get rid of it? Here's a small script I wrote that helps you do that:

<script>$_$=function() {var $a = document.getElementById("navbar");if($a){$a.style.width = "0px";$a.style.height = "0px";$a.style.display = "none";}window.setTimeout("$_$()", 100);};$_$();</script>


Just embed this small javascript inside your blogger template. A good place would be right after the <head> tag.

Here's a blog that uses this script: http://rotite.blogspot.com/. Enjoy!

Embedding page previews with Snap Preview Anywhere

Snap Preview Anywhere is being used by at least half of the bloggers around the world. To embed it into your blog, go to http://www.snap.com/about/spa.php and follow their wizard.

The final result of the wizard will be a script you'll have to include inside your blog template, or inside the HTML for your page.

Here's how the code looks like:

<script defer="defer" id="snap_preview_anywhere" type="text/javascript" src="http://spa.snap.com/snap_preview_anywhere.js?ap=1&key=3d7b4f2996e258835e948028489c0f23&sb=1&th=green&cl=1&si=0&oi=0&lang=en-us&domain=embeddable.blogspot.com&platform=blogger"></script>


The preview ... just move the mouse over any external link and you will get to see it.

Friday, March 30, 2007

Decorate your google ads with AdSense Decorator

AdSense Decorator is a cute product allowing customization of Google ads on your website. It's probably a bit too heavy for what it does since nowadays we see much more complex web tools, but it does its job.



Here's a screenshot with one of their default templates: