Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-05-2009, 03:20 PM   PM User | #1
particlepat
New to the CF scene

 
Join Date: Jun 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
particlepat is an unknown quantity at this point
Arrow Editing the Twitter Widget

I'm using twitter's profile widget on my site and I want to change some things but I don't know how.

1st I want to change it so that if you click on a link it opens in a new tab or window so that it doesn't link away from my site.

2nd I only want to to display the updates made within the past 21 days.

Is anyone familiar with this?

Code:
<div id="twtr-profile-widget"></div>
<script src="http://widgets.twimg.com/j/1/widget.js"></script>
<link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">
<script>
new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: true,
  width: 230,
  height: 250,
  theme: {
    shell: {
      background: '#dcdcdc',
      color: '#434343'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#0389ff'
    }
  }
}).render().setProfile('BCSProSoft').start();
</script>
particlepat is offline   Reply With Quote
Old 05-07-2011, 10:39 AM   PM User | #2
jackmcmahon
New to the CF scene

 
Join Date: May 2011
Location: NV
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jackmcmahon is an unknown quantity at this point
Did you already fixed this? Thanks. I am interested to do the same feature on my meaning of numbers site.

Last edited by jackmcmahon; 05-08-2011 at 06:25 PM..
jackmcmahon is offline   Reply With Quote
Reply

Bookmarks

Tags
twitter, widget

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:22 AM.


Advertisement
Log in to turn off these ads.