The Dribble Shots via API Webflow cloneable is a useful tool for displaying shots from a Dribble account on your Webflow site. With this cloneable, you can easily integrate your Dribble account with your Webflow site and showcase your work in a visually appealing way. The cloneable uses Dribble's API to retrieve and display the shots, and includes various customization options such as the ability to choose which shots to display and how many shots to show at a time. This cloneable is great for designers and creatives who want to showcase their work in a professional and interactive way on their Webflow site.
Here's a great way of adding an infinite sliding crypto price tracking marquee to your Webflow site. This displays live crypto data via the CoinGecko API, displaying both the pricing information and token logos from popular exchanges. You can add other crypto ticker tokens by adding them to the fetch URL of the code. The marquee also features a pause on hover effect.
Here's a Webflow budget app created in Webflow and coded with Svelte running on Webflow. This is a great demonstration of the power of Webflow and using JS, the power of front-end design + JS for more dynamic and functional web apps.
Allow visitors to preview a site thumbanil on external link hover in Webflow. This feature allows you to get a preview of the site that you're linking to without having the user leave your site. It works by extracting the external links on page load, it then grabs a screenshot of those sites and reveals it on link hover. The card's position is calculated using custom code and thus works with inline links and link blocks. Just change the external link and preview will be updated automatically. Replace the demo screenshot API with your own in your live builds.
Here's an example of how you can integrate Mapbox into your Webflow project to help create an interactive storytelling experience. This is a great way to create an immersive map interaction while scrolling to different sections on your site. Perfect for giving the history of a city, providing a guided tour and much more. You will need to replace the Mapbox with your own API credentials. Unfortunately this isn't optimized for mobile yet.
Add a Google places autocomplete search to your Webflow site via Google places API and this cloneable. Be sure to follow the steps to get this activated within your Webflow site and working properly.
Clonable project for geotargeting website content and messaging. Based on user IP address using Geoplugin (with a yearly fee for SSL requests). This is a perfect way of limiting, or providing messaging to a subset of users based on their geo location.
Using Airtable and No Code API to power the job listings of a Webflow site rather than using the CMS.
Here's a way of utilizing data/information from Google sheets within your Webflow site using the Javascript v4 API. This allows you to maintain the design of your site within Webflow but use Google sheets as the CMS/backend of the information on your site. Please note that this does not work on the demo on this page but will load when viewing the page itself. You will need to generate your own API key and the google sheet should be the public link of the sheet used in this project demonstration.
Here's a way to add a dropped in text underline on hover in Webflow. When you hover over the multiple lines of text an underline interaction is triggered and the underline appears over the text.
Pop up contact form modal interaction for Webflow. A clean modal window appears with a contact form when clicking on the contact button. This contact modal form features all the native Webflow interactions required for a modal window in a fully responsive design.
A text fill on hover effect for Webflow. When you hover over text on your Webflow site it fills the text with an animation effect.
Here's a unique way of showing images, app screenshots or more in an iPhone mobile slider. The images continuously rotate through and infinite loop.
Here's a way to create a zoom in on click technique in Webflow. If you need to magnify an image on your Webflow site this cloneable is perfect for you.
Here's a text stroke interaction based on the mouse movement for Webflow. Upon moving the mouse around the text stroke follows the cursor around the Webflow site.
Here's a way to add a show/hide password input field in Webflow. Clicking on the eye icon displays the password and it's accomplished via some custom jquery code to change the input type.