Advertisement
iteach

Fb tricks (comment ,post etc.)

Oct 2nd, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Facebook Tricks 2018
  2. .
  3. Note: You must remove plus (+) sign first from the code.
  4. .
  5. * Blank Post — @+[0:0: ]
  6. * Blank Comment — @@+[1:[0:1: ]]
  7. * Blue Comment — @@+[1:[0:1:YourCommentHere]]
  8. * Mention a Person, Page or a Group — @+[FacebookID:]
  9. .
  10. For Browsers only (Opera Mini, UC Browser, etc.)
  11. * Blank Reply on Chat — @+[2:2: ]
  12. .
  13. For Facebook apps. only (Facebook Lite, Messenger, etc.)
  14. * Bold Text — <+b>TextHere<+/b>
  15. * Colored Text — <+fg=b0HexColorHere>TextHere<+/fg>
  16. * Text w/ Bg Color — <+bg=b0HexColorHere>TextHere<+/bg>
  17. * Colored Text w/ Bg Color — <+bg=b0HexColorHereForBg><
  18. +fg=b0HexColorHereForText>TextHere<+/fg><+/bg>
  19. .
  20. Hex Color Guide
  21. 0000ff - blue
  22. 00ff00 - green
  23. ff0000 - red
  24. you can also mix these to make new color
  25. e.g.
  26. blue + red = violet
  27. 0000ff + ff0000 = ff00ff
  28. .
  29. example code:
  30. <+fg=b0HexColorHere>TextHere<+/fg>
  31. it will be
  32. <+fg=b0ff00ff>this is violet text<+/fg>
  33. remove plus (+)
  34. .
  35. preview
  36. <fg=b0ff00ff>this is violet text</fg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement