-2
我想知道如何在這種情況下將彈出窗口的內容從twitter彈出窗口傳遞給div,然後關閉窗口彈出窗口?如何將窗口彈出窗口的內容傳遞給父div?
<a class="twitter-hashtag-button"
href="https://twitter.com/intent/tweet?button_hashtag=TwitterStories&hashtags=TBT,FF">
Tweet #TwitterStories</a>
<div style="width:300px;height:300px;border:1px solid red">
Here the content window
</div>
https://jsfiddle.net/iLen/086rfja4/
請詳細說明您到目前爲止所嘗試的內容以及遇到的障礙。也就是說,這個前提(與一個你不擁有並且位於不同域的彈出窗口進行交互)並不是真的可行。 – fstanis