|
|
#1 |
|
Twitter Widget
Hey everyone,
I'm building a WIX website and i'm looking for a twitter widget that will display the twitter feed with the ability to scroll and see all tweets. The option provided by Wix isn't very good looking. I'm looking for an HTML widget. Thanks!
__________________
2012 RMBP 2.3/8/256. 16Gb iPhone 5 Black & Slate. |
|
|
|
0
|
|
|
#2 | |
|
Quote:
__________________
2011 15" MacBook Pro 2.2Ghz i7, hr anti-glare iPad 2 32gb (white) iPhone 4S 16gb x2
|
||
|
|
0
|
|
|
#3 | |
|
Quote:
__________________
2012 RMBP 2.3/8/256. 16Gb iPhone 5 Black & Slate. |
||
|
|
0
|
|
|
#4 | |
|
Quote:
Code:
<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script> <script language="javascript" src="/tweet/jquery.tweet.js" type="text/javascript"></script> Code:
<a href="http://www.twitter.com/(twitter account name)"><img src="img/twitter.png"(this is a twitter image to show on the site)></a>
<h4><a class="tweet-header" href="http://www.twitter.com/(twitter account name)" target="blank">Follow Us</a>
<script type='text/javascript'>
jQuery(function($){
$("#custom").tweet({
avatar_size: 32,
count: 4, /*how many will be displayed */
username: (twitter account name),
template: "{text} » {retweet_action}"
});
}).bind("loaded", function(){
$(this).find("a.tweet_action").click(function(ev) {
window.open(this.href, "Retweet",
'menubar=0,resizable=0,width=550,height=420,top=200,left=400');
ev.preventDefault();
});
});
</script>
__________________
2011 15" MacBook Pro 2.2Ghz i7, hr anti-glare iPad 2 32gb (white) iPhone 4S 16gb x2
|
||
|
|
0
|
|
|
#5 | |
|
Quote:
__________________
2012 RMBP 2.3/8/256. 16Gb iPhone 5 Black & Slate. |
||
|
|
0
|
|
|
#6 | |
|
Found this on the net which might help you:
Quote:
__________________
Jim Goldbloom Sr. Web Developer, owner GoldTechPro, LLC http://www.GoldTechPro.com
|
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 11:34 AM.







2011 15" MacBook Pro 2.2Ghz i7, hr anti-glare

Linear Mode
