我从 Facebook api 得到这个帖子对象:
{
"id"=>"XXX",
...,
"message"=>"abcd efg hijkl mn The New York Times opqr",
"message_tags"=>{
"18"=>[{
"id"=>"5281959998",
"name"=>"The New York Times",
"type"=>"page",
"offset"=>18,
"length"=>18
}]
},
...
}
如何在 rails 中创建指向 facebook 页面的链接,例如使用偏移和长度属性?结果将是这样的:
abcd efg hijkl mn <a href="www.facebook.com/5281959998">The New York Times</a> opqr