Admin
[code]POST HÌNH ẢNH LÊN FB CLICK DẪN TỚI WEBSITE
on 17/07/2015Admin
loading...
POST HÌNH ẢNH LÊN FB CLICK DẪN TỚI WEBSITE
-------------------------------------------------------------------
Tạo 1 file html với nội dung như sau:
- Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="vi" prefix="og:http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta property="og:locale" content="vi_VN" />
<meta property="og:description" content="2,500,000 Views" />
<meta property="og:site_name" content="02:45:12" />
<meta property="og:title" content=" " />
<meta property="og:url" content="Link hình ảnh" />
<meta property="og:image" content="Link hình ảnh" />
</head>
<body>
<script>
window.location.replace("link website trỏ đến");
</script>
</body>
</html>
-----------------------------------------------------------------------
Thay link ảnh và link website cần trỏ đến. Sau đó up file này lên host của mình.
Việc cuối cùng paste link html lên status, đợi fb nhận ảnh xong thì xóa link đi, post nội dung là ok.
No Comment.