I’m newbie to TypoScript. I actually don’t know how to make link like this:

By googling, I got some idea on typoscript like this:
lib.social = COA
lib.social.special = language
lib.social.special.value = 0,1,2
lib.social.1 = GMENU
lib.social.1{
wrap = <ul> | </ul>
noBlur = 1
expAll = 1
NO = 1
NO {
ATagTitle.field = title // nav_title
stdWrap.htmlSpecialChars = 1
wrapItemAndSub = <li> | </li>
accessKey = 1
}
}
lib.social.1.NO{
XY = [5.w]+4, [5.h]+4
5 = IMAGE
5.file = {$global.imagePath}facebook.png || {$global.imagePath)twitter.png || {$global.imagePath)xing.png
5.offset = 2,2
}
I’m sure I got a problem with lib.social = language and I also try different things lik directory or browse but it still does not work and I may have some mistakes with the above script which I can’t figure out.
In overall, I don’t know how to make it work by linking to the external urls using typoscript.
Thanks
Most of social networks has their own embedding code so you don’t need to create it manually, just can put into the marker the code…
you can also use http://www.addthis.com to place many different social buttons
blockset thewidth,height,float(to make sure the each button is in the sam line, and finallybackground-imagewith your buttons. Usespritetechnique for the image for best results (all buttons in one file, then set correct button for link withbackground-position