Twitter link at the bottom of post don't work. Where should I look for function webtreats_sociable_bookmarks() ?
BR,
CsanyiGroup
(3 posts)
(2 voices)
Twitter link at the bottom of post don't work. Where should I look for function webtreats_sociable_bookmarks() ?
BR,
CsanyiGroup
You can try on this page for example:
http://electrical-engineering-portal.com/danfoss-what-was-ever-cool-about-waste
Is there any possibility to make this twitter link in social bookmark bar to be the same as the one I set up at the top of post?
BR,
CsanyiGroup
Hi CsanyiGroup,
The function is located in \infocus\lib\functions\bookmarks.php. You might want to check line 32.
But, what you are looking for, is located starting line 13 in the same file. The code you'll have to modify is:
`$output_url = sprintf(
'http://twitter.com/home?status=%s%s%s',
urlencode(get_the_title()),
urlencode(' - '),
$url
);`
Let me know if you managed to get it working and if this is what you were looking for!
Cheers,
Dorian
You must log in to post.