Thanks for your reaction!
I found that Twitter is working with the 'data-related' key. By adding this to the code (see below), you will activate the function
- Code: Select all
$html = "<a href=\"http://twitter.com/share\" class=\"twitter-share-button\" " .
"data-url=\"{$link}\" data-text=\"{$text}\" data-count=\"{$button}\"[b] data-related=\"Name - Input for generating relatings\"[/b] data-via=\"{$username}\">" .
"{$label}</a><script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"></script>";
However, I'm not able to add a function to the dashboard to manually enter the related accounts without browsing through the source code
