Advertisement
cvndythemes

Manual Members

Jan 23rd, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <!--
  2. To add more members, copy from "Start Individual Member COPY FROM HERE" to "End Individual Member TO HERE" and paste after the last block
  3.  
  4. To edit the member avatar and hover title, add the member user name in place of "BLOG NAME" after the title=" and in the tumblr api image url. This will take the member's actual icon and it will change if they change it in the future. This is under "Member Avatar"
  5.  
  6. To edit the member details, replace the "BLOGURL" with the member's url after href="https:// and replace the "BLOG NAME" with their blog name or actual name. Replace the "MEMBER TITLE" with their blog title or their member role ie admin, member, etc
  7. -->
  8.  
  9.  
  10. <!-- Start Member Block -->
  11. <div class="members">
  12.  
  13.  
  14.  
  15. <!-- Start Individual Member COPY FROM HERE -->
  16. <div class="member">
  17.  
  18. <!-- Member Avatar -->
  19. <div class="memberavatar">
  20. <img title="BLOG NAME" src="https://api.tumblr.com/v2/blog/BLOGNAME.tumblr.com/avatar/512">
  21. </div>
  22.  
  23. <!-- Member Details : DONT EDIT class="membername" -->
  24. <div class="names">
  25. <a href="https://BLOGURL.tumblr.com" class="membername">BLOG NAME</a>
  26. <div class="membertitle">MEMBER TITLE</div>
  27. </div>
  28.  
  29. </div>
  30. <!-- End Individual Member TO HERE -->
  31.  
  32.  
  33.  
  34.  
  35. </div>
  36. <!-- End Member Block -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement