{"id":4359,"date":"2024-04-15T02:35:35","date_gmt":"2024-04-14T18:35:35","guid":{"rendered":"https:\/\/webflow.tenten.co\/?p=4359"},"modified":"2024-04-15T02:35:35","modified_gmt":"2024-04-14T18:35:35","slug":"integrate-soundcloud-tracks-on-your-webflow-website","status":"publish","type":"post","link":"https:\/\/webflow.tenten.co\/en\/integrate-soundcloud-tracks-on-your-webflow-website\/","title":{"rendered":"Integrate Soundcloud tracks on your Webflow website"},"content":{"rendered":"\n<div class=\"docs_rich-text w-richtext\">\n<h6 id=\"\"><strong id=\"\">Important:<\/strong> This guide utilizes Webflow\u2019s embed feature to include customized code. The embed feature is accessible with any paid Site plan and on Core, Growth, Agency, and Freelancer Workspace plans.\u00a0<\/h6>\n<p id=\"\">By employing dynamic embedding, you can utilize your CMS Collection fields for dynamically refreshing embedded code. In this guide, we&#8217;ll design a music website that leverages dynamic embedding to showcase a Soundcloud track for each song review on the site.\u00a0<\/p>\n<p id=\"\">You can visit our <a href=\"http:\/\/trill-music.webflow.io\/reviews\/currents\" id=\"\">live music site<\/a> or <a href=\"https:\/\/preview.webflow.com\/preview\/trill-music?preview=232cb4dde6e5d2cf5be92d911c36eb6c\" id=\"\">preview the site in the Designer<\/a>.\u00a0<\/p>\n<figure id=\"\" class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"1500px\">\n<div id=\"\"><img decoding=\"async\" src=\"https:\/\/webflow.tenten.co\/wp-content\/uploads\/2024\/04\/651ca23ab3aa8564bdb01691_64c42f19ba9c9471e87e81ea_0mgnr41z-b3jydoj56bsjo_csfckokn7jtajwupnfs_y7nplbdxpzid8vbc1dcqmoikuxocntwp-qqgv-ujx3sr7dl_vmlaa55jrsmkqiytn1zw-5uw_6gdqatavqszykhjha6kzvji4ggv2zeokew.png\" id=\"\" width=\"auto\" height=\"auto\" loading=\"auto\" title=\"651ca23ab3aa8564bdb01691_64c42f19ba9c9471e87e81ea_0mgnr41z-b3jydoj56bsjo_csfckokn7jtajwupnfs_y7nplbdxpzid8vbc1dcqmoikuxocntwp-qqgv-ujx3sr7dl_vmlaa55jrsmkqiytn1zw-5uw_6gdqatavqszykhjha6kzvji4ggv2zeokew\"><\/div>\n<\/figure>\n<p id=\"\">This tutorial covers the following:\u00a0<\/p>\n<ol id=\"\">\n<li id=\"\">Guidance on crafting a Webflow Collection for your song reviews<\/li>\n<li id=\"\">Incorporating your Soundcloud tracks into the Webflow CMS\u00a0<\/li>\n<li id=\"\">Constructing a dynamic embed<\/li>\n<\/ol>\n<h2 id=\"\">Creating a Webflow Collection for your song reviews<\/h2>\n<p id=\"\">Initially, establish a CMS Collection for storing your song reviews along with their respective Soundcloud track IDs (i.e., the distinctive identifiers for your Soundcloud tracks).\u00a0<\/p>\n<p id=\"\">To set up a Collection with the required fields:\u00a0<\/p>\n<ol id=\"\">\n<li id=\"\">Access the <strong id=\"\">CMS panel<\/strong><\/li>\n<li id=\"\">Tap on the \u201c<strong id=\"\">Create new Collection<\/strong>\u201dicon<\/li>\n<li id=\"\">Assign a <strong id=\"\">title<\/strong> to your Collection (e.g., \u201cSong reviews\u201d)\u00a0<\/li>\n<li id=\"\">Hit <strong id=\"\">Add new field<\/strong>\u00a0<\/li>\n<li id=\"\">Select <strong id=\"\">Plain text<\/strong>\u00a0<\/li>\n<li id=\"\">Label your field as \u201cSoundcloud track ID\u201d<\/li>\n<li id=\"\">Press <strong id=\"\">Save field<\/strong><\/li>\n<li id=\"\">(Optional) Append any extra Collection fields (e.g., artist, album art, review, rating, etc.)<\/li>\n<li id=\"\">Click <strong id=\"\">Create Collection<\/strong>, and remember to keep this tab open for future reference!\u00a0<\/li>\n<\/ol>\n<h2 id=\"\">Incorporating your Soundcloud tracks into the Webflow CMS\u00a0<\/h2>\n<p id=\"\">To insert your Soundcloud tracks into the Webflow CMS, you must obtain your track IDs from Soundcloud. These IDs serve as distinct markers for your Soundcloud tracks and ensure accurate track representation for each song review within your Collection. Extract the track IDs from your Soundcloud embed code.\u00a0<\/p>\n<h3 id=\"\">Generating your Soundcloud embed code\u00a0<\/h3>\n<p id=\"\">To create your Soundcloud embed code:\u00a0<\/p>\n<ol id=\"\">\n<li id=\"\">Visit any Soundcloud track\u00a0<\/li>\n<li id=\"\">Click the <strong id=\"\">Share<\/strong> icon<\/li>\n<li id=\"\">Select <strong id=\"\">Embed<\/strong><\/li>\n<li id=\"\">(Optional) Customize your Soundcloud player\u2019s appearance, size, etc.<\/li>\n<li id=\"\">Copy the code from the <strong id=\"\">Code<\/strong> section, and retain this tab for reference!\u00a0<\/li>\n<\/ol>\n<h6 id=\"\"><strong id=\"\">Important:<\/strong> In case you closed the tab with your Webflow site, revisit the <strong id=\"\">CMS panel<\/strong> and choose your song reviews Collection from the earlier steps.<\/h6>\n<h3 id=\"\">Formulating your song review with the Soundcloud track ID\u00a0<\/h3>\n<p id=\"\">To fetch the value for your Soundcloud track ID:\u00a0<\/p>\n<ol id=\"\">\n<li id=\"\">Copy the series of characters post \u201c\/tracks\/\u201d in the <strong id=\"\">Code<\/strong> section<\/li>\n<li id=\"\">Go back to your song reviews Collection in Webflow<\/li>\n<li id=\"\">Initiate a new Collection item for a song review<\/li>\n<li id=\"\">(Optional) Populate any additional Collection fields (e.g., artist, album art, review, rating, etc.)\u00a0<\/li>\n<li id=\"\">Paste the character series copied from Soundcloud into the <strong id=\"\">Soundcloud track ID<\/strong> field\u00a0<\/li>\n<li id=\"\">Click <strong id=\"\">Create<\/strong><\/li>\n<\/ol>\n<h6 id=\"\"><strong id=\"\">Top suggestion: <\/strong>You can insert your Soundcloud code into a code editor like <a href=\"https:\/\/www.sublimetext.com\/\" id=\"\">Sublime Text<\/a> or <a href=\"https:\/\/code.visualstudio.com\/\" id=\"\">Visual Studio Code<\/a> for easier track ID identification.\u00a0<\/h6>\n<p id=\"\">Repeat the process for generating your embed code and forming a song review with a Soundcloud track ID for each song review you wish to include in Webflow (i.e., to add more song reviews in the future, you&#8217;ll need to form a new Collection item, retrieve the Soundcloud track ID from the Soundcloud embed code, and insert it into the appropriate Collection field).\u00a0<\/p>\n<figure id=\"\" class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"1500px\">\n<div id=\"\"><img decoding=\"async\" src=\"https:\/\/webflow.tenten.co\/wp-content\/uploads\/2024\/04\/651ca23ab3aa8564bdb01697_64c42f19e3ffa0d067d3ce53_lf_pjrnongohbmpfmu5zsuwf2brod2rlgwqbrrvp0r8ljeickhffd1t_uqoxlp6hc0bimfamh1bbaeguv8dnrhd3my8ndezg7zsuteltdkqy6p5j2duhd6dp_nwujlzae_azenaiz1esgo6roo1ngd.png\" id=\"\" width=\"auto\" height=\"auto\" loading=\"auto\" title=\"651ca23ab3aa8564bdb01697_64c42f19e3ffa0d067d3ce53_lf_pjrnongohbmpfmu5zsuwf2brod2rlgwqbrrvp0r8ljeickhffd1t_uqoxlp6hc0bimfamh1bbaeguv8dnrhd3my8ndezg7zsuteltdkqy6p5j2duhd6dp_nwujlzae_azenaiz1esgo6roo1ngd\"><\/div>\n<\/figure>\n<h2 id=\"\">Constructing a dynamic embed<\/h2>\n<p id=\"\">Dynamic embeddings exclusively function with dynamic content, indicating their application to Collection pages or within a Collection list on a static page. Given that you&#8217;re referring to your song reviews Collection, you should insert your embed into the Collection page linked with your song reviews Collection or attach a Collection list to your song reviews Collection.\u00a0<\/p>\n<h6 id=\"\"><strong id=\"\">Important: <\/strong>In case you closed the tab with your Soundcloud embed code, navigate to Soundcloud and copy the embed code crafted in the previous steps.<\/h6>\n<p id=\"\">To generate a dynamic embed, insert the Soundcloud embed code into your Webflow site and substitute the Soundcloud track ID within the embed with the corresponding Collection field:\u00a0<\/p>\n<ol id=\"\">\n<li id=\"\">Navigate to <strong id=\"\">Add panel<\/strong> &gt; <strong id=\"\">Advanced<\/strong><\/li>\n<li id=\"\">Include an <strong id=\"\">embed<\/strong> element to the area where you desire the Soundcloud track to be displayed<\/li>\n<li id=\"\">Paste the Soundcloud embed code in the Webflow code editor\u00a0<\/li>\n<li id=\"\">Highlight the character and letter series post \u201c\/tracks\/\u201d\u00a0<\/li>\n<li id=\"\">Click <strong id=\"\">Add field<\/strong><\/li>\n<li id=\"\">Select the <strong id=\"\">Soundcloud track ID <\/strong>field\u00a0<\/li>\n<li id=\"\">Press <strong id=\"\">Save &amp; close\u00a0<\/strong><\/li>\n<\/ol>\n<p id=\"\">This process guarantees that the embed showcases the song corresponding to each song review.<\/p>\n<figure id=\"\" class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"1500px\">\n<div id=\"\"><img decoding=\"async\" src=\"https:\/\/webflow.tenten.co\/wp-content\/uploads\/2024\/04\/651ca23ab3aa8564bdb01694_64c43185434d9807c68b1c88_kopdbatraevycj_pqzdwsati6p64-kk9lfanqofvgyupi0t60qwgyhb_sdqbpupee32eivfe3ymlxnzfykzd9hyxymhua_o_u0bqvuvfekpeotrhdbemv7fjbc3cl8y7519fub1cny5qakhgt8pphx.png\" id=\"\" width=\"auto\" height=\"auto\" loading=\"auto\" title=\"651ca23ab3aa8564bdb01694_64c43185434d9807c68b1c88_kopdbatraevycj_pqzdwsati6p64-kk9lfanqofvgyupi0t60qwgyhb_sdqbpupee32eivfe3ymlxnzfykzd9hyxymhua_o_u0bqvuvfekpeotrhdbemv7fjbc3cl8y7519fub1cny5qakhgt8pphx\"><\/div>\n<\/figure>\n<p id=\"\">When you&#8217;re prepared, publish your website to view your newly integrated Soundcloud tracks!\u00a0<\/p>\n<h6 id=\"\"><strong id=\"\">Top suggestion: <\/strong>Extend the use of conditional visibility on Collection pages and within Collection lists to conceal the embedded Soundcloud player for song review items lacking a Soundtrack track ID.<\/h6>\n<h6 id=\"\"><strong id=\"\">Important:<\/strong> The Soundcloud player will not be displayed on the Designer canvas \u2014 the preview of the embedded player in the Designer is inaccessible, and a placeholder will substitute it. Post publication or site export, the player will be visible (i.e., displayed) in its designated position. Should you wish to preview the embedded player before site deployment on a custom domain, you can publish your site to the webflow.io staging subdomain.\u00a0<\/h6>\n<\/div>\n","protected":false},"excerpt":{"rendered":"Display unique Soundcloud tracks on your site using dynamic embeds.","protected":false},"author":2,"featured_media":5281,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"csco_display_header_overlay":false,"csco_singular_sidebar":"","csco_page_header_type":"","footnotes":""},"categories":[296],"tags":[],"class_list":{"0":"post-4359","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-integrations","8":"cs-entry"},"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/posts\/4359","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/comments?post=4359"}],"version-history":[{"count":0,"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/posts\/4359\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/media\/5331"}],"wp:attachment":[{"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/media?parent=4359"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/categories?post=4359"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webflow.tenten.co\/en\/wp-json\/wp\/v2\/tags?post=4359"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}