Showing posts with label blog script. Show all posts
Showing posts with label blog script. Show all posts

Tuesday, February 24, 2009

Collecting all online traces at personal Web page

In one of my previous posts I have presented Sweetcron as automatic lifestreaming solution for bloggers http://blogging4good.blogspot.com/2009/02/automated-open-source-life-stream.html).

If you did not like the presented solution at the time, Frindo might cover your needs. Take a look!

FriendFeed is an excellent web service that collects your online activity to share with others in a social setting. It automatically picks up the stuff you share on over 40 web sites, like YouTube and Flickr.




But you may want to embed this information at your virtual home and have people that visit your website to get all of your Diggs, Tweets, YouTubes, Flickrs, etc. So Frindo is just a simple script that uses the FriendFeed API to put your life stream on your website in a highly customizable way.

An example of Frindo in action can be seen on the home page at http://screwtheman.com

Requirements

  • Web server running PHP4
  • Friend Feed account
  • Minor knowledge of CSS, HTML, and web servers
Directions
1. Download the zip file and unzip it. The result should be a folder named ’frindo’.
2. Upload this folder intact on to your web server to a place that it can be seen by a web browser.
3. Temporarily make this folder writable.
4. Further information on embedding frindo into your site is on the configuration page when you run it. Frindo will detect that that it has not been configured and will show the configuration and usage interface.
5. Fill out the form and hit submit.
6. If everything is fine change the permissions on the frindo folder and frindosettings.php back to read only. If you ever want to reconfigure it, just remove or rename the frindosettings.php in your folder and follow the configuration process again.
Note: For additional security, you may want to put those files in a differently named folder than ’frindo’. As long as they’re together, it doesn’t matter what the folder name is.
Developers: http://code.google.com/p/frindo/

Sunday, January 18, 2009

Free Tool to submit your pages to Social Bookmarking sites

Submitting your pages to Social Bookmarking Sites provides multiple opportunities for your content exposure without violating any rules, creating similar publication, and with minimum time and efforts spent. The offer presentation will show you a way to make the process easier for your visitors to submit your site automatically to major social bookmarking site. That might give you an enormous boost in terms of site exposure and related AdSense income.

1. About BlogSocializer

BlogSocializer is a simple widget for your Blogger based blog. It enables blog readers or visitors to submit your blog to major social bookmarking sites, including Digg, Technorati, Delicious, Yahoo! MyWeb, Google Fusion, Blink, Furl, and Simpy.

2. Copy the code
First just copy the widget code below. (right click, than Copy)

<!-- Start of BlogSocializer Widgets -->
<script language="JavaScript" type="text/javascript">
<!--
var addtoMethod=1;
var AddURL = document.location.href;
var AddTitle = escape(document.title);
-->
</script>
<script language="JavaScript" src="http://blogsocializer.googlepages.com/blogsocializer.js" type="text/javascript"></script>
<!--
Get this Blogger widget at
http://fariezweb.blogspot.com/
and
http://blogsocializer.googlepages.com/
-->
<span style="cursor:pointer;" title="Add to Technorati" onclick="addto(8)"><img src="http://blogsocializer.googlepages.com/technorati.gif" border="0"/></span>
<span style="cursor:pointer;" title="Add to Delicious" onclick="addto(2)"><img src="http://blogsocializer.googlepages.com/delicious.gif" border="0"/></span>
<span style="cursor:pointer;" title="Add to Google Fusion" onclick="addto(5)"><img src="http://blogsocializer.googlepages.com/google.gif" border="0"/></span>
<span style="cursor:pointer;" title="Add to Digg" onclick="addto(3)"><img src="http://blogsocializer.googlepages.com/digg.gif" border="0"/></span>
<span style="cursor:pointer;" title="Add to Yahoo! MyWeb" onclick="addto(7)"><img src="http://blogsocializer.googlepages.com/yahoo.gif" border="0"/></span>
<span style="cursor:pointer;" title="Add to Blink" onclick="addto(1)"><img src="http://blogsocializer.googlepages.com/blink.gif" border="0"/></span>
<span style="cursor:pointer;" title="Add to Furl" onclick="addto(4)"><img src="http://blogsocializer.googlepages.com/furl.gif" border="0"/></span>
<span style="cursor:pointer;" title="Add to Simpy" onclick="addto(6)"><img src="http://blogsocializer.googlepages.com/simpy.gif" border="0"/></span>
<span style="cursor:pointer;" title="Add to Stumbleupon" onclick="addto(9)"><img src="http://blogsocializer.googlepages.com/stumble.gif" border="0"/></span>
<br />
<span style="font-family: Trebuchet MS, Tahoma, Arial; font-size:10px;" title="Get this bookmarking widgets for your blogger"><a href="http://blogsocializer.googlepages.com/">[get this widget]</a></span>
<!-- End of BlogSocializer Widgets -->

3. Paste the code
Now paste the code to your Blogger template. Can work either on new or classic template. In New template (.xml mode) you can simply add a new widget in ’edit layout’ area. But for classic template you just need to paste it at ’edit html’ area. Just for tips, you may insert the code below post content area. You can find some templates with this widget ready to use at TheFachia.

Blogger edit template area

4. Save and Test
Now time to test your new widget. Try to submit one page of your blog to Digg or Delicious. And see how simple it works. Or you can test the script now as demo how it works. Submit this page to one of your favorite social bookmarking below.

You can find detailed instructions of adding new widget here: http://www.smartbloggerz.com/2008/04/how-to-add-bookmarker-widgets-in.html

Developers website: http://blogsocializer.googlepages.com/index.htm