简体   繁体   中英

Facebook open graph object with link

I'm trying to create a custom open graph story. I would like to make the action related object clickable. For now it's just text. 在此处输入图片说明

This is what I want to achieve 在此处输入图片说明

I was playing with custom objects and built ones but the result was the same. Created object has a url property but it is still displayed as plain text. How to achieve something like on the second picture?

{
  "end_time": "2016-05-16T10:48:38+0000",
  "start_time": "2016-05-16T10:48:38+0000",
  "type": "serviceloverstestapp:review",
  "data": {
    "article": {
      "id": "00000000000000",
      "title": "My title",
      "type": "article",
      "url": "http://foo.bar"
    }
  },
  "id": "1111111111111"
}

UPDATE:

In the facebook object-browser the og:url property is blank but on the scraped page og:url tag is present. After filling it in object-browser and saving without any error the url still remains blank.

After some serious digging I have found a solution. In the open graph action in edit tenses view I had to change my object reference in One to One - Without Object Title section to {article} not {article.name} or anything like that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM