Take A Look At This

Choloboy

Member
Wasn't sure what to name it, sorry for the poor title.

Not sure if it could be made into an addon or maybe as a template edit. But I see some forums and especially blogs using this. What it does is display social networks next to the scroll bar. It is best explained on the image I provided below.
 

Attachments

  • demo1.webp
    demo1.webp
    3.3 KB · Views: 43
It's basic HTML and CSS, Here's an example.

Code:
<a href="https://twitter.com/your-twitter-account" rel="nofollow" class="your-class" target="_blank" title="Follow us on Twitter">Twitter</a>
 
Top Bottom