Trouble remembering my url.... Now you can visit my blog just by going to this link : http://sampat.tk and you will be redirected to my blog... Keep visiting me :)
Mail your suggestions to : sampat.honey@gmail.com
Showing posts with label SOCIAL BOOKMARKING. Show all posts
Showing posts with label SOCIAL BOOKMARKING. Show all posts

Sunday, October 4, 2009

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

Read more...

Friday, April 10, 2009

What Is ZEMBLY ?

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.

Read more...

Friday, December 26, 2008

[HOW TO] Add digg to posts ?

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 for

6. Paste the on the line directly before it:(You can download the script)


7.You are done.Save the template and view your blog.

Happy Digging.

It has come to my attention that some templates use a slightly different formatting. If you cannot find the text listed above - try searching for and follow the rest of the instructions.

Read more...

Add "Digg it!", "Del.icio.us" and other social bookmark links to your posts

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:

  1. This will make the links look like this:
    DiggIt!Add to del.icio.usAdd to Technorati Faves

    Be sure to copy and paste the code exactly as it appears: accidental spaces or line breaks will stop the code from working properly in your template!Preview your template to ensure it looks the way you want and then save it. Now you can test the links to ensure they work properly by viewing your blog posts and clicking on the links.

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:

  1. While the process is very similar to that of Blogger Layouts templates, I have to say it's much easier to insert these links into Classic templates!. As before, make a backup of your template before making any adjustments (you can highlight all of your template in the editing window, then copy and paste to Notepad for this).
  2. Find this section in your blog template:

    <$BlogItemBody/$>

  3. Add the following code right beneath this line to feature Digg, Del.icio.us and Technorati social bookmark links in your blog posts:
  4. This will again produce links which when clicked will enable readers to add your post URLs and titles to their favorite social bookmarking sites.

Here is the full list of different links I have tested for Classic Blogger templates:







Read more...
Related Posts with Thumbnails

  © Blogger template Newspaper III by Ourblogtemplates.com 2008

Back to TOP