<div class = 'share_story'>
<{if
    {cfg_share_links_as_text}
    {
        ?
        "<h3>" @"Share" "</h3>"
        "<ul>"
        "<li>"
            "<a href = 'http://www.facebook.com/sharer.php?u="
            {aurl 'STORY' 'topic' $0 'id' $1}
            "'>facebook</a>"
        "</li>"
        "<li>"
            "<a href = 'http://twitter.com/intent/tweet?url="
            {aurl 'STORY' 'topic' $0 'id' $1}
            "&text="
            {story_title $0 $1}
            {if {ne cfg_twitter_user ""} {? "&via=" cfg_twitter_user}}
            "'>twitter</a>"
        "</li>"
        "<li>"
            "<a href='https://plus.google.com/share?url="
            {aurl 'STORY' 'topic' $0 'id' $1}
            "'>Google+</a>"
        "</li>"
	   {cfg_more_share_links}
        "</ul>"
    }
    {
        {share_buttons {aurl 'STORY' 'topic' $0 'id' $1}}
    }
}>
</div>
