Quote:
Originally Posted by askjoe
Anyone knows how to grab video only embeds from api on revshare?
Iframe embed code must show only videostream.
Would be great to know.
|
You need to manipulate the url in the iframe and add &embed_video_only=true onto it.
so:
iframe src='https://chaturbate.com/in/?tour=xxxx&campaign=xxxx&track=embed&r oom=gongladz&bgcolor=white' height=528 width=850 style='border: none;'
becomes:
iframe src='https://chaturbate.com/in/?tour=xxxx&campaign=xxxx&track=embed&r oom=gongladz&bgcolor=white&
embed_video_only=true' height=528 width=850 style='border: none;'
.