Quote:
Originally Posted by webgroup
Installed, not working. No images or updates are showing.
|
Quote:
Originally Posted by Cybertims
Same here
|
In your footer template, find
Code:
<script type="text/javascript" src="js/jquery.twitter-friends-1.0.min.js?T=1"></script>
<link rel="stylesheet" href="css/twitterfriends.css"/>
Replace with:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.twitter-friends-1.0.min.js"></script>
<link rel="stylesheet" href="css/twitterfriends.css"/>
Quote:
Originally Posted by Hanany95
Looks good man! Just one question. Do the users see my follower's tweets or can they import their own account?
|
If you create the profilefield and your users add their twitter account name then it will show their followers, if they don't fill it in then nothing will show. If you want to display your website's twitter account to everyone use the code in post #3