Introduction:
Here I will explain how to create facebook like twitter follow us box widget with count using jQuery.
Description:
In previous articles I explained Get latest or recent tweets using jQuery, integrate twitter login for website, integrate facebook login for website and many articles relating to JQuery and asp.net. Now I will explain how to create facebook like twitter follow us box with count using jQuery.
In previous articles I explained Get latest or recent tweets using jQuery, integrate twitter login for website, integrate facebook login for website and many articles relating to JQuery and asp.net. Now I will explain how to create facebook like twitter follow us box with count using jQuery.
To implement twitter follow us widget I am
going to use jQuery twitter follow box plugin because by
using this plugin we can implement twitter follow us widget by writing few
lines of coding like as shown
|
If you want to see this with complete
example check below code
Example
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>jQuery Implement Twitter follw us plugin like facebook</title>
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<link href="followbox.css" rel="stylesheet" type="text/css" />
<script src="jquery.followbox.min.js"
type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$('#mytwitterfollowbox').followbox({
user: 'aspdotnetsuresh'
});
});
</script>
</head>
<body>
<form id="form1"
runat="server">
<div id="mytwitterfollowbox"
class="follow-box-container"></div>
</form>
</body>
</html>
|
If you observe above code in header section I used jquery.followbox.min.js plugin and other css style plugins to show twitter follow up count like facebook
widget you can get those plugin details from below attached folder or you can
get from this link twitter follow box.
Demo
Download Sample Code Attached
If you enjoyed this post, please support the blog below. It's FREE! Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email. |
|||
|
|||
7 comments :
yoy r really rocking with code. this site is very useful for me...
Full code enga....
Its not working any more
Its not working brother. I think follow-box-container class in css file is missing.
sir ji Its not working please tell me .how i do this
this code is not worked
it is not working
Note: Only a member of this blog may post a comment.