如何设置在Facebook上共享页面时使用的默认图像?

时间:2015-11-23 02:02:32

标签: html facebook facebook-opengraph opengraph open-graph-protocol

我曾尝试使用meta标签在博客上看到的内容,但它似乎并没有起作用。

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/green_go"
    android:paddingBottom="60dp"
    android:paddingLeft="35dp"
    android:paddingRight="35dp"
    tools:context=".MainActivity">

 <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        //NEEDS ID
        android:weightSum="10"
        android:orientation="vertical"
        >
    <Chronometer
        android:id="@+id/currentElapsed"
        android:layout_centerInParent="true"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@drawable/white_circle"
        android:gravity="center"
        android:textColor="@color/green_go"
        android:textSize="65sp"
        android:layout_weight="7" />

    <ImageButton
        android:id="@+id/stopButton"
        android:background="@drawable/stop_button"
        android:layout_centerHorizontal="true"
        android:layout_width="150dp"
        android:layout_height="0dp" 
        android:layout_weight="3"
        android:layout_alignParentBottom="true" />
</LinearLayout>
</RelativeLayout>

2 个答案:

答案 0 :(得分:1)

除了推荐的开放图表标签外,我还包含一个链接标签:

<link rel='image_src' href='https://example.com/path/x/file.ext' />

(与og相同的uri:image content =“uri”)

答案 1 :(得分:0)

您不需要类型,宽度或高度,但您必须添加一些其他字段才能使其正常工作。例如:

.htaccess