2,482 Topics

Member Avatar for
Member Avatar for happygeek

What do you, dear reader, call a posting on Twitter? I'm guessing the chances are high that you call it a tweet, like pretty much everyone else I know. Apart from the editorial elite at the New York Times that is, which has just banned the word 'tweet' from being …

Member Avatar for SHNOOKY
1
304
Member Avatar for happygeek

Facebook users have been making a lot of use of the new 'like' feature which allows users to link to webpages that they, well, like funnily enough. Not so funny when Facebook users are claiming to like a site called "101 Hottest Women in the World" which features an image …

Member Avatar for rocco88
0
472
Member Avatar for Techwriter10

[URL="http://en.wikipedia.org/wiki/Mark_Zuckerberg"]Mark Zuckerberg[/URL] famously started Facebook in his dorm room. He's a geek who got lucky and today he is the CEO of a major corporation. Judging from his actions over the last year or so, I'm wondering if he's really suited to this job. He has little tact when speaking …

Member Avatar for data-struction
0
649
Member Avatar for netvani

Hi guys! I am into social media marketing for branding my employer's site and its products. I understand its use and how it will give benefits to us. I am just in the beginning of my marketing. But I am excited of the particular benefits it can give to us. …

Member Avatar for perfectionj
0
605
Member Avatar for rahul_galgali

Hi, I have developed a app using facebook c# sdk.I got the api key from fb after making registration on api page.But the problem is no other user except me can't login into the app.Plz app

0
119
Member Avatar for abelLazm

[B]"Social Media is about sociology and psychology more than technology."[/B] Do you agree with this phrase or not? Give the reason of your choice ThankYou

Member Avatar for kerin1539
1
178
Member Avatar for RoseMary3

What are the Successful way to do Social Bookmarking?? just post link or make more friends? or something else?

Member Avatar for kerin1539
0
301
Member Avatar for ChaseTonyReid

I'm looking to create a battles, Explanation: I want to create a place on my website where users can vote on two users on a certain category, such as (example: best eyes, smartest person, etc) then other users have the option to vote, but only once, and who ever has …

Member Avatar for Shanti C
0
345
Member Avatar for duliduli556

I don't know if I posted in the right room.......... anybody give a tips for to increase blog traffic with social media links. thankyou

Member Avatar for prcys
0
217
Member Avatar for canadaexpert

Hi there, I am aware of the power of facebook to expand the business. However I am not sure how facebook could help us in this regard? Thank you

Member Avatar for data-struction
0
138
Member Avatar for centralhost

I run a web host along with a forum which is powered by vBulletin... What iss the best way to bring people to the forum and start them posting and making new threads. Many thanks Paul Central-Host.net

Member Avatar for data-struction
0
982
Member Avatar for happygeek

Last year saw the overall volume of email delivered spam drop for the first, which has to be good news. Or it would be were it not for the fact that spammers have not gone away, they have merely moved with the times and adapted their business so as to …

Member Avatar for data-struction
2
713
Member Avatar for TrustyTony

Looks like every single thread gets double tweeted immediately by one guy (in software development), see attached sample.

Member Avatar for Dani
0
112
Member Avatar for saucy6969

Hi there, I am trying to create a socialbar using either Wibiya or Bumpin. Both looked great in Google Chrome. Bumpin's wont stay static in IE or Firefox which inturn covers the footer. I wrote their tech support for help...no response. Wibiya's went completely haywire in IE...split bits and pieces …

0
139
Member Avatar for VanessaRyan

Music sharing with Facebook friends just became easier, and if that isn't enough to distract you, how about a game of Internet pinball? Two manufacturers are banking that these innovations will keep Facebook users entertained 24/7. Facebook users that subscribe to [URL="http://www.thumbplay.com/"]Thumbplay Music's desktop app[/URL] can combine it with iTunes …

Member Avatar for VanessaRyan
0
317
Member Avatar for andry1988

Facebook and Google Plus have been a great rivals. There were many images created by various users showing Google Plus beat Facebook. Here are 10 such Funny Facebook Vs Google Plus images collected from different sites.[URL="http://http://www.techjockey.net/funny-facebook-vs-google-plus-images/#comment-1175"] Here they go[/URL]

Member Avatar for AndrewH
0
25
Member Avatar for vrdwebservices

[B][COLOR="Green"]How to get 1000 Twitter Followers in a Week ?[/COLOR][/B] More than anything else today, Internet marketing, online social media and website promotions are re-shaping the face of traditional business. The twitter and face book are top players in this field. The twitter followers and face book fans are status …

Member Avatar for dresses623
2
282
Member Avatar for alyessamoore

Hey, Just check the effect of break up of Google and twitter. Twitter's Page Rank had fallen down to 0 from 9 in Google toolbar....

Member Avatar for ashokseo
0
128
Member Avatar for dw_user

I am talking about Social engine 4(SE4) ([url]http://www.socialengine.net/[/url]) which is written in Zend. I can go up to the IndexAction of IndexConroller in Core Module. But then I am at a loss. Which models are used there to build the homepage? I think when I can learn about the models …

Member Avatar for dw_user
0
260
Member Avatar for joelchrist
Member Avatar for prcys
-1
149
Member Avatar for ofir0803

Hi We have a lot of fan pages in facebook and Each page has its own subdomain for example: [url]http://page1.mysite.com/1.php[/url] [url]http://page2.mysite.com/2.php[/url] [url]http://page3.mysite.com/3.php[/url] "1 SSL will cover one domain and any sub-directories which you install;- but it will not cover sub-domains, each sub-domain would also require its own SSL" from october …

0
116
Member Avatar for rajeevmehtaa
Member Avatar for cogabh

Hi every one, I would like to introduce to everyone a procedure name in a blog on blogger. Blogspot.com into. Xayto.com. [B]Step 1:[/B] Register account google, make sure everyone knows how to do it. [B]Step 2:[/B] Site login account [url]http://blogger.com[/url] google [B]Step 3:[/B] Create a blog. If you have a …

Member Avatar for flyblackbox
0
461
Member Avatar for joelchrist
Member Avatar for Mangesh G

[CODE]<div id="test1"><div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script> <fb:comments href="http://www.jewelryfresh.com/" num_posts="10" width="739"></fb:comments></div>[/CODE] Above is the code for facebook comments box. I want to dynamically change the href value to the page on which it is. How can i do it.I do not want the static href value as it is now. Please …

0
112
Member Avatar for nobuts

Hello, I've got a script of facebook date but I want to translate the returning day into my language (Monday=>mmday for instance). Could you guy please. [CODE]function fb_date($timestamp){ $difference = time() - $timestamp; $periods = array("second", "minute", "hour"); $ending=" ago"; if($difference<60){ $j=0; $periods[$j].=($difference != 1)?"s":""; $difference=($difference==3 || $difference==4)?"a few ":$difference; …

Member Avatar for diafol
0
182
Member Avatar for joy12

Social Media and Social networking sites really a good way to promote your website as well increase traffic to your website. Facebook, Twitter, Myspace are very good sites for social networking... But i think facebook is better then other social networking sites. What you think guys...

Member Avatar for narcisalin
1
372
Member Avatar for gry

Hi, I coded a script and I have started to use it with facebook apps. I want to set cookies while users are using my app. In firefox, cookies are working normally;however, the application do not set cookies in Internet Explorer and users cannot have any restriction. There are my …

0
194
Member Avatar for dw_user

Hello, I am a novice for SE. 1) SE is built on Zend. Zend documentation talks about an application.ini file. But I don't find this file in the SE source code which i have installed. Where is the file ? 2) Can anyone help me understand which module/controller/action is invoked …

0
115
Member Avatar for joelchrist

The End.