[TYPO3] typolink

Peter Klein peter at umloud.dk
Thu Jan 24 10:35:05 CET 2008


Hi Miguel. Try this:

lib.delicious = IMAGE
lib.delicious {
  file = fileadmin/templates/images/iconos/ico_delicious.gif
  stdWrap.typolink.parameter.cObject = COA
  stdWrap.typolink.parameter.cObject {
    wrap = http://del.icio.us/post|
    10 = COA
    10.1 = TEXT
    10.1.data = TSFE:baseUrl
    10.2 = TEXT
    10.2.typolink.parameter.data = page:uid
    10.2.typolink.returnLast = url
    10.rawUrlEncode = 1
    10.wrap = ?url=|

    20 = COA
    20.1 = TEXT
    20.1.data = page:title
    10.rawUrlEncode = 1
    20.wrap = &title=|
  }
}


-- 
Peter Klein/Umloud Untd

"Miguel Angel Calleja Lázaro" <mangelcl at yahoo.es> skrev i en meddelelse 
news:mailman.4868.1201012826.5304.typo3-english at lists.netfielders.de...
> Hi list, i have to create a link in typoscript to post in delicious but i 
> dont know how can i add url and title parameter.
> lib.delicious=TEXT
> lib.delicious {
>    value = <img 
> src="/fileadmin/templates/images/iconos/ico_delicious.gif"/>
>    typolink.parameter = 
> http://del.icio.us/post?url={my_url_page}&title={page:title}
> }
>
> how can I put Url page and how can i replace these values? Thanks 




More information about the TYPO3-english mailing list