Add TeraBox Player to Your Website with Just 1 Line of Code
Want to add the TeraBox player to your Blogger website with minimum effort? Here's a quick guide to do it using just one line of HTML code.
Step 1: Upload Your Video to TeraBox
- Log in to your TeraBox account.
- Upload the video you want to embed.
- After uploading, click on the Share option and copy the public link.
Step 2: Get the Video ID or Preview Link
You will need the preview/play URL for embedding. Usually it looks like:
https://www.teraboxapp.com/play/video/YOUR_VIDEO_ID
Step 3: Paste the Embed Code
Use this simple 1-line iframe code. Paste it inside your Blogger post using the HTML view:
<iframe src="https://www.teraboxapp.com/play/video/YOUR_VIDEO_ID" width="100%" height="360" frameborder="0" allowfullscreen></iframe>
Make sure to replace YOUR_VIDEO_ID with your actual video ID or full playable link.
Step 4: Optional Styling and Hiding Blogger Search
If you want to make the player cleaner and remove extra elements like Blogger’s search box, you can use this CSS:
.search-wrapper {
display: none !important;
}
Add it to your theme or custom style section to hide the search bar on video pages.
Step 5: Test the Embed
- Preview the post and check if the video plays correctly.
- Try opening the page in mobile and desktop modes.
- If it doesn't load, re-check the share settings in TeraBox.
Tips
- Keep video titles and descriptions clear for SEO.
- Use fast-loading themes to avoid playback lag.
- You can combine with lazy loading for performance boost.
Written by: Tera Down Fast | Updated: 2025