jquery - Embed slack on a html page -


i having trouble embedding slack feed onto html site. when try use iframe, shows white box. have tried using jquery

<!doctype html> <html>   <head>     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> .            </script>     <script> $("#testload").load("http://www.slackurlhere");     </script>   </head>   <body>      <div id="testload"></div>      <iframe src="http://www.slackurlhere"></iframe>   </body> </html> 

i have tried "http" , "https" on both iframe , jquery no luck. :( if have other methods please share!

thanks

just tried , looks reason won't display because of x-frame-options header set slack.com sameorigin. in other words, you're allowed embed page when on slack.com, not anywhere else.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -