How movie streaming APIs funciton?

ciphercipher1

Power Member
Joined
Jul 26, 2022
Messages
530
Reaction score
181
Hey everyone, I have been trying for several days to embed the player of superembed(dot)stream into my wordpress website, but I could not find a way. I am currently pulling the movie description with WP automatic plugin. I am sorry if this is not the place to ask but I could not find anything on the internet, and I could not reach the website owner (I have emailed them more than 10 times). Please reply if you know anything about the topic. Thanks in advance!
 
Hey everyone, I have been trying for several days to embed the player of superembed(dot)stream into my wordpress website, but I could not find a way. I am currently pulling the movie description with WP automatic plugin. I am sorry if this is not the place to ask but I could not find anything on the internet, and I could not reach the website owner (I have emailed them more than 10 times). Please reply if you know anything about the topic. Thanks in advance!
Just call your movies using these urls what's the problem?

Code:
Request movie by IMDB id: https://yourwebsite.com/se_player.php?video_id=tt8385148
Request movie by TMDB id: https://yourwebsite.com/se_player.php?video_id=522931&tmdb=1
Request episode by IMDB id: https://yourwebsite.com/se_player.php?video_id=tt2861424&s=5&e=5
Request episode by TMDB id: https://yourwebsite.com/se_player.php?video_id=60625&tmdb=1&s=5&e=5
 
Just call your movies using these urls what's the problem?

Code:
Request movie by IMDB id: https://yourwebsite.com/se_player.php?video_id=tt8385148
Request movie by TMDB id: https://yourwebsite.com/se_player.php?video_id=522931&tmdb=1
Request episode by IMDB id: https://yourwebsite.com/se_player.php?video_id=tt2861424&s=5&e=5
Request episode by TMDB id: https://yourwebsite.com/se_player.php?video_id=60625&tmdb=1&s=5&e=5
tried this but it shows error 404 page

also i dont know how to put the player and the movies description togheter as a post
 
tried this but it shows error 404 page

also i dont know how to put the player and the movies description togheter as a post
You need to make the post and embed the movie using iframe and the url you mentioned above, then put description under
 
Back
Top