0

如果用户使用 https,我的应用程序可以正常工作。但如果用户不使用 https,facebook 会插入target="_blank"所有超链接,这会导致它在 facebook 之外打开一个新标签。为什么要这样做,我需要做什么才能使其正常工作?

4

1 回答 1

0

您的页面https://secure.rvwholesalers.com/rvwholesalers/facebook/apps/inventory/已经附加了 target="_blank"

<tr>
<td><a style="font-size: 16px;" target="_blank" href="http://www.rvwholesalers.com/rvs/sierra-376bhok-vs-sandpiper-376bhok.html">Compare our Sandpiper 376BHOK to their Sierra 376BHOK.</a></td>
</tr>
于 2013-02-27T17:59:53.277 回答