Search Result

Collapse
7 results in 0.0039 seconds.
Keywords
Members
Tags
twitter
  •  

  • Is social media marketing the right tool to attract website visitors?

    We use social media and social networks websites like twitter and facebook for marketing our brand company. Is social networks and social media marketing and advertising is the right tool to attract website traffic?
    See more | Go to post
    Last edited by Niheel; Jan 28 '11, 10:24 PM. Reason: unnecessary link, promotional

  • Why can't I assign people to a twitter list?

    I am unable to assign people to Twitter lists. I get this error message: There is an error on the page. Is there any way to get an answer from Twitter?
    See more | Go to post

  • What network is the easiest to connect with people? Twitter, Facebook, or Linkedin?

    This cartoon made me think about this:
    [imgnothumb]http://farm4.static.fl ickr.com/3313/3206462547_f19f e0a919.jpg[/imgnothumb]

    After having spent some time dealing with this issue for clients and internally @Bytes, i was wondering what other people thought of this? Which one is working out better connecting to other people?

    Twitter? Facebook? or Linkedin?
    See more | Go to post
    Last edited by MMcCarthy; Oct 14 '10, 12:25 AM. Reason: facebook not facebok lol

  • Looking for the best iPad app to manage twitter account

    I am looking for a twitter app that will help me manage my twitter account on the iPad.

    I've heard twitter's own tool is really good. Are there any others?
    See more | Go to post
    Last edited by Niheel; Sep 23 '10, 02:57 AM.

  • JonTwend
    started a topic Trying to access data inside Twitter json object
    in PHP

    Trying to access data inside Twitter json object

    I am working with the Twitter API and finding it great fun and generally easy to use.

    But I am having trouble getting to the data in the trends/current.json file. I am able to loop through the object data with a foreach loop and print it out. But I want to do more with the data than just print it.

    Just to be clear, I want to work with the daily and weekly trends but I am using the simpler current trends for this example....
    See more | Go to post

  • Lagon666
    started a topic How i can have a .htaccess like twitter.com?

    How i can have a .htaccess like twitter.com?

    Hi

    I wanna have a htaccess file that when i go to "www.domain .com/sometext" the page redirect to "www.domain .com/user.php?user=s ometext". It's important that is better that URL not end with slash. I have a problem with my htaccess file:

    Code:
    RewriteEngine on
    RewriteRule ^(.+)$ user.php?user=$1 [L,R]
    But when i go to to "http://localhost/jack" the page will redirect to "http://localhost/user.php?user=u ser.php"....
    See more | Go to post

  • jamwil
    started a topic Remove certain posts from an RSS feed
    in PHP

    Remove certain posts from an RSS feed

    Hey guys, I'm trying to have my website display my latest post from my twitter RSS feed.

    This is very simple and I accomplished it through this code.

    Code:
    <?php
    	$twitterxml = simplexml_load_file("http://twitter.com/statuses/user_timeline/16428755.rss");
    	$tweet = str_replace("jamwil: ", "", $twitterxml->channel->item[0]->title);
    	echo $tweet;
    ?>
    ...
    See more | Go to post
Working...