答案 0 :(得分:1)
在Facebook上分享的Facebook标记
Facebook已经制作了自己的标记语言来理解您网页中的内容。 这使得Facebook上的共享得到了管理,美观和轻松。为此,您必须在网页的head标记内添加以下标记。
C:\Python35\build\exe.win-amd64-3.5>tcptest.exe
Traceback (most recent call last):
File "C:\Python35\lib\site-packages\cx_Freeze\initscripts\__startup__.py", lin
e 12, in <module>
__import__(name + "__init__")
File "C:\Python35\lib\site-packages\cx_Freeze\initscripts\Console.py", line 24
, in <module>
exec(code, m.__dict__)
File "tcptest.py", line 2, in <module>
File "C:\Python35\lib\tkinter\__init__.py", line 35, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: DLL load failed: The specified module could not be found.
您现在可以在脸书中分享精彩内容。 希望它有所帮助。
答案 1 :(得分:0)
你必须使用facebook开放图形标记。使用此功能,您可以设置标题,说明和图像。要设置图像,请使用此
<meta property="og:image" content="IMAGE_URL" />
在<head>
中使用这些标记。可能会有帮助,试试这个open graph markup