Is it possible to "white-label" an embed code?

thek

Newbie
Joined
Sep 22, 2017
Messages
2
Reaction score
1
Hey friends,
I'm looking for some way to hide the source in embed codes.
For example, like an embed code for a vimeo video. In this case the code can look like this:
<iframe src="https://player.vimeo.com/video/403414698" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
Is there a way in which I can generate another code, which refers to this code / functions like it, but does not reveal the original source (ex. "https://player.vimeo.com/video403414698")?

I work with some special softwares which are kind of my "secret sauce", and the embed codes they generate include the name of the software inside the code (like in the example above).
I do not want my client / his site developer to know what I am working with when I deliver it to them.
It is possible? If so, how?
Thank you!
 
Last edited:
Just create a proxy for the src parameter. Put it on bitly or something and see if it works.
 
Back
Top