News: Twitter has Official Tweet Button to make sharing simple

August 17th, 2010 by ytechcity

twitter-tweet-button

Twitter launched the official Tweet Button to make sharing links to Twitter simple. The little blue button functions like the TweetMeme which is widely used on website/blogs for readers to ReTweet(RT) their web page. It lets you share links directly from the page you’re on. When you click on the Tweet Button, a Tweet box will appear — pre-populated with a shortened link that points to the item that you’re sharing.

As your can search on my blog, i was introduce before, TweetMeme is one of the 10 best Plugin for Twitter.

The official Tweet button will shorten links with http://t.co, site owners can suggest Twitter accounts to follow for the Tweet button. It only takes a few lines of HTML code. The Tweet Button will help publishers grow traffic and increase their Twitter following. You can customize the button styles, tweet text, URL and Language.

Here is the introduction of Tweet button:

Have you add Tweet button on your site? Add one now!

[Source]

Blogging Tips: How to Setup A Review Website

May 16th, 2010 by ytechcity

review_site
This guide explains what seems like the easiest way to setup a review website. This would be the sort of site where people review products and services that you have listed on your site. We are going describe a way that is flexible enough that the user can setup any of the three common types of review sites:

1.User Review Site – This is the type of site where users can review and rate a set of items (maybe other websites, books, movies, etc) that the webmaster has put on the site. Users do not add new items, they simply review and rate items put on the site by the owner.

2.User Review and User Content Site – This type of site allows user to add new items to the list of items being reviewed and rated.

3.Webmaster Review Site – This is the type of site where the webmaster just lists a few items of their choosing and rates/reviews them based on their opinions (with no input from the user.) This type of site is typically used by affiliate marketers (who are often just trying to drive traffic to the sites of products on which they make a commission…)

So we started this by checking into the Content Management Systems available for building a review based website. They’re really weren’t any. Most useful CMS’s just offer a way for the user to create a review based site by adding plugins to a site that is initially generic.

After deciding that we’d need to use a Review Plugin, we checked out the plugins for the most popular CMS’s. You can build a review site that utilizes a review plugin using: Joomla, Drupal, WordPress and several others.

For now, we recommend giving WordPress a try with the GD Star Rating plugin. We’re going to create a site like this over the next couple of days – we’ll let you know how it goes and if we decide to change our approach.

Blogging Tips : Make Money In-Text Advertising via Infolinks

April 25th, 2010 by ytechcity

infolinks
Pay Per Click In Text Advertising Introduction:
Infolinks presents the next generation of text link ads called In-Text Advertising. Which won’t give juice for the Website being linked. In-Text Advertising inserts text link advertisement into your Website content. It is double-underline hyperlink in Green color.

Advantage of In-Text Advertising:
•Quick and easy setup with no changes to your website
•Ads are tightly integrated with your content – no additional space required
•Free sign up with no commitments or risk

Why choose In Text Advertising for websites?
•User triggered, less intrusive advertising that won’t distract from your site’s content
•Highly relevant In Text ads for your site visitors with record high conversion rates
•Quick and easy installation with no changes to your website

Make Money with Infolinks
Are you an Online Publisher? Join Infolinks now and start linking text to revenue today. What you need is register a FREE account.
infolinks_signup
Submit your Website for approval.

infolinks_script
Once approved, install the script into your and it is done within a minute!

How to add Infolinks code to Wordpress:
1. Copy the standard code
<script type=”text/javascript”>var infolink_pid = XXXX;</script>
<script type=”text/javascript” src=”http://resources.infolinks.com/js/infolinks_main.js”></script>
XXXX is your account number.

2. Now place your code
Login to Wp-admin > Themes > Theme Editor > Footer.php

In the footer.php file, you will see a tag Just above this tag, you have to paste the code. And you are done.

My Two Cents
Hope Infolinks revenue could pay off my web hosting rental at the end of month. Most important is the ads serve useful information for you!

Blogging: Adding Google Adsense To Your RSS Feed

April 11th, 2010 by ytechcity

RSS means Rich Site Summary. It gives readers information about Updated changes of a website or blog. Website owners subscribe in the RSS FEEDS and visitors subscribe in those sites by their email & visitors get updated news of the Blogs.


If you are not sure what i am talking about here with Feedburner or Rss Means? You can read through my post Blogging Tips : Google Adsense for RSS Feed, i recommend bloggers to subscribe to a group of blogs so that you can be reading the latest news instantly through your email without being puzzled when the blogger will update his article or lastest post.

Adding Adsense To Your RSS Feed
monetize-google-adsense
You can login into your Feedburner account and press the “monetize tab” you will be brought to your Adsense account. Then, Active the service.

adsense-for-feeds
To activate AdSense for feeds, you need to sign in to AdSense and then look for the AdSense for feeds link under the “AdSense Setup” » “Adsense For Feeds“.

create-ad-for-feeds
You then go to your Adsense account and navigate to Adsense Set Up then Adsense For Feeds. At the bottom you will see your FeedBurner RSS feed and a “burn new feed“.

activate-new-feeds
Highlight your FeedBurner RSS Feed and press Add.

adsense-for-feeds-complete
Adding Adsense to feed completed, you have now added Adsense to your FeedBurner RSS Feed.

WordPress Plugin :Custom image resize script by TimThumb PHP Script

April 1st, 2010 by ytechcity

Previous post regarding to WordPress Plugin: Thumbnails images to your blog via Get the Image, which is useful for magazine style themes, and allow you thumbnails images for your blog. Today, i will share with you a greatful php script (TimThumb PHP Script) written by Tim McDaniels as a way to achieve the core functionality of phpthumb while using half the code. Ben then added PNG and GIF support, plus improved speed and caching.

timthumb
How do I use it?
Simply copy the source code into a new document called ‘timthumb.php’, place it in a folder on your site (ex: /scripts/) and call the image like this:

<IMG alt="" src="/scripts/timthumb.php?src=/images/image_name.jpg&h=150&w=150&zc=1" >

Some important things to note:
•TimThumb requires the GD library, which is available on any host sever with PHP 4.3+ installed.
•Once installed and in-use, TimThumb will automatically create a /cache/ subfolder with proper write-permissions. If your host server doesn’t allow this by default, be sure to manually change the /cache/ folder permissions to 777.
•In addition, make sure the folder which contains TimThumb is set to 777.
•As in the example, use absolute paths for your script and images

TimThumb allows the following parameters:
•w: width
•h: height
•zc: zoom crop (0 or 1)
•q: quality (default is 75 and max is 100)

Official Website:
http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/

Download:
http://timthumb.googlecode.com/svn/trunk/timthumb.php