13 Integrations with MediaJungle
View a list of MediaJungle integrations and software that integrates with MediaJungle below. Compare the best MediaJungle integrations as well as features, ratings, user reviews, and pricing of software that integrates with MediaJungle. Here are the current MediaJungle integrations in 2026:
-
1
Visual Studio Code
Microsoft
Visual Studio Code (VS Code) is Microsoft’s open-source AI code editor designed to make coding faster, smarter, and more collaborative. It supports thousands of extensions and nearly every programming language, offering developers a lightweight yet powerful environment for writing, testing, and debugging code. With AI-powered features like GitHub Copilot, Next Edit Suggestions, and Agent Mode, VS Code helps you code with precision, automate complex tasks, and streamline development workflows. It integrates seamlessly with cloud services, remote repositories, and tools like Git, Docker, and Azure. The editor is fully customizable, allowing you to personalize your layout, color themes, and keyboard shortcuts. Whether coding locally or in the browser, VS Code delivers a complete development experience for individuals and teams alike.Starting Price: Free -
2
LinkedIn
LinkedIn
Welcome to your professional community. Find the right job or internship for you. LinkedIn is the world's largest social network for professionals. LinkedIn connects the world's professionals to make them more productive and successful. With more than 756 million members worldwide, including executives from every Fortune 500 company, LinkedIn is the world's largest professional network. The company has a diversified business model with revenue coming from Talent Solutions, Marketing Solutions, Sales Solutions and Premium Subscriptions products. Headquartered in Silicon Valley, LinkedIn has offices across the globe.Starting Price: Free -
3
Instagram
Meta
We put people first, and value craft and simplicity in our work. Our teams inspire creativity around the world, helping over 1 billion people create and share. Download the Instagram logo and other assets for use on your website, in your store window, or for other marketing materials. Tap into people’s passions to create deeper relationships with your business online and off. Tell your story using unique creative tools and immersive formats that inspire action. Connect to new customers and strengthen relationships with existing ones. From major brands to mom-and-pop shops, businesses around the world are driving proven results with Instagram. Stream live to connect with your followers, or sell products via live video. Watch videos from your favorite Creators and discover new content through Instagram Video and Reels. Get inspired by photos and videos from new accounts in Explore. Discover brands and small businesses, and shop products that are relevant to your personal style.Starting Price: Free -
4
Flutter
Google
Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Paint your app to life in milliseconds with Stateful Hot Reload. Use a rich set of fully-customizable widgets to build native interfaces in minutes. Quickly ship features with a focus on native end-user experiences. Layered architecture allows for full customization, which results in incredibly fast rendering and expressive and flexible designs. Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts, and your Flutter code is compiled to native ARM machine code using Dart's native compilers. Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times without losing state on emulators, simulators, and hardware. -
5
Reddit
Reddit
Reddit is home to thousands of communities, endless conversation, and authentic human connection. Whether you're into breaking news, sports, TV fan theories, or a never-ending stream of the internet's cutest animals, there's a community on Reddit for you. Every day, millions of people around the world post, vote, and comment in communities organized around their interests. The community can share content by posting stories, links, images, and videos. The community comments on posts. Comments provide discussion and often humor. Comments & posts can be upvoted or downvoted. The most interesting content rises to the top. Reddit is a growing family of millions of diverse people sharing the things they care about most.Starting Price: Free -
6
Razorpay
Razorpay
Power your finance, grow your business. Accept payments from customers. Automate payouts to vendors & employees. Never run out of working capital. Mix and match products from Razorpay's payment suite to solve for your exact business use case. With the easiest integration, completely online onboarding, feature filled checkout and best in class performance, quickly go live with Razorpay and experience the future of payments. Razorpay Payment Pages is the easiest way to accept payments with a custom-branded online store. Accept international and domestic payments with automated payment receipts. Take your store online instantly with zero coding. Preparation is everything! Use hosted Event Registration to quickly register event attendees online and send automated receipts. Raising money for a good cause? Our hosted Donations page saves you valuable time by automatically sending personalized 80G receipts. -
7
Java
Oracle
The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.Starting Price: Free -
8
Tumblr
Automattic
Tumblr is so easy to use that it’s hard to explain. We made it really, really simple for people to make a blog and put whatever they want on it. Stories, photos, GIFs, TV shows, links, quips, dumb jokes, smart jokes, Spotify tracks, mp3s, videos, fashion, art, deep stuff. Tumblr is 511 million different blogs, filled with literally whatever. Turns out that when you make it easy to create interesting things, that’s exactly what people do. All those great, random blogs your friends send you, those are Tumblr blogs. We’ll help you find and follow blogs like that, and we’ll help other people find and follow yours. Once you follow a blog, all of its posts show up in your dashboard, just like you’d expect. See something great? Reblog it to your own blog. Add commentary if you like. Make it your own. Other people will do the same to your posts. That’s how you meet people here.Starting Price: Free -
9
Quora
Quora
Quora’s mission is to share and grow the world’s knowledge. A vast amount of the knowledge that would be valuable to many people is currently only available to a few — either locked in people’s heads, or only accessible to select groups. We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge for the benefit of the rest of the world. The heart of Quora is questions — questions that affect the world, questions that explain recent world events, questions that guide important life decisions, and questions that provide insights into why other people think differently. Quora is a place where you can ask questions you care about and get answers that are amazing. Quora has only one version of each question. It doesn’t have a left wing version, a right wing version, a western version, and an eastern version. -
10
CSS
CSS
CSS, short for Cascading Style Sheets, is a style sheet language used by web developers to structure the HTML and other elements of a website. CSS is one of the most widely used languages on the web. For style sheets to work, it is important that your markup be free of errors. A convenient way to automatically fix markup errors is to use the HTML Tidy utility. This also tidies the markup making it easier to read and easier to edit. I recommend you regularly run Tidy over any markup you are editing. Tidy is very effective at cleaning up markup created by authoring tools with sloppy habits. Each style property starts with the property's name, then a colon and lastly the value for this property. When there is more than one style property in the list, you need to use a semicolon between each of them to delimit one property from the next.Starting Price: Free -
11
JavaScript
JavaScript
JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.Starting Price: Free -
12
Springboard
Springboard
Time to make the career change you’ve always wanted. When you are trying to transition into a new field, building out a network is really crucial. Springboard offers an inspiring community of peers and mentors with a passion for continuous learning. Analyze business problems and present actionable insights. Build ML models to predict business outcomes. Build and deploy real AI systems that scale. Design, build and maintain cutting-edge data infrastructure. Get your dream job faster, cheaper, better. Guaranteed. No need to quit your job. Learn on your own schedule, right from the comfort of your home. While you learn, build real-world projects that you can speak about in job interviews. With deferred tuition, you pay us a flat fee only after you're hired. No income share, you own the upside. Making a career change is hard. We help you define your path, get unblocked, and meet your learning goals. -
13
HTML
HTML
HTML, short for HyperText Markup Language, is the markup language that is used by every website on the internet. HTML is code that websites use to build and structure every part of their website and web pages. HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard. It is maintained by the Web Hypertext Application Technology Working Group (WHATWG), a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft). HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves, and rationalizes the markup available for documents and introduces markup and application programming interfaces (APIs) for complex web applications. For the same reasons, HTML5 is also a candidate for cross-platform mobile applications.
- Previous
- You're on page 1
- Next