Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一位客户询问是否可以包含一个链接,该链接通过 html 时事通讯将消息发布到您的 Facebook 墙上。这通常通过 iframe 发生,但是否可以复制链接并将其用作<a>标签?
<a>
听起来您正在寻找 facebook 分享者链接?
https://www.facebook.com/sharer/sharer.php?u=URL_TO_SHARE
whereURL_TO_SHARE替换为您要在 facebook 上分享的网址,例如www.google.com
URL_TO_SHARE
www.google.com
HTML
<a href="https://www.facebook.com/sharer/sharer.php?u=http://www.google.com" target="_blank">Click Here To Share</a>