How can i add Iframe for my PHP website ?!

10/03/2019 09:20 devdash#1
I need a code that i can use to put my discord frame into my php website page ...

thanks in advance.
10/03/2019 09:34 iMostLiked#2
Just go to your discord server -> Server Settings -> Widget -> "Enable Server Widget" and then you copy the string which is below "Premade Widget".

[Only registered and activated users can see links. Click Here To Register...]

Now you can insert that string into any html page (you can also echo it via php if you're using templates) and it'll show your discord server.
10/03/2019 09:59 devdash#3
Quote:
Originally Posted by iMostLiked View Post
Just go to your discord server -> Server Settings -> Widget -> "Enable Server Widget" and then you copy the string which is below "Premade Widget".

[Only registered and activated users can see links. Click Here To Register...]

Now you can insert that string into any html page (you can also echo it via php if you're using templates) and it'll show your discord server.
Thank you very much, much appreciate <3
10/03/2019 11:08 Spidy.#4
#Moved