« Web, HTML, Tech Forum

Problem with embed from github [closed]

Posted by Kiosrel

posted

Forum: Web, HTML, Tech

Hello! I'm trying to put an embed of a github page but whenever I save the code y rewrites itself to remove the link


what I type:

//<iframe src="url" width="100%" height="600px" frameborder="0"></iframe>


what appears when I save:


//<iframe src="" width="100%" height="600px" frameborder="0"></iframe>


Report Topic

6 Replies

Sort Replies:

Reply by Kiosrel

posted

nvm, I just realized it may be for security issues

Is there something I can do to make an embed of a github site without using restringed methods?



Permalink Report Reply

Reply by Pawtals!

posted

You can't embed any content outside of what they allow. (I.e YouTube, spotify & other media services)

I have no idea why you would want to embed your site anyways.


Permalink Report Reply

Reply by Kiosrel

posted

Because I made a really cool animation with javascrpt and was trying really hard to implement it but it seems it's just impossible (I'm really new to this site so I didn´t know you couldn't use it)


Permalink Report Reply

Reply by Pawtals!

posted

Yeah no CSS only for customization. 

I would give you advice on how to port the animation over to your profile via other methods, but I have no idea what it even is.


Permalink Report Reply

Reply by Kiosrel

posted
updated

It´s a card that have a 3d effect depending on where your cursor is

https://kiosrel.neocities.org/duro

there it is

since it isn't possible to impelment on my page I made something different but that keeps the intention, you can find it in my profile



Permalink Report Reply

Reply by Pawtals!

posted

Yeah I see it, don't worry about following the mouse pointer it looks fine without it.


Permalink Report Reply

Kiosrel closed this Forum Topic