Advertisement
mrbeanrr

tutorial for twitter

Dec 6th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. Adding spaces or boxes for friends or/and messages for the layout would render you difficulty in understanding but I'll try my best to simplify things in words.
  2.  
  3. First, you have to click source in order to see the codes for your layout.
  4.  
  5. Second, decide of which you wish to add, i.e. spaces or boxes for friends or/and messages.
  6.  
  7. I. For messages section,
  8. Scroll down until you reached the bottom.
  9. From the bottom, count the < / d i v > codes up to two.
  10. Right before the second < / d i v > code you've seen, paste this/these:
  11.  
  12. a) for tagging people with short comment.
  13.  
  14. <div style="border-left-style:solid;border-right-style:solid;border-bottom-style:solid;border-width:1px;border-color:#B0B0B0;width:349px;background-color:#ffffff;padding:10px;text-align:left;">
  15. <div style="width:50px;height:50px;">
  16. <img alt="" src="http://i.imgur.com/5sIxCDP.jpg" style="width:50px;height:50px;" /></div>
  17. <div style="height:50px;">
  18. <div style="margin-left:60px;width:169px;margin-top:-50px;height:17px;font-size:14px;font-family:arial, helvetica, sans-serif;color:#4B4B4B;">
  19. <strong><a href="yoururl.com" rel="nofollow" style="text-decoration:none;color:#B0B0B0;" title="click this">name</a></strong> @ name</div>
  20. <div style="margin-left:60px;margin-top:5px;height:27px;font-size:12px;font-family:arial, helvetica, sans-serif;color:#B0B0B0;line-height:13px;">
  21. <a href="yoururl.com" rel="nofollow" style="text-decoration:none;font-weight:normal;color:#6E6E6E;" title="click this">@name</a> short comment.</div>
  22. </div>
  23. </div>
  24.  
  25. b) for tagging people with photos (maximum width must be 289)
  26.  
  27. <div style="border-left-style:solid;border-right-style:solid;border-bottom-style:solid;border-width:1px;border-color:#B0B0B0;width:349px;background-color:#ffffff;padding:10px;text-align:left;">
  28. <div style="width:50px;height:50px;">
  29. <img alt="" src="http://i.imgur.com/5sIxCDP.jpg" style="width:50px;height:50px;" /></div>
  30. <div style="height:50px;">
  31. <div style="margin-left:60px;width:169px;margin-top:-50px;height:17px;font-size:14px;font-family:arial, helvetica, sans-serif;color:#4B4B4B;">
  32. <strong><a href="yoururl.com" rel="nofollow" style="text-decoration:none;color:#B0B0B0;" title="click this">name</a></strong> @ name</div>
  33. <div style="margin-left:60px;margin-top:5px;height:27px;font-size:12px;font-family:arial, helvetica, sans-serif;color:#B0B0B0;line-height:13px;">
  34. picture caption. <a href="yoururl.com" rel="nofollow" style="text-decoration:none;font-weight:normal;color:#6E6E6E;" title="click this">pic.twitter.com/character</a></div>
  35. </div>
  36. <div style="margin-left:60px;">
  37. <div style="width:289px;height:217px;">
  38. <img alt="" src="http://i.imgur.com/5sIxCDP.jpg" style="width:289px;height:217px;" /></div>
  39. </div>
  40. </div>
  41.  
  42. c) for tagging people with videos (just change the characters next to the /embed/)
  43.  
  44. <div style="border-left-style:solid;border-right-style:solid;border-bottom-style:solid;border-width:1px;border-color:#B0B0B0;width:349px;background-color:#ffffff;padding:10px;text-align:left;">
  45. <div style="width:50px;height:50px;">
  46. <img alt="" src="http://i.imgur.com/5sIxCDP.jpg" style="width:50px;height:50px;" /></div>
  47. <div style="height:50px;">
  48. <div style="margin-left:60px;width:169px;margin-top:-50px;height:17px;font-size:14px;font-family:arial, helvetica, sans-serif;color:#4B4B4B;">
  49. <strong><a href="yoururl.com" rel="nofollow" style="text-decoration:none;color:#B0B0B0;" title="click this">name</a></strong> @ name</div>
  50. <div style="margin-left:60px;margin-top:5px;height:27px;font-size:12px;font-family:arial, helvetica, sans-serif;color:#B0B0B0;line-height:13px;">
  51. video caption. <a href="yoururl.com" rel="nofollow" style="text-decoration:none;font-weight:normal;color:#6E6E6E;" title="like this">http://www.youtube.com/watch?v=XQ...</a></div>
  52. </div>
  53. <div style="margin-left:60px;">
  54. <iframe frameborder="0" height="162" src="//www.youtube.com/embed/XQHpKfRkXLA" width="289"></iframe></div>
  55. </div>
  56.  
  57.  
  58.  
  59. II. for adding friends section,
  60.  
  61. Press Command (Ctrl) + F and paste this inside the box:
  62. follow her/him </a></div>
  63.  
  64. After finding which, insert this code right AFTER the highlighted text:
  65.  
  66. <div style="margin-top:10px;">
  67. <div style="width:50px;height:50px;">
  68. <img alt="" src="http://i.imgur.com/5sIxCDP.jpg" style="width:50px;height:50px;" /></div>
  69. <div style="margin-left:60px;width:169px;margin-top:-50px;height:15px;font-size:12px;font-family:arial, helvetica, sans-serif;color:#4B4B4B;">
  70. <strong>Name</strong></div>
  71. <div style="margin-left:60px;height:35px;font-size:10px;font-family:arial, helvetica, sans-serif;color:#B0B0B0;line-height:13px;">
  72. short bio<br />
  73. message<br />
  74. <a href="yoururl.com" rel="nofollow" style="text-decoration:none;font-weight:normal;color:#B0B0B0;" title="click this">follow her/him</a></div>
  75. </div>
  76.  
  77.  
  78. Should there any more be questions, feel free to raise it up on my rp's comment section and I'll help you as much as possible. Thanks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement