[Plugin: Facebook Like Thumbnail] Add link rel="image_src" also
-
For historical reasons please also replace:
echo “\n\n<!– Facebook Like Thumbnail –>\n<meta property=\”og:image\” content=\”$thumb\” />\n<!– End Facebook Like Thumbnail –>\n\n”;
with:
echo “\n\n<!– Facebook Like Thumbnail –>\n<meta property=\”og:image\” content=\”$thumb\” />\n<link rel=\”image_src\” href=\”$thumb\” />\n<!– End Facebook Like Thumbnail –>\n\n”;
Anyway… Facebook is ignoring this, don’t know why…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Facebook Like Thumbnail] Add link rel="image_src" also’ is closed to new replies.