COME JOIN ME
LINKEDIN
SILICONINDIA
FACEBOOK
ORKUT
TWITTER
MAIL ME AT:
patnaik.sampat@gmail.com
sampat.patnaik@sun.com
CALL ME 24X7 AT :
+91-9861086923
LINKEDIN
SILICONINDIA
FACEBOOK
ORKUT
TWITTER
MAIL ME AT:
patnaik.sampat@gmail.com
sampat.patnaik@sun.com
CALL ME 24X7 AT :
+91-9861086923
Zembly is a browser-based development environment from Sun Microsystems that enables social programming of applications for Facebook, Meebo, OpenSocial, iPhone web applications, and other social platforms, as well as web widgets.
Users of zembly interact with one another via zembly's social networking features to engage in co-development of applications for these platforms.
Zembly combines features from traditional IDEs (such as a rich scripting editor) with wiki- and social-networking-based technologies to attempt to innovate on the application development paradigm for smaller-sized applications.
Applications created at zembly are automatically and transparently deployed, hosted, and scaled on its underlying cloud computing infrastructure.
After a poking around the xml template for my site, and playing around with the Digg code, I've figured out how to add a Digg button to my posts.
Listed below is a quick how-to for adding this functionality to your website too.
1. Make sure your blog is set to enable Post Pages and you are using the new Blogger, not the classic version
2. Go to the customization section of your blog, on the Template tab select Edit HTML
3. Make sure to click Download Full Template and save a backup copy to disk - just in case.
4. Put a check in Expand Widget Templates.
5. Search for6. Paste the on the line directly before it:(You can download the script)

I've been looking for a way to insert specific social bookmarking links so readers can easily submit individual posts to Digg, Del.icio.us, Technorati and other social bookmarking sites. Now, if you take a look at the bottom of each post, you'll notice these links in place. Here's how to add such links to your own blog posts:
The links you need to add to your template are called by the expression, and are unlike regular links in that they use javascript-style coding to work properly. Each link will look something like this:
http://digg.com/submit?phase=2&url=" + data:post.url + "&title=" + data:post.title' target='_blank'>DiggIt!Unlike regular links which you could feature in the body of your posts, you need to replace some HTML code (escape the code), which is why the & symbol is replaced by & in these links. The section I have highlighted in red varies depending on the bookmarking link you wish to use; all of the remaining code remains the same for all social bookmark links.
To keep things simple, I'll show you how to add Digg, Del.icio.us and Technorati bookmarking links to your posts in this tutorial. If you would also like to use other social bookmarking sites, you'll find their links further down the page.
For Blogger Layouts
Here's how to make those links appear in each of your blog posts:Before making any adjustments to your template, ensure you have made a backup of your original template by going to Template>Edit HTML in your Blogger dashboard and clicking on the "Download Full Template" link near the top of the screen. Then if you accidentally make a mistake, you know you can easily restore your template to it's original form!
Now, check the "expand widget templates" box is ticked, then search for this section of code:
If you want the social bookmark links to be in your post footer (above the author details, comment links, etc), you will place the link codes below this line. If you prefer them to feature right at the bottom of each post, scroll up slightly until you see the line, and place the code just below this instead.The code you need to insert is as follows:
♦DiggIt! ♦Add to del.icio.us ♦Add to Technorati Faves
The following are links to all social bookmarking sites which work in new Blogger layouts:
Del.icio.us Add to del.icio.us
Digg DiggIt!
Reddit Reddit
Stumbleupon Stumble This
Google Bookmarks Add to Google Bookmarks
Yahoo My Web Add to Yahoo MyWeb
Technorati Add to Technorati Faves
Slashdot Slashdot it
You can further customize these links by adding seperators between them, as I did in the example above. I used ♦ to create diamond shaped bullet points. You could use spaces, slashes or anything else you wish instead. A good reference for the html code needed for special characters can be found here.
For Classic Blogger Templates:
<$BlogItemBody/$>
Here is the full list of different links I have tested for Classic Blogger templates:
Del.icio.us &title=<$BlogItemTitle$>">del.icio.us
Yahoo My Web &u=<$BlogItemPermalinkURL$>">Yahoo MyWeb
Google Bookmarks <$BlogItemPermalinkURL$">&title=<$BlogItemTitle$>">Google
Stumbleupon &title=<$BlogItemTitle$>">StumbleUpon
© Blogger template Newspaper III by Ourblogtemplates.com 2008
Back to TOP