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 6564359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:57:24+00:00 2026-05-25T13:57:24+00:00

A website in C# and jQuery will read the last post from a Twitter

  • 0

A website in C# and jQuery will read the last post from a Twitter timeline and shows it.

I’ve found many plugins for jQuery (like Tweet!, Juitter, jQuery for Twitter, etc) and currently I’m using Juitter to do it. But I’m thinking whether this client-side approach is the best, since search crawlers will not read this content because it’s JavaScript dependent.

On the other hand, loading on the Page_Load could be a overhead to the server, since it will be waiting the Twitter response before sending the HTML back. Unless there is any way better than I thought…

Someone like one of these alternatives or suggest any other?

EDIT

Just to clarify, I will haven’t live updates after the post is loaded and shown.

Also I’m thinking if I could create some kind of cache on C# and only do requests to Twitter API again if a new post is written. This could be done?

  • 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-25T13:57:25+00:00Added an answer on May 25, 2026 at 1:57 pm

    I’d put the functionality on the client. Putting it in your C# code really isn’t giving you any benefits – except maybe in SOE – which there might be a way around (or not – I’m not that knowledgeable in SOE land).

    Aside from SOE… these are what I can think of this late on Friday.

    Pros to Client Side:

    1. The client will be able to load faster – which is always better. If twitter is slow, you can manage the GUI with scripting rather than forcing a trip to the server.
    2. It takes away from your server doing a lot of the work
    3. Less internet clutter – yes one day we will be taxed on this!
    4. The appearance of quickness. Even if it’s the same speed as having it on the server, it usually appears faster – which in users eye’s is better.

    Pros to Server Side

    1. You have more control on the back end data, easier to save information the user has, favorites, how many times they search, etc.
    2. Less worry about client computers. You never know when a client might have 32 tool bars installed which can cause errors with script’s on pages. Server side eliminates this.
    3. C#. Plain and simple I love it better than JavaScript

    You might be able to squeek away with both by loading it server side, but updating client side. call the same methods, but just do one on the first load, then use script for the rest.

    Update:

    For caching on twitter, I believe you can cache previous tweets so you don’t need to fetch them again. Should I output cache my control that looks up twitter RSS onload? has a topic on that.

    If you’re not having live updates, then you could easily do that on the server side, or Jquery side. If you’re looking for SOE, I would opt for server side on the initial load, as that is a point you did mention.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently building a website using jquery. I've found a script which will cause
I'm using jQuery autocomplete plugin from jQuery website calling the controller url which return
Is there a website that lists all of the publicly available JQuery plugins? Also,
My website has a jQuery script (from Shadow animation jQuery plugin ) which constantly
I'm using this code sample that came from jquery-ui website to show the dialog
I use several jquery plugins on my website, most of which are actually used
the following lines are from the official jQuery website <script src=http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js></script> <script>!window.jQuery && document.write('<script
I'm trying to do inline editing for my website using jQuery so I can
I have a website which uses jQuery and lots of mouseover / mouseout effects.
On jQuery's official website, they say the minified file size is 18k, but after

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.