How To Get The Last Tweet Using jQuery

Lots of websites have started using plugins that display the latest tweets from Twitter. Well, here’s a simple jQuery script shared by ayalcinkaya from Mkyong that uses jQuery which basically has the same concept except that it retrieves only the user’s one latest tweet. jQuery AJAX $(‘#last-tweet’).click(function(){ $(“#tweet_result”).text(“Loading……”); var username = $(‘#username’).val(); $.ajax({ type: “GET”, [...]

Continue Reading →

How to Add Your Pinterest Pins To Your Site

One of today’s fastest growing and most popular social network sites is Pinterest. Pinterest, which was launched as a closed beta in March 2010, is a pinboard-style photo-sharing site that lets you manage theme-based interests, events, etc. Many people have started using this since its release and it is one way to increase your audience [...]

Continue Reading →

Get And Display Your Social Follower Count Using PHP

It is often common for websites to display how many RSS subscribers and followers from various social sites they have. You could say that it’s a way for them to show how popular their site is, and to encourage more visitors to stay. That’s why today, I’d like to feature a tutorial from Alex of [...]

Continue Reading →

Social Image Hover

Social Image Hover is a plugin created by developers at Code Canyon that combines the most popular social network services. This lets you easily add hover over social buttons to your images, making them shareable on sites like Facebook, Google Plus, etc. This is compatible with all web browsers and works on all iOS devices [...]

Continue Reading →

How To Add a Pinterest Button In WordPress Without Using A Plugin

Today, you’ll learn how to add a Pinterest button to your WordPress site without using a plugin. This tutorial is made by Marvie Pons of TutsKid and it’s pretty simple and easy to follow. Like with most, if not all WordPress tricks, all it takes is appending a few lines of code in your functions.php [...]

Continue Reading →

The Importance of Social Media with Email Marketing [Guest Post]

Since the Web 2.0 marketing was introduced in 1999, social media has rapidly become an essential part of any online marketing strategy. Social media networks on the web, including Facebook, Twitter and Pinterest, have turned marketing and promotion into a two-way conversation between companies and their customers. For companies looking to monitor their brand presence [...]

Continue Reading →

How To Create A Custom Pinterest “Pin It” Button For Your Website

Libby Fisher came up with this nice code snippet and shared it on ICode4You, which I thought would also be worth sharing here on Blogfreakz. It’s a JavaScript code that lets you create a “Pin It” button using a custom graphic for your website. Copy it and enjoy sharing your favorite images in Pinterest! <div> [...]

Continue Reading →

Displaying Tweets With MooTools Widget

If you’re looking for a way to be able to display tweets in your website using a MooTools-built widget, then today’s your lucky day. Today we are highlighting ‘Tweet Display’, a nifty widget developed by Thomas Kunambi that allows you to embed tweets in a designated container by pulling the information from a specified Twitter [...]

Continue Reading →

How To Disable “Seen” In Facebook Chat

If you chat a lot with your friends at Facebook then you might have already noticed the new update they implemented to their chat system, but in case you haven’t, read on. The update I’m referring to is called the “Seen” feature. Basically it’s a feature that lets the sender of a chat or private [...]

Continue Reading →

Chit Chat for Facebook – An Honest Review

One of the biggest complaints about chat in social networking is that you have to be logged into the social network to use it. It can be a hindrance to productivity to keep the browser open and check back without being sucked back into Facebook for vast periods at a time. Sometimes, users would simply [...]

Continue Reading →

Page 3 of 5«12345»