我如何将真实图片分享到 Facebook?

问题描述

我有一段时间想将我的 django 博客应用程序中的一篇文章分享到 facebook,但每次我发现问题时,当 treid 分享帖子时,它与图片个人资料而不是图片帖子分享...请帮助我 这是我的应用程序的链接,特雷德分享一些帖子,你很清楚问题出在哪里 链接http://mazaridz.pythonanywhere.com

文章.html

 <div class="text-center center-block">
            <p class="txt-railway" style="font-family: 'Cairo',sans-serif;"><a href="{{art.source}}">مصدر المقال</a>
                           <p>
            <p class="txt-railway" style="font-family: 'Cairo',sans-serif;">مشاركة المقال</p>
                    <hr>
                     <br />

           <a href="https://www.facebook.com/sharer/sharer.PHP?u=http://mazaridz.pythonanywhere.com/article/{{art.id}}/{{art.slug}}"><i id="social-fb" class="fa fa-facebook-square fa-3x social" target = ""></i></a>

           <a href="https://twitter.com/home?status={{request.build_absolute_url}}%20{{share_title}}"><i id="social-tw" class="fa fa-twitter-square fa-3x social"></i></a>
          <a href="https://plus.google.com/share?url=mazaridz.pythonanywhere.com/article/{{art.id}}"><i id="social-gp" class="fa fa-google-plus-square fa-3x social"></i></a>
         <a href="mailto:bootsnipp@gmail.com"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
 </div>

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...