AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

Tutorial: Stripchat HTML Video Embed

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Status
Not open for further replies.
Aug 28, 2021
4
6
0
camgirlpal.com
Twitter Username
@camgirlpal
Chaturbate Username
camgirlpal
View attachment 89610

This tutorial will teach you how to embed a live video feed of any Stripchat model using cloud based javascript. The video player will not be blocked by ad blocker because the javascript powering the video feed is hosted on your local website server and only the output is sent to the front end of your websites page.

Basically using the same Technology that makes it possible to watch Stripchat live shows while still having ad blocker on. Enjoy this tutorial. ♥

Do you need help setting this up? :cool:
If anyone needs help, post on this thread or reach out to me on my platforms via my post siganture. Happy Stripchat content creating all. ♥

Advanced Instructions:

Step 1. Install https://nodejs.org/en/
Step 2. Open commandline / terminal on Windows / Mac
Step 3. npm install @stripchat/stripchat-embedded
Step 4. take the folder generated from commandline and put the folder into the root directory of your website or WordPress Theme root folder.

Simple Instructions:
Step 1: Download this zip folder "node_modules.zip" located on the thread attachments.
Step 2. Upload the zip folder into your website root directory or WordPress theme root folder.
Step 3. Unzip the file
Step 4. Navigate to the folder path "\node_modules\@stripchat\stripchat-embedded"
Step 5. Edit stripchat-model.html file with notepad.

Step 6. Scroll towards the bottom to find the line listed below. change MODELNAME with the username of any Stripchat model.
Code:
// Edit MODELNAME with the username of any model on Stripchat.
return window.fetch('https://stripchat.com/api/external/v4/widget?sortOrder=asc&modelsList=MODELNAME&strict=1')

Step 7. Save changes to file.

Step 7. Insert this HTML into your web pages.
Code:
<div style="text-align: center;">
    <iframe style="width: 370px; height: 230px; margin-top: 0px; margin-bottom: 0px;" class="stripchat-responsive-iframe" src="https://camgirlpal.com/wp-content/themes/twentysixteen-child/node_modules/@stripchat/stripchat-embedded/stripchat-model.html" frameborder="no" scrolling="no"></iframe>
</div>

Example End result on a website:

Example-Embed.gif
 

Attachments

  • node_modules.zip
    19.2 KB · Views: 31
Last edited:
Status
Not open for further replies.