Quickly Social Media Sharing with AI

Choose Platform

About Quick Sharing to Social Media

This feature provides a convenient social media sharing solution, supporting quick sharing to mainstream social platforms. With AI-powered generation, it can automatically create engaging share content to improve content distribution effectiveness.

Usage Steps

  1. Edit the content you want to share in the text box above
  2. If you need AI help to generate share content, click the "AI Generate Share Content" button
  3. Choose the social media platform you want to share to
  4. Complete the sharing operation in the newly opened window

How to Integrate One-Click Share on Your Website?

You can quickly integrate the one-click share feature using the following HTML example code:

Button Style:

<a href="http://sopilot.net/share" target="_blank"" 
   style="display: inline-block; background-color: #3b82f6; color: white; padding: 8px 16px; border-radius: 4px;">
   Share
</a>

Icon Style:

<a href="http://sopilot.net/share target="_blank"" 
   style="display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: #3b82f6; color: white;">
   <svg xmlns="http://www.w3.org/2000/svg" style="width: 20px; height: 20px;" viewBox="0 0 20 20" fill="currentColor">
     <path d="M15 8a3 3 0 10-2.977-2.63l-4.94 2.47a3 3 0 100 4.319l4.94 2.47a3 3 0 10.895-1.789l-4.94-2.47a3.027 3.027 0 000-.74l4.94-2.47C13.456 7.68 14.19 8 15 8z" />
   </svg>
</a>