Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マルチセレクターで友人を招待するためのボタンを備えたアプリケーションがありますが、招待メッセージは友人をキャンバス URL アプリケーションのホームにリダイレクトします。招待をアプリケーションの特定のサブ URL にリダイレクトできますか?
以下のコードをあなたのウェブサイトのメインページに追加してください。
<script type='text/javascript'> if (top.location!= self.location) { top.location = self.location } </script>