Concursos - Win With Us!
¿Quieres ganar premios, entonces entra en nuestros concursos para ganar!

!!! Disfrutar mientras dure !!!

Pregunte Salomon está ofreciendo 10 Reviews
¿Tiene usted un producto que vale la pena o sitio web que necesita un poco de atención extra? Entonces has venido al lugar correcto. Obtener una revisión gratuita en AskSalomon para generar buzz y trafico sin precedentes.

GRATIS PARA LOS PRIMEROS 10 PEDIDOS     Más adelante....ya veremos ;-)

 

Obtener una revisión gratuita hoy!


topbg

How to Track RSS Subscribers in a Blog Contest

Publicado por AskSalomon en Trucos para Blogeros, Concursos

Let me start off by saying that this post will not talk about how to get sponsors, how to determine prizes, or how to determine rules for a blog contest. This post will talk about how to tweak your WordPress blog to solve the biggest problem in running a blog contest to gain RSS subscribers.

Problem

The issue here is that there is no easy way to track if each contestant has actually subscribed to your RSS feed. Without the ability to confirm RSS subscription, anybody can just claim that they have subscribed to your feed and get a free entry into the contest.

Solution

A known solution to this problem is to include a special contest code into your RSS feed and not have this code visible on your website. That way each contestant will be forced to grab the code from your feed and submit the code via comments to verify that they have subscribed to the RSS feed. To implement this solution with the minimum amount of effort you will need to do the following two things:

1. Include the special contest code into your RSS feed

You can automatically do this by adding the following code snippet to your theme’s functions.php. The following code will make the text “Special Contest Code: yourcodehere” show up at the end of each post in the RSS feed, but not show up on your website.

function contest_post_filter($content) {
  if ( is_feed() )
    return $content.'Special Contest Code: yourcodehere';
  else
    return $content;
}
add_filter('the_content','contest_post_filter');

Make sure you change “yourcodehere” to your own special contest code.

2. Automatically censor all comments with the code in it

You can automatically hide all RSS confirmation code in your comments by including the following code snippet into your functions.php:

function contest_comment_filter($comment_text) {
  return str_replace('yourcodehere', '[code hidden]',
$comment_text);
}
add_filter('get_comment_text','contest_comment_filter');

Once the contest is over, you can lock the comments on that post and remove the following line to have all confirmation codes reappear for validation:

add_filter('get_comment_text','contest_comment_filter');

Why is Does This Work?

Simply because you do not have to deal with the contest again until your contest is over. Your special contest code is hidden from view, so there is no way of cheating. Once your contest is over, you can just un-hide the contest codes, tally up the participants, and [randomly] pick your winners.

Do you think you have a better method of tracking RSS subscribers in a contest? If so, please share in the comments section.

Fuente: www.weblogtoolscollection.com

Visita AskSalomon leer más

¿Es usted webmaster? If the answer is yes, you might be interested in the following:

Últimas Noticias Webmaster
Webmaster Forum
Presentación Directorio Libre

Where Webmasters from all over the World help each other with their Online Ventures.



Aún sin comentarios »

Review a Website for $50, $30 or $20 Concurso

Publicado por AskSalomon en Concursos

Our Friends from the BevyHost Forum have launched a new website review contest.

—————————————————————–

Written by the BevyHost Forum Administrator:

Welcome to Review a Website for $50, $30 or $20 Concurso
1. How to Participate:
Write a review about one the websites posted to be reviewed in this section and post it in this Thread.
2. How to Win:
There will be 3 winners, which will be decided on June 7th, by the points earned during the contest.

The points will be rewarded as follows:

Add an avatar to your profile = 5 points

We will make a poll with all your reviews in this same thread starting on May 31st.
The poll will run from May 31st until June 7th.
The winners of the poll will receive the following points according to their position in the poll.

1st place in the Poll = 30 points
2nd place in the Poll = 20 points
3rd place in the Poll = 15 points

The Admin and Moderators will also vote in the poll for one of the reviews. Their votes will count as follows.

Admin = 10 points
Supermoderator = 8 points
Moderator = 6 points

You can also ask your friends, mates and coworkers to vote in the poll for you ;-) , as you can see the winner of the poll has a very good chance of winning the contest,
We are still in elections :) and You still Want to win :)

3. Dates:
Last day to submit Reviews: May 31st, 2008 (+1 GTM)
Start date Poll: June 1st 2008
End Date Poll: June 7th, 2008
Winners Announcement: June 8th, 2008
Payment Date: June 9th, 2008

4. Prize of the Contest
1st Place = $50
2nd Place = $30
3rd Place = $20

5. Important Notes
1. All reviews must be written as per the instructions (if any) provided by the users requesting a review of their sites.
2. All reviews must be unique.
3. You may review as many sites as you want. Increase your chances of winning the $$ by writing more than one review ;-)
4. Outsourcing is allowed: This means that you can hire or ask someone else to write the review for you (maybe invest a little bit of money ;-) to have more chances of winning the $$ prize).
5. Payment by PayPal

Looking forward to reading your reviews,

Good Luck Everyone.
BevyHost Forum Team

——————————————————

Adios for now ;-)

Copyright © 2008 AskSalomon

Do not forget to Subscribe to my Feeds leer más.



Aún sin comentarios »

topbg
topbg

AskSalomon en Twitter

 
Follow @ AskSalomon (3268) Seguidores

 

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

 

    | Blog Installation and Blog Hosting Services |     | ¿Es usted webmaster? Visite los foros para webmasters de BevyHost |

 

 

| Política de privacidad | | Sobre AskSalomon | | Contacto |