{% comment %} Social Share Buttons Component Supports: Twitter (X), Facebook, LinkedIn, Copy Link Usage: {% include 'post/extras/social_share.html' with title=post.title url=request.build_absolute_uri %} {% include 'post/extras/social_share.html' with title=post.title url=post.get_absolute_url label="分享到" copy_text="链接已复制!" %} Variables: - title: The page title to share (required) - url: The URL to share (required, defaults to current page if empty) - label: Optional label text (default: "分享") - copy_text: Optional "copied" feedback text (default: "已复制") {% endcomment %}