Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3400468
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:53:47+00:00 2026-05-18T04:53:47+00:00

I am using the Twitter widget from Twitter itself. You can download it at

  • 0

I am using the Twitter widget from Twitter itself.
You can download it at http://twitter.com/about/resources/widgets/widget_profile

Now i get this code:

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 180,
  height: 320,
  theme: {
    shell: {
      background: '#6e6e6e',
      color: '#ffffff'
    },
    tweets: {
      background: '#fefefe',
      color: '#545454',
      links: '#b05c5c'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('SchmidtGlobal').start();
</script>

When I embed this in my website I get my logo at the top left side.
Is there any possibility to get this out?

It’s refereing to this script: http://widgets.twimg.com/j/2/widget.js

Any help would be appreciated.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T04:53:48+00:00Added an answer on May 18, 2026 at 4:53 am

    In the full source the location of the logo is defined here:

    var logo = isHttps ? 'https://twitter-widgets.s3.amazonaws.com/i/widget-logo.png' : 'http://widgets.twimg.com/i/widget-logo.png';
    

    and embedded in HTML here:

    <a target="_blank" href="http://twitter.com"><img alt="" src="' + logo + '"></a>
    

    So you should just drop that part and you’re done.

    That said, I wonder if this isn’t against the license agreement.


    UPDATE: Above method indeed removes the Twitter logo, as the OP suspected, but it is not that difficult to remove the profile image. A look at the resulting widget (using ‘Test Settings’) shows me that the image’s markup is

    <a class="twtr-profile-img-anchor" href="http://twitter.com/***" target="_blank">
        <img src="http://a1.twimg.com/profile_images/***/***.jpg" class="twtr-profile-img" alt="profile">
    </a>
    

    so it’s just a matter of finding code that sets class twtr-profile-img-anchor in the source code. And look, it’s there:

    /**
      * @public
      * @param {string}
      * sets the profile image source to display in the widget
      * @return self
      */
    setProfileImage: function(url) {
      this._profileImage = url;
      this.byClass('twtr-profile-img', 'img').src = isHttps ? url.replace(httpsImageRegex, httpsImageReplace) : url;
      this.byClass('twtr-profile-img-anchor', 'a').href = 'http://twitter.com/' + this.username;
      return this;
    }
    

    I highly suspect that removing the line that calls setProfileImage will suffice:

    this.setProfileImage(resp[0].user.profile_image_url);
    

    The only thing you’ll notice is that the header will now be too far to the right. You’ll have to override this CSS rule:

    .twtr-widget-profile h3, .twtr-widget-profile h4 {
        margin: 0 0 0 40px !important;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For example, say I was using the twitter widget here: http://twitter.com/about/resources/widgets/widget_profile And I was
I'm using code from http://twitter.com/about/resources/widgets/widget_search Everything works fine, except I would like to filter
When I'm looking at Spring Source site I see js widget which requests http://search.twitter.com/search.json
I am using Twitter's own Search Widget (Which can be seen here ) on
I am trying to find only new tweets using Twitter Search. For example: http://search.twitter.com/search?tag=bruins&lang=en&rpp=100&result_type=recent&since=22451745267388417
I am currently using this page http://www.silverlightshow.net/items/Silvester-A-Silverlight-Twitter-Widget.aspx to make a Silverlight application that gets
From few months ago when i was using twitter, i was able to send
In regards to: Find Hyperlinks in Text using Python (twitter related) How can I
I've got a nice little twitter widget on my website that was created using
using a twitter display widget and need to add links to the hash tags.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.