“Equally telling, perhaps, is the finding that people don’t want to “feel part of a community” or “feel connected” when they interact with a brand. I know there are wonderful niche communities of brand advocates out there, but even they tend to rely on gaming (i.e. rewards) to incentivise their members into action. Again, most of us don’t want or expect brands to provide community: we just want their coupons. Or am I being overly cynical?”

Rua Luz Soriano nº67
1200-246 Lisboa, Portugal
telf - 21 458 42 00
fax - 21 458 42 09
info@wiz.pt
1200-246 Lisboa, Portugal
telf - 21 458 42 00
fax - 21 458 42 09
info@wiz.pt
WIZARDS BLOGGERS
$args = Array(
'orderby' => 'post_count',
'order' => 'DESC',
'post_type' => 'post',
'post_status'=>'publish'
);
$users = get_users($args);
//debuga($users);
$args = array(
'numberposts'=>5000,
'post_status'=>'publish',
'post_type' => 'post'
);
$postsParaBloggers = get_posts($args);
if (count($users)>0){?>
$cont = 1;
foreach($users as $user){
$id = $user->ID;
if (userphoto_exists($user)){
if ($cont ==3){
$cont = 1;
$strClass="wiz-sidebar-bloggers-photo-right";
}else{
$strClass="wiz-sidebar-bloggers-photo";
$cont = $cont+1;
}
$numeroPosts = 0;
foreach($postsParaBloggers as $p){
if($p->post_author==$id){
$numeroPosts = $numeroPosts+1;
}
}
if ($numeroPosts>0){?>
POSTS
$attrs = array(
'class'=>"bloggerPhoto",
'rel'=>$id,
'id'=>'wiz-image-blogger'.$id
)
?>
}
}
}
?>
}?>
POSTS