Latest Post
Tampilkan postingan dengan label Twitter. Tampilkan semua postingan
Tampilkan postingan dengan label Twitter. Tampilkan semua postingan

Get Facebook, Twitter and Google Plus Fan Counts using PHP

Written By Unknown on Selasa, 20 Agustus 2013 | 08.59

The Facebook, Twitter and Google plus data are available publicly in Json format, we can use some information to easily display number of likes, followers and circle counts in plain text. I wanted to include Feedburner Subscriber count code too, but too bad Google has decided to put an end to Awareness API, without it we can not display subscriber count in plain text.


To read more about this article Click Here

For Demo Click Here

Retrieve Twitter Timeline with PHP and jQuery

Written By Unknown on Selasa, 09 Juli 2013 | 05.57

Twitter terminated its old API, and all of our Twitter tutorials have stopped working! So, here is a follow up to show you how easy is it to retrieve user timeline and hashtag with Twitter REST API 1.1. 


To read more about this article Click Here

For Demo Click Here 

To download files Click Here

MiniTwitter - jQuery Widget puts your Tweets on your Site

Written By Unknown on Rabu, 03 April 2013 | 09.01

MiniTwitter – the Widget jQuery which puts Twitter and your tweets on your Website or your WordPress blog.

Features :
  • Put Twitter on your website and even more: the tweets from the folks you like, the lists and yourself.
  • Show up to 100 tweets within 7 days (limit set by Twitter’s Search API).
  • Use the color of your link profile on Twitter.
  • Display tweets from your feed or from the Twitter Search.
  • Display tweets from a list or from your favorite users.
  • Stylize your feed with your Cascading Style Sheet or with other jquery plugins.
  • Compatible with the last jquery version: 1.7.
  •  
To read more about this article Click Here

For Demo Click Here

 

TwitStream : jQuery, AJAX, and the Twitter Search API

Written By Unknown on Kamis, 18 Oktober 2012 | 09.53

I was perusing the Web looking for some quick and dirty Javascript I could use with the Twitter Search API to display a list of recent tweets containing a particular keyword. I came across the monitter.com widget, which was almost exactly what I had in mind, except that it includes some really great, rich features that were well beyond what I needed.


To read more about this article Click Here

For Demo Click Here

To download source files Click Here

Update Your Twitter Status Using PHP

Written By Unknown on Senin, 08 Oktober 2012 | 08.55

Twitter is social networking website which keeps your followers with you. Twitter provides an extensive API using which we can update twitter status through PHP code.


To read more about this article Click Here

New Twitter Like Application with JQuery and PHP

Written By Unknown on Jumat, 31 Agustus 2012 | 10.20

I have created new twitter style header with fancy menu using jquery and CSS. I have also add new twitter style animated popup window which shows each tweets detail individually. I used some animation using jQuery and z-index property of CSS to handle the div. I hope it will work with all screen resolutions.


To read more about this article Click Here

For  Demo Click Here

To download files Click Here

Combined Facebook, Twitter & RSS Social Stats with jQuery, PHP & YQL

Written By Unknown on Senin, 30 Juli 2012 | 09.13

As we increasingly depend on more and more social services, there rises the need to provide a simple way to let our website visitors take part of our diverse social presence.
 
In this tutorial we are going to create a simple widget, which combines the number of your RSS readers, twitter followers, and fans of your facebook fan page, to give a rough estimate of your social popularity.

We are using jQuery and the tipTip plugin, object-oriented PHP, and Yahoo’s YQL, while demonstrating a number of interesting web development techniques.

To read more about this article Click Here

For Demo Click Here



 

Display your Favorite Tweets using PHP and jQuery

Written By Unknown on Senin, 12 Maret 2012 | 10.25


If you have a twitter account, you oftentimes find yourself looking for a way to display your latest tweets on your website or blog. This is pretty much a solved problem. There are jQuery plugins, PHP classes andtutorials that show you how to do this.

However, what happens if you only want to display certain tweets, that you have explicitly marked to show? As minimalistic twitter’s feature set is, it does provide a solution to this problem – favorites.

In this tutorial, we will be writing a PHP class that will fetch, cache, and display your favorite tweets in a beautiful CSS3 interface.

To know More about this article Click Here

For Demo Click Here

Creating a tweet / share system with jQuery

Written By Unknown on Rabu, 29 Februari 2012 | 10.05


With the advent of social networking sites the standards of web development have really improved, Sharing what is on your mind can take less than 140 characters and more for other sites like facebook and the new kid on the block google plus.


In this tutorial we are going to create a sharing system emulating the one at twitter using jQuery, PHP and a database to store the tweets.

To read more about this article Click Here



Add the New Twitter Follow Button to Your Website

Written By Unknown on Selasa, 22 November 2011 | 08.38


Now your website users can follow you on Twitter with one click, instead of needing to visit your actual Twitter webpage and potentially lose track of your website.


The process of embedding the new Twitter follow button on your website or blog is extremely easy. Click here to get your own code. Once you get the code for your Twitter name simply embed it into your website or blog (template PHP files if you’re using WordPress), and upload your files. The end result will look like this (try it out!):


Embed a Twitter Feed on your website with jQuery

Written By Unknown on Minggu, 06 November 2011 | 08.39

In a previous post I showed possibly the easiest way to embed a Twitter feed on your website. This brought up a couple of questions from some users.



1. Can you make a background behind individual Tweets?
2. Can you put the date on it’s own separate line?
As the case goes with a lot of things these days jQuery to the rescue!

The jQuery and CSS code to make this happen came from Chris over at CSS-Tricks. I slimmed down and edited it to make it work for me. Here is a zip of the files used for the demo so you can download and edit it as you want.


You’ll see in the head of the index page the jQuery which makes it work. The line you need to change is the following:

http://twitter.com/status/user_timeline/ilz_.json?count=5&callback=?


First replace the part I highlighted in Blue “ilz_” with your Twitter user name.

Next, replace “count=5? with the number of tweets you want to show up on your page.
Other than that, you should be able to style the rest of the text, links, etc. as long as you know basic CSS. Enjoy!



For More Details : Click  Here



How to embed a Twitter Feed on your website

Written By Unknown on Kamis, 03 November 2011 | 10.28

One of the great things about Twitter is that you rarely ever go to the actual site. You can use a program like Tweetie or TweetDeck to send all your Tweets. Another great thing is the ability to embed your recent Tweets onto other websites. It’s a rather simple process, so check out my demo and then keep reading to learn how you can embed your Tweets on your page.


<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/learnphp123.json?callback=twitterCallback2&count=3"></script>



Copy the above code and paste it right into your XHTML code on your webpage, (right in the body).

All you need to do is replace where I have “learnphp123”. That is my Twitter user name, replace it with yours.

The other thing you get to decide is how many of the most recent posts you want to show. Change the part where it says “count=1? to however many Tweets you want to show up.

So that’s all there is to it.. how you style the text, links, and surrounding environment for the feed is up to you and your creativity.

PHP script for Login with Facebook and Twitter

Written By Unknown on Selasa, 20 September 2011 | 10.21

Facebook and Twitter have become large in the social network world and both networks offering oAuth support. We developed a system to login with Twitter and Facebook. Nowadays web users not interested to filling the big registration forms. This script helps you to avoid registration forms, It’s is very useful and simple to integrate.



Database

Sample database users table columns id, email, oauth_uid, oauth_provider and username.

CREATE TABLE users
(
id INT PRIMARY KEY AUTO_INCREMENT,
email VARCHAR(70), 
oauth_uid int(11),
oauth_provider VARCHAR(100),
username VARCHAR(100), 
twitter_oauth_token VARCHAR(200), 
twitter_oauth_token_secret VARCHAR(200) 
);

The tutorial contains three folders called facebook,twitter and config with PHP files.

facebook //Facebook OAUTH library 
twitter //Twitter OAUTH library 
config
-- functions.php 
-- dbconfig.php //Database connection 
-- fbconfig.php //Facebook API connection
-- twconfig.php //Twitter API connection
index.php
home.php
login-twitter.php
login-facebook.php
getTwitterData.php


Facebook Setup

You have to create a application. Facebook will provide you app id and app secret id, just modify following code 

fcconfig.php

<?php
define('APP_ID', 'Facebook APP ID');
define('APP_SECRET', 'Facebook Secret ID');
?>

Twitter Setup

Create a twitter application click here. Some like Facebook Twitter provide you consumer key amd consumer secret key using these modify following code.

twconfig.php

<?php
define('YOUR_CONSUMER_KEY', 'Twitter Key');
define('YOUR_CONSUMER_SECRET', 'Twitter Secret Key');
?>

dbconfig.php

Database configuration file. 

<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'User Name');
define('DB_PASSWORD', 'Password');
define('DB_DATABASE', 'DATABASE');
$connection = mysql_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD) or die(mysql_error());
$database = mysql_select_db(DB_DATABASE) or die(mysql_error());
?>

login-twitter.php

In root directory find out the below line at login-twitter.php code and replace yourwebsite. 

$request_token= $twitteroauth->getRequestToken('http://yourwebsite.com/getTwitterData.php');

index.php

If you want to modify your web project existing login or index pages, just use following code. 

<?php
session_start();
if (isset($_SESSION['id'])) {
// Redirection to login page twitter or facebook
header("location: home.php");
}
if (array_key_exists("login", $_GET)) 
{
$oauth_provider = $_GET['oauth_provider'];
if ($oauth_provider == 'twitter')
{
header("Location: login-twitter.php");
}
else if ($oauth_provider == 'facebook')
 {
header("Location: login-facebook.php");
}
}
?>
//HTML Code
<a href="?login&oauth_provider=twitter">Twitter_Login</a>
<a href="?login&oauth_provider=facebook">Facebook_Login</a>

If any queries please comment here. 

16 Useful jQuery Plugins & Tutorials to Integrate Twitter into Website/Blog

Written By Unknown on Kamis, 10 Februari 2011 | 09.37


Twitter is one of the most popular and prevailed social network all over the world for communication and discussions online. Twitter is powerful on its own, so to integrate Twitter into website or blog means to make your site even more powerful. Bringing Twitter into your site will help you to attract visitors and advertise your content. It and can also help you gain lots of visitors by stretching your visibility and informing them that you are on Twitter.


The easiest way to integrate Twitter into website is widget created by Tweeter itself. But there is more efficient and fruitful way to integrate Twitter into your website or blog with ease. jQuery plugins give a great line of abilities to develop a huge number of different effects to your projects. Certainly, they are imprescriptible part of nowadays web design.

Using jQuery plugins  is a great tool for the mission of integrating Twitter to a bog or website. When Twitter is integrated to a website or blog, visitors are able to find the tweets listed interesting and get interested in following to get more tweets. This is doubtless an effective recourse compared to a simple “follow me on twitter” button. After ingoing to wide jQuery community, people never stop putting into practice various types of jQuery plugins for their projects because they are so easy to use. So here is the list of twenty jQuery plugins to integrate Twitter into a website or blog without any problems.



A Twitter List Powered Fan Page



Recently, Twitter rolled out a great new feature on their site – lists. You can now create and compile a list of twitter users and make it easier for others to follow all at once. Also, at the same time, they expanded their API to include list management functionality. This allows us to use these new tools to create a widget that flips lists the other way around – a fan page you can put in your sidebar, that allows your visitors to fill in their twitter name and join a specially crafted fan list in your twitter account.



Twitter Friends & Followers Widget




Here is a jQuery plugin that you can embed anywhere to display pictures of your Twitter followers or friends (whom you follow) and their latest tweets if you like. By featuring your Twitter friends or followers on your blog, you will encourage others to become friends too..



Who-Tweet Button : Fancy jQuery Plugin for Twitter




I took the Topsy retweet button and jQuery-fied it, then added the “Who” part to it using the awesome Topsy API. to create this fancy share count button for your stories on twitter. that’s it! The Who part is about attributing the people who tweet your story by showing their Twitter pictures inside the retweet button. Topsy  keeps a complete history about Twitter trackbacks of your links which I utilized in another jQuery plugin and inspired me with this idea.



A jQuery Twitter Ticker



In this tutorial we are going to create a pure jQuery & CSS twitter ticker which utilizes Twitter’s Search API. It will show your or your friends’ latest tweets, and will not require any server side code  or databases. As a result, the ticker will be easily included into any web page and easily modified to your likings.



jQuery plugin for Twitter



You can add alternative content to the container element (that you pass to the plugin). This will be replaced by your tweets when the plugin is executed by jQuery. If JavaScript is disabled or the plugin fails, your visitors will still see your alternative content – a good idea therefore would be to include a link to your twitter profile.



Making Our Own Twitter Timeline



Twitter has grown into a real social phenomenon. This is an incredible achievement for such a simple service. But as you know, great ideas are not necessarily complex. This time we are going to create our own twitter-like timeline, where you can view and post your tweets. You can use the code I’ve provided here for all kinds of purposes and be sure that the possibilities are endless.



jQuery LiveTwitter



LiveTwitter is a lightweight, live updating Twitter search plugin for jQuery.



Tweetable – A jQuery plugin


Tweetable is a lightweight jQuery plugin which enables you to display your twitter feed on your site quickly and easily. More than just displaying the feeds you can highlight @replys as well as links being dynamically generated for ease of use.



Realtime Related Tweets Bar: Another jQuery Plugin




With all the buzz lately about Twitter real-time search. Why don’t you add a real-time tweets bar related to your posts from your twitter timeline or from anybody or even limit it by a geocode coordinates!



A jQuery Plugin for Custom, CSS Styled, Retweet Buttons



Retweet buttons are all over the internet now.  They are a handy for giving visitors a quick way to share a post. These all work great and are easily recognizable.  Sometimes we have wanted to add a button that matches a site a little better.  The topsy button has some customization, but not much.  It just allows you to change color schemes.



jQuery Twitter Widget with @Anywhere support




jTweetsAnywhere is a jQuery Twitter Widget that simplifies the integration of Twitter services into your site.



jQuery quickie: Unlimited Scroll using the Twitter API



Time for another relatively simple jQuery tutorial, just like my previous jQuery quickie. At work, I’m currently working with Silverlight and implemented unlimited scroll. This is a great technique that could be used on loads of websites. Instead of the regular pagination, where the user has to click to see the next page, unlimited scroll automatically loads the next page when the user is at the bottom.



Boastful, a new tweetback library for your blog



I alluded to this yesterday, but finally have been able to release Boastful, a jQuery plugin that grabs “tweetbacks” for your blog. Tweetbacks are like trackbacks- every time someone mentions your blog on Twitter, you can pull in those mentions and print them out on your blog. This has gained in prevalence lately with 3rd party services like Disqus, which grabs all those tweets and integrates them with your normal blog comments. That’s a really crappy solution.



TweetQuote



A simple JavaScript plugin, that pulls the latest Twitter Tweets, based on your search terms, and shows them on your website.



Latest Tweets Tooltip with jQuery



If you have a news website, it might be interesting for you to allow your users to see the latests tweets about a topic. Here is a jQuery plugin for showing the latest tweets about a certain word or phrase.



Twitter API and jQuery Showcase: Display your Followers or Friends




Today I was playing around with the Twitter API and created this little “widget” using jQuery and PHP. I know, there are already plenty of them, but I wanted to improve some details. You can configure and use this in your website to show your followers or friends with some interesting information about them (name, number of followers, number of friends). A reason why 100 followers or friends are loaded in the beginning is the restriction the Twitter API is giving in the number of results per request. So, in order not to make several requests which would take quite some time, I just get 100. However, you can always click the link to the entire list in the end of the pagination.

FREE TweetAttacks – Twitter Adder and Mass Unfollow Tool

Written By Unknown on Kamis, 13 Januari 2011 | 06.24

This free version have the following features
It can follow users from search results
It can follow users from other users followers
It can follow users following
It can follow users in lists
It can unfollow those who dont follow you back
You can download the free version here:
http://rapidshare.com/files/386472895/TweetAttacksFree.zip
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Kumpulan Kata Broadcast Blackberry - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger