Discussion Forums  >  Uncategorized

Replies: 6    Views: 302

Fazlul
Aspiring developer
Profile
Posts: 18
Reg: Jun 15, 2011
location unknow...
180
06/24/11 07:02 AM (14 years ago)

Customizing the twitter page

Hello, is it possible to customize the look & feel of the twitter page ? I know we can change the background, but i would like to resize/reposition the UI elements and also change the font color. Another related question: i would like to pre-fill the twitter text box by pushing data from a custom HTML. is that possible ? I am using to access the twitter page using the tab button, so basically, when i switch from the custom HTML page, i would like to take that event and trigger the text feed into the twitter page. Maybe too much to ask, but any suggestion would be much appreciated. I am willing to learn some coding if necessary to do this. Thanks a bunch ! This forum has been very active.
 
Fazlul
Aspiring developer
Profile
Posts: 18
Reg: Jun 15, 2011
location unknow...
180
like
06/25/11 04:24 AM (14 years ago)
Anyone, any ideas ?
 
basement
Aspiring developer
Profile
Posts: 488
Reg: Apr 07, 2011
Ontario
4,880
like
06/26/11 07:45 PM (14 years ago)
Check out the twitter page on my app: http://itunes.apple.com/ca/app/amazing/id438735841?mt=8&ls=1 If it's what you are after, give me your email address and I'll send you the HTML code
 
Fazlul
Aspiring developer
Profile
Posts: 18
Reg: Jun 15, 2011
location unknow...
180
like
06/27/11 12:37 AM (14 years ago)
Yes, that would be helpful ! Thank you. My address is: [email protected]
 
fplamorim
Apple Fan
Profile
Posts: 11
Reg: Sep 05, 2011
Boca Raton
110
like
10/11/11 09:10 PM (14 years ago)
Please, can you send me the code too??? I am trying to change the look on how shows Twitter and/or Facebook on the app... thank you. Fernando [email protected]
 
Swissmaik
I hate code!
Profile
Posts: 1
Reg: Oct 15, 2011
Wilchingen
10
like
10/16/11 09:25 AM (14 years ago)
Looks Good, can you send me the Code also? [email protected] Thanks in advance, Michael
 
basement
Aspiring developer
Profile
Posts: 488
Reg: Apr 07, 2011
Ontario
4,880
like
10/17/11 06:38 AM (14 years ago)
here y'go! Here's the code. To customize it for yourself, just insert your twitter username where I have inserted amazingcomp2 (right towards the bottom): <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd> <html> <head> <title></title> <meta content=text/html; charset=UTF-8 http-equiv=Content-Type /> <meta content=width=device-width; initial-scale=1.0; maximum-scale=2.0; user-scalable=1; name=viewport /> <style type=text/css> html{background-color:transparent;height:100%;width:100%;} body{background-color:transparent;font-size:11pt;font-family:helvetica;} img{border:0px;} </style> </head> <body> <script src=http://widgets.twimg.com/j/2/widget.js></script><script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 12, interval: 6000, width: 'auto', height: 300, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#4aed05' } }, features: { scrollbar: true, loop: false, live: true, hashtags: true, timestamp: true, avatars: true, behavior: 'all' } }).render().setUser('amazingcomp2').start(); </script></body> </html>
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.